Skip to content

Commit f047e53

Browse files
committed
Pre-steps for release : 6.6.16.Final
1 parent 0df5f6f commit f047e53

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

changelog.txt

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

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

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+
622
Changes in 6.6.15.Final (May 13, 2025)
723
------------------------------------------------------------------------------------------------------------------------
824

gradle/version.properties

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

0 commit comments

Comments
 (0)