-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SpringData Neo4j not working with Neo4j:5.24 #2955
Comments
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: #2822 |
Thank you for the prompt reply. |
If there is any problems, you are observing, feel free to reach out. |
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. |
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. |
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:
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!
The text was updated successfully, but these errors were encountered: