-
Notifications
You must be signed in to change notification settings - Fork 3.6k
HHH-15045 + HHH-15235 #5331
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-15045 + HHH-15235 #5331
Conversation
e1d7710
to
a4c2cb1
Compare
hibernate-core/src/main/java/org/hibernate/type/OneToOneType.java
Outdated
Show resolved
Hide resolved
hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/EmbeddedIdTest.java
Outdated
Show resolved
Hide resolved
hibernate-core/src/test/java/org/hibernate/test/onetoone/flush/DirtyFlushTest.java
Outdated
Show resolved
Hide resolved
a4c2cb1
to
b0d6695
Compare
…netoOne relationship when no table columns are changed - PropertyAccessException on merging Bidirectional OneToOne with EmbeddedId - Reverted HHH-14216
b0d6695
to
00929ee
Compare
@@ -500,7 +500,7 @@ https://hibernate.atlassian.net/projects/HHH/versions/31844 | |||
* [HHH-14257] - An Entity A with a map collection having as index an Embeddable with a an association to the Entity A fails with a NPE | |||
* [HHH-14251] - Invalid SQL for @Embedded UPDATE | |||
* [HHH-14249] - MultiLineImport fails when script contains blank spaces or tabs at the end of the last sql statement | |||
|
|||
* [HHH-14216] - Second-level cache doesn't support @OneToOne |
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.
Why is this being changed? We don't typically change existing release notes
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.
Because the PR has been applied to 5.5.0.Alpha1 but we forgot to close the related Jira so I closed it and amended the release notes
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.
ah, thanks!
great job! merging |
https://hibernate.atlassian.net/browse/HHH-15045
https://hibernate.atlassian.net/browse/HHH-15235
This PR reverts HHH-14216, see discussion and HHH-15540