-
-
Notifications
You must be signed in to change notification settings - Fork 465
Use graphql-java v24 for Spring Boot 3.5
#4444
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
Conversation
|
lbloder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment about naming, otherwise LGTM
|
|
||
| val graphQlJava = "com.graphql-java:graphql-java:17.3" | ||
| val graphQlJava22 = "com.graphql-java:graphql-java:22.1" | ||
| val graphQlJavaNew = "com.graphql-java:graphql-java:24.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we go with major versions for the name like before? I.e. graphQlJava24?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought about it but think it's better to skip the version in the name since we probably want to keep this aligned with Spring Boots required version in the future.
Or it would be even better to have Spring Boot take care of handling the version via its gradle plugin.
|
I opted for not bumping the version used in our |
#skip-changelog
📜 Description
Use
graphql-javav24 for Spring Boot 3.5💡 Motivation and Context
Compilation error due to v22 of
graphql-javabeing used.💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps