@@ -3,6 +3,68 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 6.4.0.CR1 (October 26, 2023)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32185
10
+
11
+ ** Bug
12
+ * [HHH-17351] - Missing basic type registration after changing preferred jdbc type
13
+ * [HHH-17332] - NullPointerException in TupleMappingModelExpressible constructor
14
+ * [HHH-17329] - Query Cache contains null values when entity was loaded as proxy
15
+ * [HHH-17306] - NPE in AbstractEntityPersister#logStaticSQL() when debug logging is enabled
16
+ * [HHH-17302] - Use nocache for MariaDB sequences
17
+ * [HHH-17290] - Embeddable with a primitive field cannot be set to null
18
+ * [HHH-17288] - IdClass broken column mapping in `@OneToOne` when `mappedBy` is used by the owning side
19
+ * [HHH-17285] - @MapdKey fails with name attribute that represetns a path with dots separator
20
+ * [HHH-17283] - Subquery using Entity with composite Id causes SemanticException
21
+ * [HHH-17276] - Columns that are widened to LOB type aren't considered as LOBs
22
+ * [HHH-17264] - OracleAggregateSupport should use json_object to create empty json
23
+ * [HHH-17262] - JdbcTypeRecommendationException when using <mapping-file> of persistence.xml file
24
+ * [HHH-17260] - ClassCastException when using SUM() on subquery root
25
+ * [HHH-17225] - Right join does not return records from the right table if there's no matching record in the from clause
26
+ * [HHH-17224] - Hibernate 6.x - native queries for multiple entities do not respect FetchMode.EAGER annotation directives
27
+ * [HHH-17223] - ClassCastException when using SUM() on COALESCE in criteria api
28
+ * [HHH-17211] - Hibernate entity with @Any attribute throws a null pointer exception on HQL select query
29
+ * [HHH-17208] - @Any mapping not working on HQL inserts
30
+ * [HHH-17193] - Error when merging entity with composite PK and nested to-many collection
31
+ * [HHH-17143] - More not-found fix ups
32
+ * [HHH-17108] - Error In Native Query when adding two Entity's and using composite key. Error: Unable to find column position by name.
33
+ * [HHH-16935] - Hibernate cdi extension Regression introduced by HHH-16096
34
+ * [HHH-16933] - JSON issue on Oracle 23c
35
+ * [HHH-16897] - Delete query for entity using table-per-class inheritance may result in NullPointerException
36
+ * [HHH-16592] - @MapsId and @ManyToOne
37
+ * [HHH-16486] - StandardTemporaryTableExporter generates queries with the wrong parameter marker
38
+
39
+ ** Improvement
40
+ * [HHH-17346] - Allow global registration of composite types via TypeContributor.
41
+ * [HHH-17322] - Allow custom generators to determine timing based on current entity state
42
+ * [HHH-17315] - Reduce Oracle database user privileges to avoid cross schemas clashes
43
+ * [HHH-17311] - Reversed soft delete support
44
+ * [HHH-17309] - Reduce entity key based HashMap accesses
45
+ * [HHH-17300] - @Table annotation on @MappedSuperclass should be reported as error
46
+ * [HHH-17284] - Fix indentation in caching tests/documentation
47
+ * [HHH-17279] - Simplify SqmTranslatorFactory and get rid of MultiTableSqmMutationConverter
48
+ * [HHH-17226] - Generify result retrieval in JdbcSelectExecutor, SelectQueryPlan and SqmSelectionQuery
49
+ * [HHH-17212] - Avoid jdbc isBeforeFirst() and isAfterLast() in scrollable results calls when possible
50
+ * [HHH-17176] - Map SDO_ORDINATE_ARRAY to BigDecimal[] for Oracle
51
+ * [HHH-17153] - Upgrade to ANTLR 4.13.0
52
+ * [HHH-17139] - Support Instant as the RevisionTimestamp type
53
+ * [HHH-17121] - Nullability improvements to LoadQueryInfluencers
54
+ * [HHH-16876] - Update Oracle testing to 23c
55
+ * [HHH-16840] - Allow serialization of ScanResultImpl to speed up the creation of the entityManagerFactory
56
+ * [HHH-16595] - Different SQL queries for @ManyToMany relationships in Hibernate 5 and 6
57
+ * [HHH-16510] - 65535 expressions supported for IN ( ... ) condition
58
+ * [HHH-15757] - SELECT without FROM
59
+ * [HHH-15754] - IF [NOT] EXISTS DDL
60
+ * [HHH-14822] - Allow non-string tenant identifiers and tenant resolver as managed bean
61
+
62
+ ** New Feature
63
+ * [HHH-17335] - Add more functions for working with arrays
64
+ * [HHH-17181] - Cannot register `CompositeUserType` using `TypeContributions.contributeType`
65
+ * [HHH-17164] - Proper, first-class soft-delete support
66
+
67
+
6
68
Changes in 6.3.1.Final (September 19, 2023)
7
69
------------------------------------------------------------------------------------------------------------------------
8
70
0 commit comments