Skip to content

incompatibility with recent neo4j-cypher-dsl versions #243

Closed
@ikwattro

Description

@ikwattro

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

cc @michael-simons

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions