Skip to content

Commit

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

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

Changes in 5.6.4.Final (January 19, 2022)
------------------------------------------------------------------------------------------------------------------------

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

** Bug
* [HHH-15032] - Fix backwards incompatible SPI change that happened in 5.6.2 due to introducing SqlStringGenerationContext
* [HHH-15022] - Bug After Upgrade Hibernate from 5.6.1.Final to 5.6.3.Final
* [HHH-15002] - H2Dialect does not work properly with h2 2.0.202 and booleans types

** Task
* [HHH-15036] - Disable DefaultCatalogAndSchemaTest when testing against MariaDB < 10.3
* [HHH-15033] - Restrict JNDI lookups to "java" scheme
* [HHH-15031] - Upgrade to ByteBuddy 1.12.7
* [HHH-15028] - Upgrade to JBoss Logging 3.4.3.Final
* [HHH-15026] - Upgrade to Log4J 2.17.1
* [HHH-15024] - Upgrade to Jandex 2.4.2.Final
* [HHH-15018] - OracleTypesHelper shouldn't log stacktraces when the Oracle JDBC driver isn't loadable
* [HHH-14998] - Upgrade to GraalVM 21.3.0
* [HHH-14988] - Upgrade to ByteBuddy 1.12.5
* [HHH-14987] - Upgrade to Log4j 2.17.0


Changes in 5.6.3.Final (December 15, 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.6.4-SNAPSHOT
hibernateVersion=5.6.4.Final

0 comments on commit 8f0a9c0

Please sign in to comment.