Skip to content
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

Closed
asamiyev opened this issue Oct 8, 2024 · 5 comments
Closed

SpringData Neo4j not working with Neo4j:5.24 #2955

asamiyev opened this issue Oct 8, 2024 · 5 comments

Comments

@asamiyev
Copy link

asamiyev commented Oct 8, 2024

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!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 8, 2024
@meistermeier
Copy link
Collaborator

meistermeier commented Oct 8, 2024

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
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 meistermeier added status: waiting-for-feedback We need additional information before we can continue and removed status: waiting-for-triage An issue we've not yet triaged labels Oct 8, 2024
@meistermeier meistermeier pinned this issue Oct 8, 2024
@asamiyev
Copy link
Author

asamiyev commented Oct 8, 2024

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

@spring-projects-issues spring-projects-issues added status: feedback-provided Feedback has been provided and removed status: waiting-for-feedback We need additional information before we can continue labels Oct 8, 2024
@meistermeier
Copy link
Collaborator

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 meistermeier added status: waiting-for-feedback We need additional information before we can continue and removed status: feedback-provided Feedback has been provided labels Oct 9, 2024
@spring-projects-issues
Copy link

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 spring-projects-issues added the status: feedback-reminder We've sent a reminder that we need additional information before we can continue label Oct 16, 2024
@spring-projects-issues
Copy link

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 spring-projects-issues closed this as not planned Won't fix, can't repro, duplicate, stale Oct 23, 2024
@spring-projects-issues spring-projects-issues removed status: waiting-for-feedback We need additional information before we can continue status: feedback-reminder We've sent a reminder that we need additional information before we can continue labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants