File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ 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.0.Final (August 08, 2024)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32329
10
+
11
+ ** Bug
12
+ * [HHH-18463] - Add AzureDialect
13
+ * [HHH-18451] - CharBooleanConverter : Boolean null value conversion limited by the BooleanJavaType check condition
14
+ * [HHH-18403] - DB2iDialect should not support Update Returning
15
+ * [HHH-18399] - Unable to persist self-referencing entity with @OneToOne and @JoinTable
16
+ * [HHH-18391] - EntityGraphs are not considering Embedded attributes
17
+ * [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if they're included in the where clause
18
+ * [HHH-18373] - When executing update with Criteria API by setting InheritanceType.JOINED, InlineMutationStrategy, NPE error occurs
19
+ * [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows correctly for native queries
20
+ * [HHH-17997] - Querying an Entity with CacheConcurrencyStrategy.READONLY throws UnsupportedOperationException: Can't update readonly object
21
+ * [HHH-17847] - StoredProcedureQuery map result set incorrectly when having INOUT param
22
+ * [HHH-17465] - Incorrect metamodel for shared version attribute in @MappedSuperclass
23
+
24
+
6
25
7
26
Changes in 6.6.0.CR2 (August 6, 2024)
8
27
------------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.6.0-SNAPSHOT
1
+ hibernateVersion =6.6.0.Final
You can’t perform that action at this time.
0 commit comments