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

upgrade to cypher-dsl 2023.0.0 #287

Closed ikwattro closed 1 year ago

ikwattro commented 1 year ago

Fixes #286

Andy2003 commented 1 year ago

The new cypher-dsl version is build with Java 17. By updating this library we should also upgrade to Java 17.

This would require all uses of this library to also use Java 17. @jexp Should we go this path?