Pre-steps for release : `6.5.1.Final`

This commit is contained in:
Hibernate-CI 2024-05-13 19:25:30 +00:00
parent 641a7ddb4b
commit c81fafac8a
2 changed files with 23 additions and 1 deletions

View File

@ -3,6 +3,28 @@ Hibernate 6 Changelog
Note: Please refer to JIRA to learn more about each issue.
Changes in 6.5.1.Final (May 13, 2024)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/32303
** Bug
* [HHH-18080] - hibernate.boot.allow_jdbc_metadata_access=false leads to warning about "0.0.0 version"
* [HHH-18046] - DB2 numeric parameter arithmetic issue
* [HHH-18032] - CompositeId, when the id assigned by PrePersist method an HibernateException: identifier of an instance of _ was altered is thrown
* [HHH-18018] - Derby implementation for 'right' function wrongly passes parameter to 'length'
* [HHH-18011] - Parallel entity enhancement causes a classloader cache stampede
* [HHH-17837] - Join + GroupBy: Wrong column used for many-to-many association
* [HHH-17834] - lock(e, OPTIMISTIC_FORCE_INCREMENT) with TABLE_PER_SUBCLASS
* [HHH-17827] - “Not a managed type” error when using entity interface extending from java.util.Map
* [HHH-17421] - On SQL Server, combining DISTINCT with PESSIMISTIC_WRITE causes needless follow-on locking
** Improvement
* [HHH-18094] - Bytebuddy enhancer: make better use of constants and memory
* [HHH-18091] - Upgrade to ByteBuddy 1.14.15
* [HHH-17305] - Keep order of selected tables in polymorphic query
Changes in 6.5.0.Final (April 25, 2024)
------------------------------------------------------------------------------------------------------------------------

View File

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