Skip to content

Commit a41ef67

Browse files
committed
Pre-steps for release : 6.6.24.Final
1 parent 3115bd1 commit a41ef67

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

changelog.txt

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

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

6+
Changes in 6.6.24.Final (August 03, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/34495
10+
11+
** Bug
12+
* [HHH-19675] - JdbcTypeRegistry#hasRegisteredDescriptor should account for constructed types
13+
* [HHH-19657] - OffsetDateTime in an array is handled incorrectly with setting hibernate.type.java_time_use_direct_jdbc=true
14+
* [HHH-19655] - Connection leak with PhysicalConnectionHandlingMode.IMMEDIATE_ACQUISITION_AND_HOLD
15+
* [HHH-19651] - DB2 for i detection not working reliably
16+
* [HHH-19585] - Object relationship mapping issues | java.lang.NullPointerException: Cannot invoke "java.lang.Comparable.compareTo(Object)" because "one" is null
17+
* [HHH-19579] - Criteria update join - Column 'code' in SET is ambiguous
18+
* [HHH-19031] - Loading an Entity a second time when it contains an embedded object causes IllegalArgumentException
19+
* [HHH-18981] - IndexOutOfBoundsException when using arrayToString with arrayAgg
20+
* [HHH-18956] - Native query brace replacement breaks dollar quoted literals in 6.6+
21+
* [HHH-18780] - Performance regression on Postgres with polymorphic query due to incorrect casts of null columns
22+
23+
624
Changes in 6.6.23.Final (July 27, 2025)
725
------------------------------------------------------------------------------------------------------------------------
826

gradle/version.properties

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

0 commit comments

Comments
 (0)