Skip to content

[dependencies] downgrade to graphql-java 17.2 #1317

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

Merged
merged 1 commit into from
Dec 1, 2021
Merged

Conversation

dariuszkuc
Copy link
Collaborator

📝 Description

graphql-java 17.3 introduced non-configurable query parsing token limit which breaks very large queries. Options to make this configurable were added in a commit AFTER the 17.3 was cut but sadly new version was not yet released. Temporarily downgrading to allow users use the latest version of the library.

🔗 Related Issues

Resolves: #1303

`graphql-java` 17.3 introduced non-configurable query parsing token limit which breaks very large queries. Options to make this configurable were added in a commit AFTER the 17.3 was cut but sadly new version was not yet released. Temporarily downgrading to allow users use the latest version of the library.

Resolves: #1303
@dariuszkuc dariuszkuc added changes: patch Changes require a patch version type: dependency changes Dependency change which doesn't affect our library usage labels Dec 1, 2021
@smyrick smyrick merged commit d217c14 into master Dec 1, 2021
@smyrick smyrick deleted the dariuszkuc-patch-1 branch December 1, 2021 23:46
dariuszkuc added a commit to dariuszkuc/graphql-kotlin that referenced this pull request Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes: patch Changes require a patch version type: dependency changes Dependency change which doesn't affect our library usage
Development

Successfully merging this pull request may close these issues.

Gradle plugin 5.1.0 breaks GitHub schema generation
2 participants