Skip to content

Commit c22c25b

Browse files
committed
Pre-steps for release : 6.6.4.Final
1 parent 0afa745 commit c22c25b

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

changelog.txt

+43
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,49 @@ Hibernate 6 Changelog
33

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

6+
Changes in 6.6.4.Final (December 18, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32370
10+
11+
** Bug
12+
* [HHH-18949] - Hibernate Processor should not insert underscores within uppercase names
13+
* [HHH-18932] - Wrongly using FK column instead of PK when using joined alias
14+
* [HHH-18912] - ORM release process
15+
* [HHH-18904] - Bytecode Enhancement fails with UnsupportedEnhancementStrategy.FAIL for pre-persist method
16+
* [HHH-18903] - Bytecode enhancement fails for entities that contain a method named get
17+
* [HHH-18872] - ConcreteProxy type not restored from 2LC when loading a ManyToOne
18+
* [HHH-18868] - Wrong behaviour of getAttribute method in impl. of ManagedType when scattered id attributes are used in MappedSuperclass
19+
* [HHH-18863] - jpamodelgen 6.6 performance issue in Eclipse IDE
20+
* [HHH-18850] - createCountQuery with Hibernate 6.6.2
21+
* [HHH-18709] - CriteriaUpdate involving JSON field containing Map<String, Object> results in SemanticException
22+
* [HHH-18689] - 'FULL' query cache sometimes incomplete
23+
* [HHH-18629] - Inconsistent column alias generated while result class is used for placeholder
24+
* [HHH-18583] - Joined + discriminator inheritance treat in where clause not restricting to subtype
25+
* [HHH-18384] - @JoinColumnsOrFormulas broken
26+
* [HHH-18274] - Problems with generics in queries; proposed partial solution
27+
* [HHH-17838] - @OneToOne relationship + @Embeddable keys + FetchType.LAZY fail in most recent version
28+
* [HHH-17612] - DefaultRevisionEntity: Illegal argument on static metamodel field injection
29+
* [HHH-14725] - Using a InputStream with BlobProxy and Envers results in java.sql.SQLException: could not reset reader
30+
* [HHH-13815] - TransientObjectException after merging a bidirectional one-to-many with orphan deletion
31+
* [HHH-13790] - Temporary session not being closed
32+
* [HHH-13377] - Lazy loaded properties of bytecode enhanced entity are left stale after refresh of entity
33+
34+
** Sub-task
35+
* [HHH-18369] - Support Informix matches() function
36+
* [HHH-18367] - Informix sum on case expression error
37+
* [HHH-18365] - Informix function bit_length() error
38+
* [HHH-18364] - Informix function locate() error
39+
* [HHH-18363] - Informix component nullness check error
40+
* [HHH-18362] - Informix function substring() error
41+
* [HHH-18361] - Informix current_time error
42+
* [HHH-18360] - Informix function str() error
43+
44+
** Task
45+
* [HHH-18917] - Follow all of the JavaBeans rules in enhance/internal/bytebuddy/EnhancerImpl when checking if a class can be enhanced
46+
* [HHH-18906] - Allow specifying UnsupportedEnhancementStrategy for Hibernate testing
47+
48+
649
Changes in 6.6.3.Final (November 21, 2024)
750
------------------------------------------------------------------------------------------------------------------------
851

gradle/version.properties

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

0 commit comments

Comments
 (0)