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

Make AbstractPersistentProperties consider owner for equals. #2972

Closed
schauder opened this issue Nov 8, 2023 · 0 comments
Closed

Make AbstractPersistentProperties consider owner for equals. #2972

schauder opened this issue Nov 8, 2023 · 0 comments

Comments

@schauder
Copy link
Contributor

schauder commented Nov 8, 2023

This should resolve 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
See spring-projects/spring-data-relational#1657
@schauder 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 schauder added this to the 3.1.6 (2023.0.6) milestone Nov 8, 2023
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant