-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-19140 Reproducer test and issue fix #9758
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
Conversation
238d009 to
e601af7
Compare
|
Thanks for your pull request! This pull request appears to follow the contribution rules. › This message was automatically generated. |
d4be72f to
4d349e9
Compare
hibernate-core/src/main/java/org/hibernate/property/access/internal/AccessStrategyHelper.java
Outdated
Show resolved
Hide resolved
hibernate-core/src/main/java/org/hibernate/property/access/internal/AccessStrategyHelper.java
Outdated
Show resolved
Hide resolved
4d349e9 to
9aed525
Compare
hibernate-core/src/main/java/org/hibernate/property/access/internal/AccessStrategyHelper.java
Outdated
Show resolved
Hide resolved
9aed525 to
5c6e865
Compare
mbellade
left a comment
There was a problem hiding this 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?
hibernate-core/src/main/java/org/hibernate/property/access/internal/AccessStrategyHelper.java
Outdated
Show resolved
Hide resolved
|
Can you backport this to version 6.6 as well, please? |
* HHH-19140 Add test case * HHH-19140 Fix for issue
* HHH-19140 Add test case * HHH-19140 Fix for issue
* HHH-19140 Add test case * HHH-19140 Fix for issue
* HHH-19140 Add test case * HHH-19140 Fix for issue
* HHH-19140 Add test case * HHH-19140 Fix for issue
|
@VladoKuruc This So this test just isn't robust. |
[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