Skip to content

Commit 15101bd

Browse files
committed
Pre-steps for release : 7.0.9.Final
1 parent e7be01f commit 15101bd

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

changelog.txt

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

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

6+
Changes in 7.0.9.Final (August 03, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/34496
10+
11+
** Bug
12+
* [HHH-19675] - JdbcTypeRegistry#hasRegisteredDescriptor should account for constructed types
13+
* [HHH-19666] - Oracle error for array_agg with element type not appearing as array in domain model
14+
* [HHH-19657] - OffsetDateTime in an array is handled incorrectly with setting hibernate.type.java_time_use_direct_jdbc=true
15+
* [HHH-19620] - Error resolving nested generic type variable arguments when using different identifiers
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+
22+
** Improvement
23+
* [HHH-19654] - Upgrade hibernate-models to 1.0.1
24+
* [HHH-19641] - Upgrade to JUnit 5.13.4
25+
26+
627
Changes in 7.0.8.Final (July 27, 2025)
728
------------------------------------------------------------------------------------------------------------------------
829

gradle/version.properties

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

0 commit comments

Comments
 (0)