Skip to content

Commit 252a8d6

Browse files
committed
Pre-steps for release : 6.6.0.Alpha1
1 parent 1b057b8 commit 252a8d6

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

changelog.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ Hibernate 6 Changelog
33

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

6+
Changes in 6.6.0.Alpha1 (April 25, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32271
10+
11+
** Bug
12+
* [HHH-17969] - NPE copying SQM tree for criteria delete statement with null predicate
13+
14+
** Improvement
15+
* [HHH-17999] - Avoid runtime reflection for org.hibernate.jdbc.Expectation
16+
* [HHH-17993] - Metamodel processing on bootstrap: avoid retrying same metamodel class name multiple times
17+
* [HHH-17991] - Reduce overhead from @DialectOverride discovery
18+
* [HHH-17988] - MetadataContext should consistently use ClassLoaderService
19+
* [HHH-17987] - Improve allocation rate of ReflectHelper#setterMethodOrNull
20+
* [HHH-17980] - Excessive contention during getter identification in the ByteBuddy enhancer
21+
* [HHH-17954] - StatelessSession should no longer ignore changes to collections
22+
* [HHH-17824] - Extend usage spectrum of @Jpa to the test method level
23+
24+
** New Feature
25+
* [HHH-17955] - Bean validation and StatelessSession
26+
* [HHH-17818] - Add new ConcreteProxy annotation
27+
28+
629
Changes in 6.4.1.Final (December 15, 2023)
730
------------------------------------------------------------------------------------------------------------------------
831

gradle/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=6.6.0-SNAPSHOT
1+
hibernateVersion=6.6.0.Alpha1

0 commit comments

Comments
 (0)