Closed
Description
We have an SB application with pre-existing capability depending on neo4j-cypher-dsl.
While trying to embed neo4j-graphql-java, we hit issues where using a neo4j-cypher-dsl version > 2021.0.2 cause exceptions in the form
java.lang.IncompatibleClassChangeError: Found interface org.neo4j.cypherdsl.core.Node, but class was expected
Downgrading to 2021.0.2 for our graphql trials works then fine, but our existing functionalities depending on neo4j-cypher-dsl throw the opposite exceptions then :)
java.lang.IncompatibleClassChangeError: Found class org.neo4j.cypherdsl.core.Node, but interface was expected
Note: behaviour is same with neo4j-graphql-java 1.3 and 1.4