File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,29 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
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
+
6
29
Changes in 6.4.1.Final (December 15, 2023)
7
30
------------------------------------------------------------------------------------------------------------------------
8
31
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.6.0-SNAPSHOT
1
+ hibernateVersion =6.6.0.Alpha1
You can’t perform that action at this time.
0 commit comments