Skip to content

Commit 94b2448

Browse files
committed
Pre-steps for release : 7.1.0.CR2
1 parent 7c8348d commit 94b2448

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelog.txt

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

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

6+
Changes in 7.1.0.CR2 (August 06, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/34594
10+
11+
** Bug
12+
* [HHH-19673] - hibernate-gradle-plugin 7.0.0.CR1 wrongly requires Java 21+
13+
* [HHH-19669] - hql insert fails for entity with join inheritance on Oracle
14+
15+
** Improvement
16+
* [HHH-19686] - Add implementation dependency to agroal-pool from hibernate-agroal
17+
* [HHH-19685] - Rework multi-table handling code to allow caching and help Hibernate Reactive
18+
* [HHH-19672] - Add overloads of #find accepting entity-name
19+
20+
** Task
21+
* [HHH-19683] - Add method in AbstractEntityPersister to check if field name is not lazy
22+
* [HHH-19670] - Upgrade MySQL testing to 9.4
23+
24+
625
Changes in 7.1.0.CR1 (July 30, 2025)
726
------------------------------------------------------------------------------------------------------------------------
827

gradle/version.properties

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

0 commit comments

Comments
 (0)