spring-data-neo4j icon indicating copy to clipboard operation
spring-data-neo4j copied to clipboard

SpringData Neo4j not working with Neo4j:5.24

Open asamiyev opened this issue 1 year ago • 4 comments

Hello there, Until recently we successfully used neo4j:5 image in integration with SpringData Neo4j. But 4 days ago, in Dockerhub a new version of neo4j 5.24 was released. And that version broke our project. Whenever we tried to call repository.findById(id), we received this exception:

image

After we reverted back to neo4j:5.23 image, everything worked again.

springBootVersion=2.7.9 springDependencyManagementVersion=1.0.11.RELEASE

Could you please check this bug? Thanks in advance!

asamiyev avatar Oct 08 '24 13:10 asamiyev

Thanks for reporting this. We got aware of this problem last week. Unfortunately there is not much we can do, but luckily you can. The issue was solved about a year ago in all 7.x branches: https://github.com/spring-projects/spring-data-neo4j/pull/2822 Overview: Since 7.0.12 (Included in Spring Boot 3.0.13) Since 7.1.6 (Included in Spring Boot 3.1.6) Since 7.2.0 (Included in Spring Boot 3.2.0) All of 7.3.x and higher (3.3.0) SDN 6.x is and was at this point already out of support and requires commercial support from Broadcom. If you want to stick with 6.x you can also increase the log level for org.springframework.data.neo4j.cypher to ERROR to avoid the warning that leads to this problem. But in the long run we advise to upgrade to a supported Spring (Data) version.

meistermeier avatar Oct 08 '24 13:10 meistermeier

Thank you for the prompt reply. As of now, we will try the "log level" approach. :)

asamiyev avatar Oct 08 '24 15:10 asamiyev

If there is any problems, you are observing, feel free to reach out. Keep in mind that an upgrade to a supported version makes more sense in the long run.

meistermeier avatar Oct 09 '24 08:10 meistermeier

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

spring-projects-issues avatar Oct 16 '24 08:10 spring-projects-issues

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.

spring-projects-issues avatar Oct 23 '24 08:10 spring-projects-issues