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
After upgrading to Spring Boot 2.4.0 (so using SDN 6.0.1) I got some problems.
There's no @RelationshipEntity anymore so I guess in my code I should change it to @RelationshipProperties.
After searching the documentation I can't figure how to make it return the id property of a relationship. +Before the version upgrade, every relationship property was returned correctly, now it doesn't.+
I tried to add a @Property annotation to the id field, but an Exception was raised by Spring.
The id field is annotated with @Id and @GeneratedValue