You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [HHH-18773] - Multiple selections of same alias triggers possible non-threadsafe access to the session
13
+
* [HHH-18770] - NPE when using the JFR integration with JFR disabled
14
+
* [HHH-18764] - Class cast exception when using non basic type as identifier and in an embedded field using a natural ID
15
+
* [HHH-18761] - named query method generation for @NamedQuery on entity
16
+
* [HHH-18739] - Do not support join queries when using Mysql
17
+
* [HHH-18730] - Multi-column association in aggregate component doesn't work
18
+
* [HHH-18720] - Type check on select columns in union all gives SemanticException when there is a null column
19
+
* [HHH-18719] - Previous row state reuse can provide detached entities to the consumer
20
+
* [HHH-18713] - saveOrUpdate changed behaviour with bytecode enhancer
21
+
* [HHH-18712] - Warning about attempts to update an immutable entity for normal (not immutable) entity
22
+
* [HHH-18702] - Exception using @EmbeddedId with @OneToMany that refers to an alternate key column
23
+
* [HHH-18699] - Correctly handle @Id and @Version fields in query validation in Hibernate Processor
24
+
* [HHH-18697] - JPA 3.2 spec compliance for uppercasing of names in Hibernate Processor
25
+
* [HHH-18696] - @Find method for single @NaturalId field
26
+
* [HHH-18692] - Hibernate attempts to close batched statements multiple times
27
+
* [HHH-18681] - InterpretationException executing subquery in case-when : o.h.query.sqm.tree.select.SqmSelection.getExpressible() is null
28
+
* [HHH-18675] - Self-referencing many-to-many relation on generic entity gives NullPointerException in mapping
29
+
* [HHH-18669] - NullPointerException in the AgroalConnectionProvider
30
+
* [HHH-18667] - Annotation processor leaks - OOME when used in Eclipse IDE
31
+
* [HHH-18658] - Inner join prevents finding an entity instance referencing an empty map
32
+
* [HHH-18645] - AssertionError in AbstractBatchEntitySelectFetchInitializer#registerToBatchFetchQueue
33
+
* [HHH-18642] - DB2: select from new table with identity column not working when missing read permission
34
+
* [HHH-18635] - Avoid using `bigdatetime` column type on Sybase jconn when not necessary
35
+
* [HHH-18632] - Concurrency issue with AbstractEntityPersister#nonLazyPropertyLoadPlansByName
36
+
* [HHH-18631] - AssertionError when loading an entity after removing another, associated entity
37
+
* [HHH-18628] - Regression: Unable to determine TableReference
38
+
* [HHH-18617] - Fetching unowned side of bidirectional OneToOne mappings including tenant identifier triggers EntityFilteredException
39
+
* [HHH-18614] - TransientObjectException: session.update() does not save new entities in OneToMany relation when using bytecode enhancement
40
+
* [HHH-18608] - NPE in EntityInitializerImpl.resolveInstanceSubInitializers
41
+
* [HHH-18596] - ValueHandlingMode hack in query pagination
42
+
* [HHH-18582] - Mapping array of arrays with @JdbcTypeCode(SqlTypes.ARRAY) causes NPE
43
+
* [HHH-18575] - IN predicate with numeric/decimal parameter types leads to Binding is multi-valued; illegal call to #getBindValue
44
+
* [HHH-18564] - Literal expressions using AttributeConverters stopped working in hibernate 6
45
+
* [HHH-18551] - Memory leak caused by AbstractArrayJavaType#getRecommendedJdbcType
46
+
* [HHH-18515] - Unrecognized discriminator value exception when running native query on entity with discriminator column
47
+
* [HHH-18513] - Session Metrics for pre-partial-flushes are wrong
48
+
* [HHH-18500] - Gradle plugin crashes on module-info when extended enhancement is set
49
+
* [HHH-18494] - UnknownTableReferenceException in native query with placeholder when entity contains a to-one with a join table
50
+
* [HHH-18491] - Resuming null transaction in JtaIsolationDelegate
51
+
* [HHH-18471] - Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query
52
+
* [HHH-18450] - Inconsistent "SELECT 1" versus "SELECT ?1" with result type Object[]
53
+
* [HHH-18409] - In 6.5.2.Final, byte[] instance variables annotated with @NaturalId cannot be found with a natural ID query (regression from Hibernate 5.6.15.Final)
54
+
* [HHH-18389] - `merge()` with `orphanRemoval = true` leads to "HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance"
55
+
* [HHH-18321] - SqlTreeCreationException when using sum/diff with coalesce on properties of embeddable component
56
+
* [HHH-18131] - Composite identifiers with associations stopped working with @IdClass
57
+
* [HHH-17739] - unhelpful CCE for field with unsupported collection type
58
+
* [HHH-16572] - Skip enhancement for PROPERTY attributes with mismatched field and method names
59
+
60
+
** Improvement
61
+
* [HHH-18698] - respect @Nonnull annotation applied to parameters of @Find method
62
+
* [HHH-18654] - Change setting docs to use an asciidoc section per setting (User Guide)
63
+
* [HHH-18640] - Add note to migration guide about @Table and subclasses
0 commit comments