neo4j-graphql / neo4j-graphql-java

Neo4j Labs Project: Pure JVM translation for GraphQL queries and mutations to Neo4j's Cypher
Apache License 2.0
105 stars 49 forks source link

Does not work with spring boot 3.2.2. #312

Closed rlegorreta closed 6 months ago

rlegorreta commented 8 months ago

Describe the bug There is incompatibility versions that are used between libraries for spring-boot-starter-graphql and the library neo4j-graphql-java using the same library com.graphql-java. For Spring boot 3.2.2 If we use springframework.boot 3.2.2 the spring-starter-graphql uses the com.graphql-java version 20.1 that it is INCOMPATIBLEand send an run time error with the version 19.2 that is used in neo4j-graph-ql

Andy2003 commented 6 months ago

resolved via #302