@@ -3,6 +3,50 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 6.3.1.Final (September 19, 2023)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32188
10
+
11
+ ** Bug
12
+ * [HHH-17221] - AssertionError initializing a collection with FetchMode.SUBSELECT and IdClass having only one field
13
+ * [HHH-17203] - ElementCollection doesn't consider @Where annotation on delete of elements
14
+ * [HHH-17202] - ArrayStoreException for single field id class entity collection batch loading
15
+ * [HHH-17201] - Unexpected value type exception for unordered multi id Load with ordered return disable
16
+ * [HHH-17189] - Audited annotations are ignored on embeddable super types
17
+ * [HHH-17177] - JDBC type code is ignored in XML mapping for an id attribute
18
+ * [HHH-17173] - Getting one-to-one association through a referenece to a bytecode enhanced entity fails
19
+ * [HHH-17168] - Investigate failures on db10_5 and Cockrachdb of FunctionTests.testCastBinaryWithLength
20
+ * [HHH-17167] - Unable to locate parameter for RESTRICT - DELETE error when removing entity with RowId
21
+ * [HHH-17166] - query methods returning primitive types incorrectly inferred to be mutation query methods
22
+ * [HHH-17165] - short method names in metamodel generator cause SIOBE
23
+ * [HHH-17163] - persist() should throw JPA's EntityExistsException if passed detached instance
24
+ * [HHH-17159] - java.lang.StackOverflowError during Update on Entity with Embeddable and JSON
25
+ * [HHH-17156] - NPE when an Embeddable column is reused in another class related by inheritance
26
+ * [HHH-17154] - NullPointerException is thrown when constructing EntityManagerFactoryBuilderImpl
27
+ * [HHH-17135] - CriteriaQuery error passing nullLiteral with entity type class
28
+ * [HHH-17131] - Regression in entity streams with associated collections resulting in result duplication
29
+ * [HHH-17105] - SQL clause from @WhereJoinTable is no longer used for DELETE queries (6.2 regression)
30
+ * [HHH-17104] - Bug with max() request inside projection
31
+ * [HHH-17100] - CustomType wrongly calls UserType#disassemble
32
+ * [HHH-17080] - [Envers] AuditReader.getRevisionNumberForDate(LocalDateTime) uses Epoch Seconds instead of Epoch Millis
33
+ * [HHH-17079] - NPE when using CompositeUserType with generic fields in Hibernate 6
34
+ * [HHH-17049] - Bytecode Enhancement, extra records created for associations created in constructor
35
+ * [HHH-16945] - CTE query cycle attribute evaluated incorrectly on MSSQL using collation "Latin1_General_CI_AS"
36
+ * [HHH-15968] - Sporadic ClassCastException when querying for Set<Enum>.
37
+
38
+ ** Improvement
39
+ * [HHH-17220] - Avoid runtime lookups of JdbcService from TableGenerator and TableStructure
40
+ * [HHH-17171] - JPA and multiple query roots
41
+ * [HHH-16768] - HQL parsed predicates don't validate type comparability
42
+
43
+ ** Task
44
+ * [HHH-17204] - Relax visibility of some methods for reactive upsert() support
45
+ * [HHH-17187] - Avoid 0 byte trailing UUID's in tests
46
+ * [HHH-17160] - Gradle 8.3 upgrade
47
+ * [HHH-17087] - Update container images to the latest version
48
+
49
+
6
50
Changes in 6.3.0.Final (August 31, 2023)
7
51
------------------------------------------------------------------------------------------------------------------------
8
52
0 commit comments