-
Notifications
You must be signed in to change notification settings - Fork 617
Unable to convert java.util.UUID to Neo4j Value #2240
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
Comments
Thanks for reporting this. I can confirm that this is a bug / regression. |
Thanks for the tip. Yes, you are right. My idea is to have "restaurants located_in cities" but not other way around. I've changed the relationship in
|
Currently there are some problems releasing a snapshot build. Would be great to get your feedback on |
Sure, let me know that I try it. Also, could you tell me the SNAPSHOT
Thanks! |
Yes, exactly and it should be available now. |
Yes, it works! |
Thanks for your feedback. Will refine the change a little bit before merge. |
Use cache to retrieve previously persisted objects and their object's ids. Closes #2240
Use cache to retrieve previously persisted objects and their object's ids. Closes #2240
Hi, I've recently updated spring-boot from
2.4.4
to.2.4.5
and my app that uses spring-data-neo4j stoped working.I am using
UUID
as type for the entities idsThanks!
How to reproduce
jq
installed)After creating a restaurant, you should see the following exception
The text was updated successfully, but these errors were encountered: