@@ -3,6 +3,64 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 7.0.0.Beta2 (November 13, 2024)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32358
10
+
11
+ ** Bug
12
+ * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery
13
+ * [HHH-18808] - HqlParser.g4 outputs wrong token for `nakedIdentifier` and `identifier` when keyword is used
14
+ * [HHH-18807] - a bug in HqlLexer.g4
15
+ * [HHH-18806] - handling of nationalized strings on Sybase / jTDS
16
+ * [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session
17
+ * [HHH-18770] - NPE when using the JFR integration with JFR disabled
18
+ * [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID
19
+ * [HHH-18761] - named query method generation for @NamedQuery on entity
20
+ * [HHH-18739] - Do not support join queries when using Mysql
21
+ * [HHH-18738] - Schema of database sequence is not configured if xml mapping is used
22
+ * [HHH-18730] - Multi-column association in aggregate component doesn't work
23
+ * [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column
24
+ * [HHH-18719] - Previous row state reuse can provide detached entities to the consumer
25
+ * [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity
26
+ * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO
27
+ * [HHH-18702] - Exception using @EmbeddedId with @OneToMany that refers to an alternate key column
28
+ * [HHH-18699] - Correctly handle @Id and @Version fields in query validation in Hibernate Processor
29
+ * [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor
30
+ * [HHH-18696] - @Find method for single @NaturalId field
31
+ * [HHH-18692] - Hibernate attempts to close batched statements multiple times
32
+ * [HHH-18689] - 'FULL' query cache sometimes incomplete
33
+ * [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null
34
+ * [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping
35
+ * [HHH-18671] - Fix setting name (spelling)
36
+ * [HHH-18669] - NullPointerException in the AgroalConnectionProvider
37
+ * [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE
38
+ * [HHH-18662] - Attribute not mentioned in orm.xml ends up not being mapped in Hibernate ORM 7
39
+ * [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map
40
+ * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column
41
+ * [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue
42
+ * [HHH-18642] - DB2: select from new table with identity column not working when missing read permission
43
+ * [HHH-18635] - Avoid using `bigdatetime` column type on Sybase jconn when not necessary
44
+ * [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName
45
+ * [HHH-18631] - AssertionError when loading an entity after removing another, associated entity
46
+ * [HHH-18628] - Regression: Unable to determine TableReference
47
+ * [HHH-18626] - @Id annotation in @Embeddable class results in AssertionFailure
48
+ * [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException
49
+ * [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers
50
+ * [HHH-18596] - ValueHandlingMode hack in query pagination
51
+ * [HHH-18585] - exposure of internal types via Dialect
52
+ * [HHH-18582] - Mapping array of arrays with @JdbcTypeCode(SqlTypes.ARRAY) causes NPE
53
+ * [HHH-18581] - Performance degradation from Hibernate 5 to 6 on NativeQuery
54
+ * [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue
55
+ * [HHH-18571] - Entities and collections with batch size 1 are treated as batchable
56
+ * [HHH-18570] - Invalid SQL when filter contains identifier named date
57
+ * [HHH-18565] - Bytecode enhancement, assertion error on reloading *toOne entities
58
+ * [HHH-18564] - Literal expressions using AttributeConverters stopped working in hibernate 6
59
+ * [HHH-18561] - Informix primary key constraint syntax error
60
+ * [HHH-18560] - DB2iDialect executes incompatible query in combination with @AuditJoinTable mapping
61
+ * [HHH-18558] - Informix UUID type support
62
+
63
+
6
64
Changes in 7.0.0.Beta1 (August 01, 2024)
7
65
------------------------------------------------------------------------------------------------------------------------
8
66
0 commit comments