You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this and the reproducer. Yes, you are completely right. This is definitely a bug and now -thanks to your work- already solved. Just need to add some internal testing and it will get fixed in the next 6.3. patch version.
SDN is unable to save nodes using a projection that recursively references itself.
For example, say you have a node entity that recursively references itself
And a corresponding projection that references itself as well
You cannot save a node using this projection
Note that other ways to save will succeed, such as
CrudRepository.save
orNeo4jTemplate.saveAs
with a projection that is not recursive.I have an example app that reproduces the bug.
I don't know if this a new bug or a regression. I noticed it first while using 6.3.3-SNAPSHOT but the bug is present in 6.3.2 as well.
The text was updated successfully, but these errors were encountered: