Skip to content

Commit

Permalink
5.4.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibernate-CI committed Dec 16, 2021
1 parent 12c694a commit 19d238a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@ Hibernate 5 Changelog

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

Changes in 5.4.33 (December 16, 2021)
------------------------------------------------------------------------------------------------------------------------

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

** Bug
* [HHH-14972] - log4j2 <= 2.14.1 has an RCE (CVE-2021-44228)
* [HHH-14840] - IBM Db2 11.1 fails on TransientOverride test cases
* [HHH-14828] - Bytecode enhancement generates invalid bytecode for final fields
* [HHH-14796] - Cannot replace an existing JPQL NamedQuery with a native NamedQuery
* [HHH-14757] - Cannot save (dirty check failed) single element GeometryCollection
* [HHH-14657] - Byte code enhancement via Gradle plugin fails
* [HHH-14608] - Merge causes StackOverflow when JPA proxy compliance is enabled
* [HHH-14540] - Interceptor instance is shared between ORM session and Enver's temporary session resulting in multiple calls.

** Deprecation
* [HHH-14847] - Deprecate JMX integration
* [HHH-14845] - Deprecate JACC integration

** Task
* [HHH-14979] - Upgrade to Log4J 2 2.16.0
* [HHH-14788] - Upgrade to Byteman 4.0.16
* [HHH-14771] - Upgrade to Byte Buddy 1.11.12
* [HHH-14635] - Upgrade to latest JUnit and to Log4j 2


Changes in 5.4.32.Final (May 24, 2021)
------------------------------------------------------------------------------------------------------------------------

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.4.33-SNAPSHOT
hibernateVersion=5.4.33

0 comments on commit 19d238a

Please sign in to comment.