@@ -3,6 +3,56 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 6.2.11.Final (October 04, 2023)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32194
10
+
11
+ ** Bug
12
+ * [HHH-17257] - ElementCollection is missing elements after update if embeddable type has primitive columns marked as nullable
13
+ * [HHH-17256] - elementcollection embeddable contains only nulls when loading in multiple steps
14
+ * [HHH-17255] - Cannot resolve table reference for treated many-to-many map collection simple attribute
15
+ * [HHH-17243] - org.hibernate.MappingException: Could not resolve named type : duration
16
+ * [HHH-17242] - Oracle temporal arithmetic performance regression
17
+ * [HHH-17234] - PostgreSQL: operator does not exist '!=-' exception when using JPA not equals operator '<>' with negative number
18
+ * [HHH-17231] - HHH-17231 SQLGrammarException when selecting property of grouped join association in subquery
19
+ * [HHH-17228] - Exception when selecting from a subclass in single table inheritance when another entity has 1-1 attributes of other subclasses
20
+ * [HHH-17205] - QueryException: could not resolve property: null on OneToOne with composite key
21
+ * [HHH-17188] - Query Cache contains null values when entity is found in Persistence Context
22
+ * [HHH-17178] - Is null predicate on treated plural path causes InterpretationException
23
+ * [HHH-17172] - SerializableProxy: Unable to retrieve matching session factory by name (Hibernate 6 regression?)
24
+ * [HHH-17170] - Custom @SQLDelete, @SQLDeleteAll and @SQLUpdate not working on associated collections
25
+ * [HHH-17155] - DynamicInstantiationResult wrong java type constructor selected
26
+ * [HHH-17131] - Regression in entity streams with associated collections resulting in result duplication
27
+ * [HHH-17105] - SQL clause from @WhereJoinTable is no longer used for DELETE queries (6.2 regression)
28
+ * [HHH-17104] - Bug with max() request inside projection
29
+ * [HHH-17100] - CustomType wrongly calls UserType#disassemble
30
+ * [HHH-17049] - Bytecode Enhancement, extra records created for associations created in constructor
31
+ * [HHH-16962] - General documentation improvements
32
+ * [HHH-16945] - CTE query cycle attribute evaluated incorrectly on MSSQL using collation "Latin1_General_CI_AS"
33
+ * [HHH-16900] - Iteration of MutationOperation(s) triggers type pollution
34
+ * [HHH-16885] - Hibernate 6.1.6 - 6.2.7 changes outer to inner join when EntityGraph and @Id
35
+ * [HHH-16781] - @JavaType annotation is ignored when Basic type is already registered for same JdbcType/Java class pair
36
+ * [HHH-15317] - When setting a read-only entity to non-readonly, mutable properties that are user defined types are not cloned
37
+ * [HHH-13741] - LOG_SLOW_QUERY parameter doesn't always log SQL
38
+
39
+ ** Improvement
40
+ * [HHH-17286] - Upgrade integration tests to use Oracle JDBC driver version 23.3.0.23.09
41
+ * [HHH-17282] - Introduce a specialized Map for NavigablePath to Initializer
42
+ * [HHH-17220] - Avoid runtime lookups of JdbcService from TableGenerator and TableStructure
43
+ * [HHH-17082] - Improve documentation of configuration settings
44
+ * [HHH-16706] - Spelling fix in Envers.adoc
45
+ * [HHH-16403] - Avoid unnecessary wrapping for exceptions/errors thrown by getters/setters
46
+
47
+ ** Task
48
+ * [HHH-17187] - Avoid 0 byte trailing UUID's in tests
49
+ * [HHH-17160] - Gradle 8.3 upgrade
50
+ * [HHH-17087] - Update container images to the latest version
51
+ * [HHH-17047] - Follow up tasks for Gradle 8.2 upgrade
52
+ * [HHH-17015] - Upgrade to Gradle 8
53
+ * [HHH-16675] - Reenable native query OffsetDateTime test after Oracle JDBC update
54
+
55
+
6
56
Changes in 6.2.9.Final (September 19, 2023)
7
57
------------------------------------------------------------------------------------------------------------------------
8
58
0 commit comments