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 generates a query using the old parameter syntax for binding the SKIP and LIMIT parameters.
See:
Is this a known issue and are there any plans to fix this in upcoming releases?