I'm working on upgrading a Grails 4 project to Grails 5. As part of that effort, we want to provide support for neo4j v4+ since v3.5 is end of life. We are using GORM v7.2.1 and neo4j Java driver v4.4.5. Java 11 is installed on our test machine. ...
Hi Gary, I agree with your interpretation of the error message. The CYPHER query I provided as an example is automatically being generated by GORM, though. It's not a query we wrote ourselves or can modify. So, I'm trying to figure out which versi...