File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,27 @@ Hibernate 7 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
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
+
6
27
Changes in 7.0.8.Final (July 27, 2025)
7
28
------------------------------------------------------------------------------------------------------------------------
8
29
Original file line number Diff line number Diff line change 1
- hibernateVersion =7.0.9-SNAPSHOT
1
+ hibernateVersion =7.0.9.Final
You can’t perform that action at this time.
0 commit comments