@@ -3,6 +3,48 @@ Hibernate 6 Changelog
33
44Note: Please refer to JIRA to learn more about each issue.
55
6+ Changes in 6.4.3.Final (February 02, 2024)
7+ ------------------------------------------------------------------------------------------------------------------------
8+
9+ https://hibernate.atlassian.net/projects/HHH/versions/32243
10+
11+ ** Bug
12+ * [HHH-17690] - Joins with Predicates using Criteria API in combination with EntityGraph poducing additional joins.
13+ * [HHH-17689] - Cache SQL statement for unique key lookup
14+ * [HHH-17687] - AttributeConverter, query does not use converter to convert 'null' fields
15+ * [HHH-17686] - Join with inheritance subtype association doesn't trigger auto-flush
16+ * [HHH-17683] - hibernate-jpamodelgen generates wrong constructor for metamodel of entities whose methods contain a `static EntityManager getEntityManager()`
17+ * [HHH-17681] - Restore AbstractSqmSelfRenderingFunctionDescriptor backwards compatibility
18+ * [HHH-17679] - Unnecessary entity name usage leads to collection element join
19+ * [HHH-17677] - COALESCE usage in SQL is broken when giving NULL as second parameter
20+ * [HHH-17674] - NullPointerException thrown when loading entity previously evicted and proxied
21+ * [HHH-17670] - NPE in FromClause#findTableGroup
22+ * [HHH-17668] - NullPointerException when refreshing bytecode-enhanced entity from second-level cache
23+ * [HHH-17667] - Delete by type query with @DiscriminatorColumn generates SQL with a missing join
24+ * [HHH-17666] - Datetime truncation fails when argument is a converted property
25+ * [HHH-17665] - java.lang.ClassCastException in some cases when loading child entities, mapped as joined-subclass.
26+ * [HHH-17653] - Error in generating schema when @Generator annotation is applied to a non id embeddable property
27+ * [HHH-17644] - Mapping of generic types in single table inheritance depends on lexicographical order of parent and child classnames
28+ * [HHH-17643] - Allow uninitialized proxy serialization even when a SessionFactory is not available
29+ * [HHH-17634] - Merging a new entity having a @GeneratedValue id should not set the generated id to the original entity
30+ * [HHH-17629] - Criteria and Entity graph generates same join clause twice
31+ * [HHH-17605] - NativeQuery - Multiple entities of same type are translated into the same single object
32+ * [HHH-17598] - Criteria multiselect doesn't work properly for array types other than Object[]
33+ * [HHH-17594] - "Could not set value of type" for @EmbeddedId that uses a @DiscriminatorValue as Key
34+ * [HHH-17587] - Setting to null a property from a @SecondaryTable and @DynamicUpdate deletes the whole entry from database
35+ * [HHH-17550] - NO_CONSTRAINT not honored by InheritanceType.JOINED
36+ * [HHH-17526] - During eager batch fetching, real exceptions swallowed by exception in finally
37+ * [HHH-17461] - Add explicit @SoftDelete column duplication validation
38+ * [HHH-17420] - JoinColumn throws an `occurs out of order` AnnotationException
39+ * [HHH-17326] - deprecated lazyLoading no longer working
40+ * [HHH-17320] - A basic attribute of type TreeMap causes a JdbcTypeRecommendationException
41+ * [HHH-17113] - Incorrect SQL generated on DiscriminatorColumn when combined with bidirectional relation and @DiscriminatorOptions(force = true)
42+ * [HHH-16960] - OneToOne lazy loading fails when fetch graph is involved
43+
44+ ** Improvement
45+ * [HHH-17319] - Use Oracle GraalVM for Atlas builds
46+
47+
648Changes in 6.4.2.Final (January 18, 2024)
749------------------------------------------------------------------------------------------------------------------------
850
0 commit comments