Skip to content

Remove ox dependency to support JRuby#1004

Draft
myronmarston wants to merge 1 commit intomyron/remove-graphql-c-parserfrom
myron/remove-ox
Draft

Remove ox dependency to support JRuby#1004
myronmarston wants to merge 1 commit intomyron/remove-graphql-c-parserfrom
myron/remove-ox

Conversation

@myronmarston
Copy link
Collaborator

ox is a C extension which won't work on JRuby. Lambda gems now leave the XML library choice to users. AWS SDK supports: ox, oga, nokogiri, or rexml. Users must add one to their Gemfile.

BREAKING: Lambda gem users must now explicitly add an XML library.

@myronmarston myronmarston force-pushed the myron/remove-graphql-c-parser branch from 4935f8d to ecfecb7 Compare January 29, 2026 03:51
@myronmarston myronmarston force-pushed the myron/remove-graphql-c-parser branch from ecfecb7 to 3bc37b1 Compare January 29, 2026 18:52
ox is a C extension which won't work on JRuby. Lambda gems now leave
the XML library choice to users. AWS SDK supports: ox, oga, nokogiri,
or rexml. Users must add one to their Gemfile.

BREAKING: Lambda gem users must now explicitly add an XML library.

Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant