Skip to content

Commit

Permalink
Pre-steps for release : 6.6.3.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibernate-CI committed Nov 21, 2024
1 parent 3dfb973 commit 74f0839
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ Hibernate 6 Changelog

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

Changes in 6.6.3.Final (November 21, 2024)
------------------------------------------------------------------------------------------------------------------------

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

** Bug
* [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query
* [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument
* [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap)
* [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @Transient properties
* [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery
* [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO
* [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column

** Improvement
* [HHH-18841] - Make `_identifierMapper` property added for a IdClass synthetic
* [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models

** Task
* [HHH-18846] - Enable release automation for ORM 6.6


Changes in 6.6.2.Final (November 07, 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.3-SNAPSHOT
hibernateVersion=6.6.3.Final

0 comments on commit 74f0839

Please sign in to comment.