File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ 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.16.Final (May 25, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/33606
10
+
11
+ ** Bug
12
+ * [HHH-19477] - ConnectionReleaseMode.AFTER_STATEMENT ineffective due to missing connection release
13
+ * [HHH-19473] - Bytecode enhancement incorrectly generates code for Bidirectional Generic Entities
14
+ * [HHH-19472] - Native query "SELECT 1" with result type Object[] return singular object
15
+ * [HHH-19387] - AssertionError in EntityInitializerImpl data.concreteDescriptor is null
16
+ * [HHH-19372] - AccessOptimizer.setPropertyValues() and getPropertyValues() error with entity hierarchy.
17
+ * [HHH-19369] - Entity hierarchy ordering error within metamodel building with enhancement
18
+ * [HHH-19207] - JPA OrderBy annotated relation not ordered when using entity graph with criteria api
19
+ * [HHH-18813] - DML update of secondary table column fails
20
+
21
+
6
22
Changes in 6.6.15.Final (May 13, 2025)
7
23
------------------------------------------------------------------------------------------------------------------------
8
24
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.6.16-SNAPSHOT
1
+ hibernateVersion =6.6.16.Final
You can’t perform that action at this time.
0 commit comments