@@ -3,6 +3,50 @@ Hibernate 7 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 7.1.1.Final (September 14, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/34792
10
+
11
+ ** Bug
12
+ * [HHH-19756] - Invalid SQL generated when using treat() with joined = discriminator inheritance and same attribute names
13
+ * [HHH-19753] - SelfRenderingSqmFunction equals/hashCode implementation not consistent with literals
14
+ * [HHH-19750] - org.hibernate.sql.exec.ExecutionException when running CriteriaUpdate with specific attribute/parameter configuration
15
+ * [HHH-19747] - Hibernate Envers can not handle @EnumeratedValue annotation
16
+ * [HHH-19745] - Equals implementation for SqmPath affects previous identity sensitive checks
17
+ * [HHH-19740] - Collection table deletion for table per class subclass entity fails with UnknownTableReferenceException
18
+ * [HHH-19738] - JDBC password logged when specified via jakarta.persistence.jdbc.password
19
+ * [HHH-19734] - Cache hit of bytecode enhanced proxy with shallow query cache layout fails
20
+ * [HHH-19732] - @OnDelete on owning collection reset when mapping bidirectional
21
+ * [HHH-19729] - Column check constraint not correctly hoisted to table level
22
+ * [HHH-19721] - Jakarta Data is missing from hibernate-platform (BOM)
23
+ * [HHH-19719] - org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction#appendHqlString throws IndexOutOfBoundsException when has no arguments
24
+ * [HHH-19716] - Collection event listeners may be missing collection owners in the persistent collection (PersistentCollection#getOwner==null)
25
+ * [HHH-19712] - Column deduplication leads to wrong alias calculation for native query alias expansion
26
+ * [HHH-19707] - Include value column name in TableStructure InitCommand
27
+ * [HHH-19703] - NativeQueryImpl#addScalar(String, Class) fails when no JavaType is registered
28
+ * [HHH-19699] - String JSON document writer code only runs with assertions
29
+ * [HHH-19695] - Invalid SQL generated for FETCH FIRST/NEXT clause
30
+ * [HHH-19688] - @IdClass is ignored for classes that have a single id field
31
+ * [HHH-19687] - Criteria query with lazy @OneToOne and @EmbeddedId throws exception
32
+ * [HHH-19648] - Recursive @Embeddable mapping leads to stack overflow
33
+ * [HHH-19605] - Session.isDirty might return true when batch fetching entity with CacheConcurrencyStrategy.READ_WRITE
34
+ * [HHH-19589] - @Converter does not take precedence over @TypeRegistration
35
+ * [HHH-19453] - sequence support not working on db2 As400 7.3
36
+ * [HHH-19326] - Jakarta Data CrudRepository is generated without Types in UpdateAll, InsertAll and SaveAll Methods
37
+ * [HHH-19201] - BlobProxy with InputStream reads whole stream into a byte array
38
+ * [HHH-18686] - org.hibernate.tool.hbm2ddl.SchemaExport does not call orderColumns
39
+ * [HHH-17522] - Support correlation of CTEs
40
+
41
+ ** Improvement
42
+ * [HHH-19701] - MariaDB: "drop sequence" should add "if exists"
43
+ * [HHH-19697] - Use case-insensitive Dialect query pattern matching
44
+ * [HHH-19696] - Do not iterate over validated path in the TraversableResolver unless necessary
45
+
46
+ ** Task
47
+ * [HHH-19692] - Drop org.hibernate.boot.jaxb.spi.XmlSource
48
+
49
+
6
50
Changes in 7.1.0.Final (August 08, 2025)
7
51
------------------------------------------------------------------------------------------------------------------------
8
52
0 commit comments