Hi,
we are using spring-boot-starter-data-neo4j-2.2.4.RELEASE (spring-data-neo4j-5.2.4.RELEASE) and Neo4J 4.0 database server.
Using custom queries (@Query annotation) with pagination in repositories is currently causing an error, because SDN generat...