-
Notifications
You must be signed in to change notification settings - Fork 305
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
Newest version of graphql-java (Version 22) incompatibility #971
Comments
The current 1.2.x generation is not compatible with GraphQL Java 22. We don't usually support forward compatibility, especially for breaking changes. Spring for GraphQL 1.3.0 supports 22.x and will be released next week. Would upgrading to 1.3.0 work for you? |
Hello! I think so, yes! |
I'm closing this as there is nothing further to do. Note that the specific issue above is actually due to a GraphQL Java 21 compatibility issue, which is now fixed in #974. For GraphQL Java 22, you need Spring for GraphQL 1.3 still. |
Is the current version of spring-graphql compatible with the qraphql-java (Version22)? after the upgrade to the latest version i receive the following error:
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
The following method did not exist:
The calling method's class, org.springframework.graphql.data.pagination.ConnectionFieldTypeVisitor, was loaded from the following location:
The called method's class, graphql.schema.GraphQLCodeRegistry$Builder, is available from the following locations:
The called method's class hierarchy was loaded from the following locations:
Action:
Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.graphql.data.pagination.ConnectionFieldTypeVisitor and graphql.schema.GraphQLCodeRegistry$Builder
The text was updated successfully, but these errors were encountered: