Skip to content

Commit 74f0839

Browse files
committed
Pre-steps for release : 6.6.3.Final
1 parent 3dfb973 commit 74f0839

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

changelog.txt

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ Hibernate 6 Changelog
33

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

6+
Changes in 6.6.3.Final (November 21, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32365
10+
11+
** Bug
12+
* [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query
13+
* [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument
14+
* [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap)
15+
* [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @Transient properties
16+
* [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery
17+
* [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO
18+
* [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column
19+
20+
** Improvement
21+
* [HHH-18841] - Make `_identifierMapper` property added for a IdClass synthetic
22+
* [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models
23+
24+
** Task
25+
* [HHH-18846] - Enable release automation for ORM 6.6
26+
27+
628
Changes in 6.6.2.Final (November 07, 2024)
729
------------------------------------------------------------------------------------------------------------------------
830

gradle/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=6.6.3-SNAPSHOT
1+
hibernateVersion=6.6.3.Final

0 commit comments

Comments
 (0)