File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 11Hibernate 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+
426Changes in 7.2.0.CR3 (November 25, 2025)
527------------------------------------------------------------------------------------------------------------------------
628
You can’t perform that action at this time.
0 commit comments