Skip to content

Commit 85a1526

Browse files
committed
6.6.0 (manual)
1 parent 54c1c4a commit 85a1526

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelog.txt

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

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

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+
625

726
Changes in 6.6.0.CR2 (August 6, 2024)
827
------------------------------------------------------------------------------------------------------------------------

gradle/version.properties

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

0 commit comments

Comments
 (0)