SDN Repository Pagination not ready for Neo4J 4.0

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 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?

Greetings,

Peter

Thanks for reporting this. It came up a few days ago on StackOverflow.

We will fix in every supported Spring Data version (5.1, 5.2 and the upcoming 5.3).
There is a Jira ticket or this pull request that you can track.

1 Like