@@ -3,6 +3,36 @@ Hibernate 6 Changelog
33
44Note: Please refer to JIRA to learn more about each issue.
55
6+ Changes in 6.1.1.Final (July 01, 2022)
7+ ------------------------------------------------------------------------------------------------------------------------
8+
9+ https://hibernate.atlassian.net/projects/HHH/versions/32080
10+
11+ ** Bug
12+ * [HHH-15369] - UnknownTableReferenceException when two subclasses have same field with different type
13+ * [HHH-15361] - Update assignment type check should allow subtypes
14+ * [HHH-15360] - Listagg with nulls clause emulation in H2 before 2.0
15+ * [HHH-15358] - @Where annotation with globally_quoted_identifiers causes Unable to determine TableReference Exception
16+ * [HHH-15357] - ClassCastException when selecting map key FK part
17+ * [HHH-15354] - NPE building mapping from HBM for associations targeting a non existing entity
18+ * [HHH-15349] - Comparing entity join alias with collection part fails
19+ * [HHH-15347] - Parent identity check in NavigablePath#relativize is too strict
20+ * [HHH-15346] - @ManyToOne associations not loaded correctly with default EAGER and batch fetch property set
21+ * [HHH-15343] - NPE in type determination for case expression returning null literal
22+ * [HHH-15342] - Inappropriate variation of HQL left join to SQL inner join
23+ * [HHH-15341] - Disallow transient entities as parameters
24+ * [HHH-15339] - Association in embedded id initialized to null when selected
25+ * [HHH-15338] - Impossible to give same path expression multiple aliases
26+ * [HHH-15331] - Constructor expressions in the SELECT clause ignores attribute converter
27+ * [HHH-15324] - Hibernate (6.0.2) Regression. Sets Legacy java.persistence properties, then logs deprecation warnings on these which spams log
28+ * [HHH-15314] - Hibernate Gradle plugin is not working for Kotlin projects
29+
30+ ** Improvement
31+ * [HHH-15367] - Lift embedded/id-class to-one selection limitation for from clause subqueries
32+ * [HHH-15329] - Remove workaround for HHH-10382
33+ * [HHH-15325] - Avoid allocations from BitSet.stream() in AbstractEntityPersister.resolveDirtyAttributeIndexes()
34+
35+
636Changes in 6.1.0.Final (June 07, 2022)
737------------------------------------------------------------------------------------------------------------------------
838
0 commit comments