Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update graphql-java version with backwards compatible changes #1783

Merged

Conversation

samuelAndalon
Copy link
Contributor

@samuelAndalon samuelAndalon commented May 31, 2023

📝 Description

This is an special PR that will update graphql-java version to 20.3 which is an special release of graphql java with a change that reverts the stricter parseValue scalar coercion, since this was the only breaking change in v20, im updating 6.x.x.

Have special interest in checking the performance improvements graphql-java 20 provides, like the LightDataFetcher interface and Performance Improvements by avoid object allocations.

more info
https://github.com/graphql-java/graphql-java/releases/tag/v20.0

@samuelAndalon samuelAndalon added changes: minor Changes require a minor version type: dependency changes Dependency change which doesn't affect our library usage labels May 31, 2023
@samuelAndalon samuelAndalon merged commit e63d793 into ExpediaGroup:6.x.x May 31, 2023
@samuelAndalon samuelAndalon deleted the feat/v6/update-graphql-java branch May 31, 2023 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes: minor Changes require a minor version type: dependency changes Dependency change which doesn't affect our library usage
Development

Successfully merging this pull request may close these issues.

2 participants