5.5.8.Final
This commit is contained in:
parent
ea46eb3ab2
commit
ec09cd300e
|
@ -3,6 +3,22 @@ Hibernate 5 Changelog
|
||||||
|
|
||||||
Note: Please refer to JIRA to learn more about each issue.
|
Note: Please refer to JIRA to learn more about each issue.
|
||||||
|
|
||||||
|
Changes in 5.5.8.Final (October 13, 2021)
|
||||||
|
------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
https://hibernate.atlassian.net/projects/HHH/versions/31982
|
||||||
|
|
||||||
|
** Bug
|
||||||
|
* [HHH-14828] - Bytecode enhancement generates invalid bytecode for final fields
|
||||||
|
* [HHH-14827] - @AttributeOverride at type level does not work when also using orm.xml
|
||||||
|
* [HHH-14826] - Regression: OneToOne fields are always null if parent is loaded from L2 cache
|
||||||
|
* [HHH-14796] - Cannot replace an existing JPQL NamedQuery with a native NamedQuery
|
||||||
|
|
||||||
|
** Deprecation
|
||||||
|
* [HHH-14847] - Deprecate JMX integration
|
||||||
|
* [HHH-14845] - Deprecate JACC integration
|
||||||
|
|
||||||
|
|
||||||
Changes in 5.5.7.Final (August 25, 2021)
|
Changes in 5.5.7.Final (August 25, 2021)
|
||||||
------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
hibernateVersion=5.5.8-SNAPSHOT
|
hibernateVersion=5.5.8.Final
|
Loading…
Reference in New Issue