|
1 | 1 | Hibernate 7 Changelog |
2 | 2 | ======================= |
3 | 3 |
|
| 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 | + |
4 | 49 | Note: Please refer to JIRA to learn more about each issue. |
5 | 50 |
|
6 | 51 | Changes in 7.2.0.CR2 (November 10, 2025) |
|
0 commit comments