Skip to content

Commit a6f574d

Browse files
committed
Pre-steps for release : 7.1.5.Final
1 parent faab01c commit a6f574d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

changelog.txt

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

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

6+
Changes in 7.1.5.Final (October 27, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/35716
10+
11+
** Bug
12+
* [HHH-19888] - FetchPlusOffsetParameterBinder fails to apply static offset for root pagination
13+
* [HHH-19872] - CriteriaUpdate error updating generic field in @MappedSuperclass
14+
* [HHH-19862] - Can't update converted column throught CriteriaUpdate#set( SingularAttribute<? super T, Y> attribute, X value);
15+
* [HHH-19813] - Incorrect default values for 'enableDirtyTracking' and 'enableLazyInitialization' in hibernate-maven-plugin
16+
17+
** Sub-task
18+
* [HHH-19820] - Make sure that the enhancer is not doing anything if all the enablement parameters are false
19+
* [HHH-19817] - Add the JavaDoc Style documentation appropriate for Maven Plugins
20+
* [HHH-19816] - Add Integration Tests for the Maven Enhance Plugin without using Maven Invoker
21+
* [HHH-19815] - Review and Complete the documentation of the Enhance Plugin in the User's Guide
22+
* [HHH-19814] - Document the Enhance Plugin changes in the Migration Guide
23+
24+
** Task
25+
* [HHH-19889] - Mention third-party dialects throughout the documentation
26+
* [HHH-19869] - Regroup all dialect information under a single guide
27+
28+
629
Changes in 7.1.4.Final (October 12, 2025)
730
------------------------------------------------------------------------------------------------------------------------
831

gradle/version.properties

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

0 commit comments

Comments
 (0)