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

HHH-19140 Reproducer test and issue fix #9758

Merged
merged 2 commits into from
Mar 11, 2025
Merged

Conversation

VladoKuruc
Copy link
Contributor

@VladoKuruc VladoKuruc commented Feb 16, 2025

[Please describe here what your change is about]


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


https://hibernate.atlassian.net/browse/HHH-19140

@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Feb 24, 2025

Thanks for your pull request!

This pull request appears to follow the contribution rules.

› This message was automatically generated.

@VladoKuruc VladoKuruc changed the title HHH-19140 Enhanced entities with AccessType.PROPERTY does not work well with inheritance HHH-19140 Reproducer test and issue fix Feb 24, 2025
Copy link
Member

@mbladel mbladel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @VladoKuruc, I think having a unified implementation for finding the getter method is much better and will prevent similar problems in the future.

@sebersole wdyt about reading the @Access annotation's value instead of defaulting to FIELD or PROPERTY based on the annotation's placement?

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@beikov beikov merged commit c959c0b into hibernate:main Mar 11, 2025
22 of 24 checks passed
@VladoKuruc
Copy link
Contributor Author

Can you backport this to version 6.6 as well, please?

VladoKuruc added a commit to VladoKuruc/hibernate-orm that referenced this pull request Mar 14, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* HHH-19140 Add test case

* HHH-19140 Fix for issue
beikov pushed a commit that referenced this pull request Mar 14, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* HHH-19140 Add test case

* HHH-19140 Fix for issue
@VladoKuruc VladoKuruc deleted the HHH-19140 branch March 14, 2025 10:07
cigaly pushed a commit to cigaly/hibernate-orm that referenced this pull request Mar 14, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* HHH-19140 Add test case

* HHH-19140 Fix for issue
yrodiere pushed a commit to yrodiere/hibernate-orm that referenced this pull request Mar 18, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* HHH-19140 Add test case

* HHH-19140 Fix for issue
yrodiere pushed a commit to yrodiere/hibernate-orm that referenced this pull request Mar 18, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* HHH-19140 Add test case

* HHH-19140 Fix for issue
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 this pull request may close these issues.

None yet

4 participants