Skip to content

Commit

Permalink
5.6.13.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibernate-CI committed Nov 3, 2022
1 parent 1d539ea commit 5a1d6f6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ Hibernate 5 Changelog

Note: Please refer to JIRA to learn more about each issue.

Changes in 5.6.13.Final (November 03, 2022)
------------------------------------------------------------------------------------------------------------------------

https://hibernate.atlassian.net/projects/HHH/versions/32112

** Bug
* [HHH-15634] - Lazy basic property does not get updated on change
* [HHH-15561] - Function "IDENTITY" not found when inserting audited revision using Hibernate Envers
* [HHH-15554] - Merge of an Entity with an immutable composite user type throws Exception

** Improvement
* [HHH-15649] - Additional performance fixes relating to Klass's _secondary_super_cache interaction with entity enhancement
* [HHH-15639] - Upgrade to ByteBuddy 1.12.18
* [HHH-15637] - Upgrade to Byteman 4.0.20
* [HHH-15616] - Mitigate performance impact of entity enhancement on Klass's _secondary_super_cache
* [HHH-15585] - Add support for DB2 aliases for schema validation
* [HHH-15575] - Make getter org.hibernate.criterion.SimpleExpression#getOp() public

** Task
* [HHH-15594] - Remove Oracle RDS and all test matrix uses


Changes in 5.6.12.Final (September 27, 2022)
------------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hibernateVersion=5.6.13-SNAPSHOT
hibernateVersion=5.6.13.Final

0 comments on commit 5a1d6f6

Please sign in to comment.