Skip to content

Commit b5990fe

Browse files
committed
[Jenkins release job] changelog.txt updated by release build 7.2.0.CR3
1 parent 0cf8e34 commit b5990fe

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

changelog.txt

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

4+
Changes in 7.2.0.CR3 (November 25, 2025)
5+
------------------------------------------------------------------------------------------------------------------------
6+
7+
https://hibernate.atlassian.net/projects/HHH/versions/36014
8+
9+
10+
** Bug
11+
* HHH-19939 broken caching for MERGE and REFRESH load plans
12+
* HHH-19937 duplicate version check after refresh
13+
* HHH-19936 Parameter casts for by-id lookups don't take column definition into account
14+
* HHH-19932 NullPointerException in SqmInterpretationsKey::toString
15+
* HHH-19926 NullPointerException when executing JPQL IN clause with null parameter on entity association
16+
* HHH-19925 Locking root(s) should be based on select-clause, not from-clause
17+
* HHH-19924 Session#find with LockMode.UPGRADE_NOWAIT casues AssetionError when no entity with the provided id exists in the database
18+
* HHH-19922 org.hibernate.orm:hibernate-platform:pom:7.1.7.Final is missing
19+
* HHH-19918 Avoid reflection when instantiating known FormatMapper
20+
* HHH-19910 EntityInitializer#resolveInstance wrongly initializes existing detached instance
21+
* HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly
22+
* HHH-19905 Implicit join re-use with nested inner and left joins causes ParsingException
23+
* HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2
24+
* HHH-19758 HQL parse failure with SLL can lead to wrong parse
25+
* HHH-19749 [Oracle] Merge with @SecondaryTable may generate invalid NUMERIC type casts
26+
* HHH-19739 Exceptions during load of entity with different persistent fields with same name
27+
* HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6
28+
* HHH-19038 Hibernate.get does not work on detached entities
29+
* HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal
30+
* HHH-16991 EnhancedUserType cannot be used when defining relations
31+
* HHH-14032 Locales with scripts are not round-tripped properly
32+
33+
** Deprecation
34+
* HHH-19941 deprecate Session.contains(String, Object)
35+
36+
** Improvement
37+
* HHH-19953 Relax scopes of methods in EntityInitializerImpl (for Hibernate Reactive)
38+
* HHH-19827 Apply the unified Hibernate Documentation theme
39+
40+
** New Feature
41+
* HHH-19931 SchemaManager.truncateTable()
42+
43+
** Task
44+
* HHH-19944 Upgrade MS SQL JDBC driver to remediate CVE-2025-59250
45+
* HHH-19940 Include maven plugin in the release staging directory
46+
* HHH-19921 Drop last JUnit 4 usages in Hibernate Envers
47+
* HHH-19916 More drop JUnit 4 usage work
48+
449
Note: Please refer to JIRA to learn more about each issue.
550

651
Changes in 7.2.0.CR2 (November 10, 2025)

0 commit comments

Comments
 (0)