Skip to content

Commit 8d225e5

Browse files
committed
Pre-steps for release : 7.2.0.CR2
1 parent 3e691d2 commit 8d225e5

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

changelog.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,48 @@ Hibernate 7 Changelog
33

44
Note: Please refer to JIRA to learn more about each issue.
55

6+
Changes in 7.2.0.CR2 (November 10, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/35584
10+
11+
** Bug
12+
* [HHH-19914] - JPA_COMPLIANCE setting ignored in @Jpa
13+
* [HHH-19896] - Criteria select case expressions: NPE when second query contains an otherwise case expression but not the first query
14+
* [HHH-19888] - FetchPlusOffsetParameterBinder fails to apply static offset for root pagination
15+
* [HHH-19887] - Wrong ClassLoader used for Jackson Module discovery
16+
* [HHH-19883] - JOIN TREAT ignores predicates
17+
* [HHH-19874] - NullPointerException in org.hibernate.sql.ast.tree.from.TableGroup.resolveTableReference
18+
* [HHH-19872] - CriteriaUpdate error updating generic field in @MappedSuperclass
19+
* [HHH-19868] - RowTransformerConstructorImpl throws NullPointerException when TupleMetadata is null
20+
* [HHH-19865] - In JTA after-completion callbacks may get ignored
21+
* [HHH-19862] - Can't update converted column throught CriteriaUpdate#set( SingularAttribute<? super T, Y> attribute, X value);
22+
* [HHH-19857] - When one of the lazy attributes is `null` the other ones may not get initialized correctly
23+
* [HHH-19851] - Session#findMultiple(EntityGraph...) fails for dynamic entities
24+
* [HHH-19848] - NPE when using MySQLLegacyDialect
25+
* [HHH-19840] - JDBC batching is not working with @CreationTimestamp and @UpdateTimestamp from Hibernate 7
26+
* [HHH-19824] - DB2zDialect does not use correct querySequenceString on a DB2 on zOs
27+
* [HHH-18691] - Envers cannot read revisions with records
28+
29+
** Improvement
30+
* [HHH-19899] - Proxy generation fails with @ConcreteProxy and sealed abstract entities
31+
* [HHH-19892] - signature of Session.merge() accepting EntityGraph
32+
* [HHH-19884] - Hibernate testing class-template lifecycle listeners
33+
* [HHH-19852] - Better detection of Oracle extended maximum string size
34+
* [HHH-19830] - Use of markdown for Javadoc
35+
* [HHH-18286] - Add option to fail bootstrapping on failure to access JDBC DatabaseMetadata
36+
37+
** Sub-task
38+
* [HHH-19871] - Drop JUnit 4 usage in Hibernate Envers
39+
40+
** Task
41+
* [HHH-19894] - Use Java 25 for building
42+
* [HHH-19889] - Mention third-party dialects throughout the documentation
43+
* [HHH-19873] - Upgrade build to Gradle 9.1
44+
* [HHH-19869] - Regroup all dialect information under a single guide
45+
* [HHH-19846] - Drop JUnit 4 usage
46+
47+
648
Changes in 7.2.0.CR1 (October 08, 2025)
749
------------------------------------------------------------------------------------------------------------------------
850

gradle/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=7.2.0-SNAPSHOT
1+
hibernateVersion=7.2.0.CR2

0 commit comments

Comments
 (0)