Skip to content

Commit 0a23603

Browse files
committed
Pre-steps for release : 7.1.4.Final
1 parent c97bd54 commit 0a23603

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

changelog.txt

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

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

6+
Changes in 7.1.4.Final (October 12, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/35519
10+
11+
** Bug
12+
* [HHH-19851] - Session#findMultiple(EntityGraph...) fails for dynamic entities
13+
* [HHH-19848] - NPE when using MySQLLegacyDialect
14+
* [HHH-19840] - JDBC batching is not working with @CreationTimestamp and @UpdateTimestamp from Hibernate 7
15+
* [HHH-19824] - DB2zDialect does not use correct querySequenceString on a DB2 on zOs
16+
* [HHH-19759] - joining a map key of basic type
17+
* [HHH-19723] - Hibernate-testing depends on outdated Jakarta libraries, leading to compilation issues for Jakarta Data repositories
18+
* [HHH-19630] - Hibernate Processor may fail if the return type is a single entity and annotated with multiple annotations
19+
* [HHH-19629] - Hibernate Processor may fail when repository method parameter has more than one annotation (e.g. multiple constraints)
20+
* [HHH-19393] - Hibernate Envers can not handle ID class if it is implemented as Java record
21+
* [HHH-19085] - NPE when using null value in CriteriaUpdate
22+
23+
** Improvement
24+
* [HHH-19767] - Include license file in the META-INF of published artifacts
25+
26+
627
Changes in 7.1.3.Final (October 05, 2025)
728
------------------------------------------------------------------------------------------------------------------------
829

gradle/version.properties

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

0 commit comments

Comments
 (0)