-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
graphql-java version not compatible with graphql-spring-boot-starter #589
Milestone
Comments
kobylynskyi
added a commit
that referenced
this issue
Mar 25, 2021
kobylynskyi
added a commit
that referenced
this issue
Mar 28, 2021
Merged
kobylynskyi
added a commit
that referenced
this issue
Apr 6, 2021
@idegroot |
This is an even better solution. Thank you for addressing the issue. I can confirm that 5.0.0 solves our problem. |
robbertnoordzij
pushed a commit
to robbertnoordzij/graphql-java-codegen
that referenced
this issue
Apr 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I upgraded my implementation project to the latest graphql-spring-boot-starter version but this caused a bean creation error when used with the graphql generated code because of conflicting versions of graphql-java code generator. Would it be possible to upgrade the version of graphql-java in graphql-java-codegen to 16.2?
code-generation project:
implementation project:
error:
The error was solved when I explicitly managed the dependency of graphql-java to 16.2.
The text was updated successfully, but these errors were encountered: