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

Pin to graphql-java 22.1, fix compilation errors #1945

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

kilink
Copy link
Member

@kilink kilink commented Jun 25, 2024

Override the graphql-java version from the Spring BOM to pull in 22.1, and fix the compilation errors caused by nullability annotations.

Override the graphql-java version from the Spring BOM to pull in 22.1, and fix the
compilation errors caused by nullability annotations.
@kilink kilink requested a review from paulbakker June 25, 2024 19:14
// Use graphql-java 22.1, which is the version used by spring-graphql. Once
// the Spring Boot BOM depends on this version, we can remove this override.
// See: https://github.com/spring-projects/spring-boot/issues/41219
extra["graphql-java.version"] = "22.1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future reference: I was surprised this works, since we don't reference this anywhere. However, it looks like the dependency recommender plugin from Spring Boot uses this to override versions.

@paulbakker paulbakker merged commit fb5e2f7 into master Jun 25, 2024
3 checks passed
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.

3 participants