Skip to content

Commit

Permalink
6.6.0 (manual)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Aug 8, 2024
1 parent 54c1c4a commit 85a1526
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ Hibernate 6 Changelog

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

Changes in 6.6.0.Final (August 08, 2024)
------------------------------------------------------------------------------------------------------------------------

https://hibernate.atlassian.net/projects/HHH/versions/32329

** Bug
* [HHH-18463] - Add AzureDialect
* [HHH-18451] - CharBooleanConverter : Boolean null value conversion limited by the BooleanJavaType check condition
* [HHH-18403] - DB2iDialect should not support Update Returning
* [HHH-18399] - Unable to persist self-referencing entity with @OneToOne and @JoinTable
* [HHH-18391] - EntityGraphs are not considering Embedded attributes
* [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if they're included in the where clause
* [HHH-18373] - When executing update with Criteria API by setting InheritanceType.JOINED, InlineMutationStrategy, NPE error occurs
* [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows correctly for native queries
* [HHH-17997] - Querying an Entity with CacheConcurrencyStrategy.READONLY throws UnsupportedOperationException: Can't update readonly object
* [HHH-17847] - StoredProcedureQuery map result set incorrectly when having INOUT param
* [HHH-17465] - Incorrect metamodel for shared version attribute in @MappedSuperclass



Changes in 6.6.0.CR2 (August 6, 2024)
------------------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hibernateVersion=6.6.0-SNAPSHOT
hibernateVersion=6.6.0.Final

0 comments on commit 85a1526

Please sign in to comment.