Background
I have an application with spring data neo4j, and I switched from 4.1.3 to 5.0.0.
I believe that I have made all the necessary changes to convert my code over but I still get errors.
My current version of spring boot is
…
Setting
I import a class from my Java project via
import myproj.domain.ActionResponse;
Then I try to make an interface for a repository with by extending a Neo4jRepository.
I am following these docs:
"parameter types change from to " -…
I have a Kotlin (v1.1.4) Spring Boot (v2.0.0.BUILD-SNAPSHOT) application running with Spring Data Neo4j (v5.0.0RC2), Neo4j (v3.2.1), and Neo4j OGM (v3.0.0).
I am receiving the following error when attempting to use a custom JPA @Query with a field…