5.5.0.Final

This commit is contained in:
Hibernate-CI 2021-06-01 14:56:34 +00:00
parent fab2503981
commit 7a584223f8
2 changed files with 18 additions and 1 deletions

View File

@ -3,6 +3,23 @@ Hibernate 5 Changelog
Note: Please refer to JIRA to learn more about each issue.
Changes in 5.5.0.Final (June 01, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31946
** Bug
* [HHH-14139] - BasicBinder Trace Logging Causes Duplicated Message
** Improvement
* [HHH-14632] - Call statistics.queryPlanCacheHit and statistics.queryPlanCacheMiss for FilterQueryPlan and NativeSQLQueryPlan
* [HHH-14624] - Oracle from version 12 started supporting the `offset ? rows fetch next ? rows only`syntax for pagination
* [HHH-14240] - Stop generating fragments of SQL as uppercase
** Task
* [HHH-14635] - Upgrade to latest JUnit and to Log4j 2
Changes in 5.5.0.CR1 (May 24, 2021)
------------------------------------------------------------------------------------------------------------------------

View File

@ -1 +1 @@
hibernateVersion=5.5.0-SNAPSHOT
hibernateVersion=5.5.0.Final