Skip to content

Commit 848043e

Browse files
committed
Pre-steps for release : 7.1.2.Final
1 parent 893cdfd commit 848043e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changelog.txt

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

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

6+
Changes in 7.1.2.Final (September 29, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/35322
10+
11+
** Bug
12+
* [HHH-19792] - Wrong query generated when an EmbeddedId is used in a WHERE clause using the IN operator and NativeParameterMarkerStrategy
13+
* [HHH-19784] - Bytecode enhancement generates wrong field access method for classes in different JARs but with same package name deployed in the same EAR
14+
* [HHH-19768] - Wrong supportsRowValueConstructorSyntaxInInSubQuery leads to bad performing queries
15+
* [HHH-19713] - Hibernate creates invalid SQLServer query when using pagination with Jakarta Data
16+
* [HHH-19681] - AssertionError on extract results from array containing jsonb values
17+
* [HHH-19276] - Native query with enum list param leads to OutOfMemory
18+
19+
620
Changes in 7.1.1.Final (September 14, 2025)
721
------------------------------------------------------------------------------------------------------------------------
822

gradle/version.properties

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

0 commit comments

Comments
 (0)