Skip to content

Commit cb6d2ce

Browse files
committed
[Jenkins release job] changelog.txt updated by release build 7.2.0.CR4
1 parent 8e1bf20 commit cb6d2ce

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

changelog.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Hibernate 7 Changelog
22
=======================
33

4+
Changes in 7.2.0.CR4 (December 10, 2025)
5+
------------------------------------------------------------------------------------------------------------------------
6+
7+
https://hibernate.atlassian.net/projects/HHH/versions/36476
8+
9+
10+
** Bug
11+
* HHH-19980 In JTA after-completion callbacks may get ignored
12+
* HHH-19979 processor should handle @NamedEntityGraph with defaulted name
13+
* HHH-19975 Calling entityManager.find(clazz, id) with null id throws NullPointerException
14+
* HHH-19972 OptionalTableUpdateOperation can fail on PostgreSQL < 15 and CockroachDB
15+
* HHH-19963 Wrong references in entity fields with circular associations
16+
* HHH-19958 `<generated>` tag in orm.xml is not implemented
17+
* HHH-19955 Thread-safety issue in EntityEntryContext resulting in NullPointerException for Session.contains() calls.
18+
* HHH-19843 Bean Validation may fail on operations with stateless session
19+
* HHH-18871 Nested NativeQuery mappings causing 'Could not locate TableGroup' exception after migration
20+
* HHH-18217 StatelessSession.upsert() for entity with all-null non-id fields, or no non-id field
21+
22+
** Improvement
23+
* HHH-19943 Comparison of generic nested EmbeddedId's fails for JPQL and Criteria API
24+
* HHH-19215 Extends Dialect#addQueryHints to support straight_join syntax
25+
426
Changes in 7.2.0.CR3 (November 25, 2025)
527
------------------------------------------------------------------------------------------------------------------------
628

0 commit comments

Comments
 (0)