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-18881] - In MySQL, array of dates are not converted correctly
14
+
* [HHH-18872] - ConcreteProxy type not restored from 2LC when loading a ManyToOne
15
+
* [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query
16
+
* [HHH-18859] - slice operator and @ElementCollection
17
+
* [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument
18
+
* [HHH-18850] - createCountQuery with Hibernate 6.6.2
19
+
* [HHH-18848] - JAR for org.hibernate.orm:hibernate-scan-jandex:7.0.0.Beta2 at Maven Central
20
+
* [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap)
21
+
* [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @Transient properties
22
+
* [HHH-18830] - extraneous SQL UPDATE statements for unowned collection with @OrderColumn
23
+
* [HHH-18826] - mappedBy validation in Processor
24
+
* [HHH-18765] - Error in the booleanarray_to_string auxiliary function
25
+
* [HHH-18709] - CriteriaUpdate involving JSON field containing Map<String, Object> results in SemanticException
26
+
* [HHH-18705] - Hibernate processor creates bad TypedReferenceQuery when @Entity have name attribute
27
+
* [HHH-18692] - Hibernate attempts to close batched statements multiple times
28
+
* [HHH-18629] - Inconsistent column alias generated while result class is used for placeholder
29
+
* [HHH-18610] - "SQLGrammarException: Unable to find column position by name:" when using Single Table Inheritance with a strict JDBC driver such as PostgreSQL
30
+
* [HHH-18583] - Joined + discriminator inheritance treat in where clause not restricting to subtype
31
+
* [HHH-18274] - Problems with generics in queries; proposed partial solution
32
+
* [HHH-18069] - NullPointerException when unioning partition results
33
+
* [HHH-17838] - @OneToOne relationship + @Embeddable keys + FetchType.LAZY fail in most recent version
34
+
* [HHH-16054] - JPA / Hibernate, duplicate pkey error when updating entity that is a subclass of a base class that uses IdClass for composite primary key
35
+
* [HHH-14119] - IN clause parameter padding not working for criteria query in conjunction with LiteralHandlingMode.BIND
36
+
37
+
** Improvement
38
+
* [HHH-18875] - Stop using `Array.newInstance` in `org.hibernate.internal.util.collections.StandardStack`
39
+
* [HHH-18861] - Improve GitHub release announcement body for automated releases
40
+
* [HHH-18847] - Organize the org.hibernate.query.results package
41
+
* [HHH-18844] - Run preVerifyRelease task as part of h2 CI job
42
+
* [HHH-18841] - Make `_identifierMapper` property added for a IdClass synthetic
43
+
* [HHH-18840] - detect and report incorrect usage of @OrderColumn, @MapKeyColumn, and @MapKey
44
+
* [HHH-18683] - The method Metamodel#entity(String) should throw IllegalArgumentException for non-entities
45
+
* [HHH-18534] - Remove the org.hibernate.boot.models.categorize package
46
+
* [HHH-17246] - Guard against Sybase being configured for truncating trailing zeros.
47
+
* [HHH-16160] - XML aggregate support for more databases
48
+
* [HHH-14020] - Allow Hibernate Types to have access to ServiceRegistry during initialization
49
+
* [HHH-7913] - Catalog and schema replacement in <subselect> / @Subselect
50
+
51
+
** New Feature
52
+
* [HHH-18644] - New and improved hibernate-maven-plugin
0 commit comments