Pre-steps for release : `6.6.0.Alpha1`
This commit is contained in:
parent
1b057b8f1f
commit
252a8d6bb2
|
@ -3,6 +3,29 @@ Hibernate 6 Changelog
|
|||
|
||||
Note: Please refer to JIRA to learn more about each issue.
|
||||
|
||||
Changes in 6.6.0.Alpha1 (April 25, 2024)
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
https://hibernate.atlassian.net/projects/HHH/versions/32271
|
||||
|
||||
** Bug
|
||||
* [HHH-17969] - NPE copying SQM tree for criteria delete statement with null predicate
|
||||
|
||||
** Improvement
|
||||
* [HHH-17999] - Avoid runtime reflection for org.hibernate.jdbc.Expectation
|
||||
* [HHH-17993] - Metamodel processing on bootstrap: avoid retrying same metamodel class name multiple times
|
||||
* [HHH-17991] - Reduce overhead from @DialectOverride discovery
|
||||
* [HHH-17988] - MetadataContext should consistently use ClassLoaderService
|
||||
* [HHH-17987] - Improve allocation rate of ReflectHelper#setterMethodOrNull
|
||||
* [HHH-17980] - Excessive contention during getter identification in the ByteBuddy enhancer
|
||||
* [HHH-17954] - StatelessSession should no longer ignore changes to collections
|
||||
* [HHH-17824] - Extend usage spectrum of @Jpa to the test method level
|
||||
|
||||
** New Feature
|
||||
* [HHH-17955] - Bean validation and StatelessSession
|
||||
* [HHH-17818] - Add new ConcreteProxy annotation
|
||||
|
||||
|
||||
Changes in 6.4.1.Final (December 15, 2023)
|
||||
------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
hibernateVersion=6.6.0-SNAPSHOT
|
||||
hibernateVersion=6.6.0.Alpha1
|
Loading…
Reference in New Issue