-
Notifications
You must be signed in to change notification settings - Fork 678
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
Make AbstractPersistentProperties consider owner for equals. #2972
Labels
type: bug
A general bug
Milestone
Comments
schauder
added a commit
that referenced
this issue
Nov 8, 2023
This makes a difference when a property is declared in a superclass of two entities. In such a case the property is the same, but the owner is different. Closes #2972 See spring-projects/spring-data-relational#1657
schauder
changed the title
Make properties consider owner for equals.
Make AbstractPersistentProperties consider owner for equals.
Nov 8, 2023
schauder
added a commit
that referenced
this issue
Nov 8, 2023
This makes a difference when a property is declared in a superclass of two entities. In such a case the property is the same, but the owner is different. Closes #2972 See spring-projects/spring-data-relational#1657
schauder
added a commit
that referenced
this issue
Nov 8, 2023
This makes a difference when a property is declared in a superclass of two entities. In such a case the property is the same, but the owner is different. Closes #2972 Original pull request #2973 See spring-projects/spring-data-relational#1657
schauder
added a commit
that referenced
this issue
Nov 12, 2023
This reverts commit 633d125. The change caused build failures for Spring Data JDBC. See #2972 Original pull request #2973 See spring-projects/spring-data-relational#1657
schauder
added a commit
that referenced
this issue
Nov 12, 2023
This reverts commit 93913b0. The change caused build failures for Spring Data JDBC. See #2972 Original pull request #2973 See spring-projects/spring-data-relational#1657
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should resolve spring-projects/spring-data-relational#1657
The text was updated successfully, but these errors were encountered: