File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,29 @@ Hibernate 7 Changelog
33
44Note: 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+
629Changes in 7.1.4.Final (October 12, 2025)
730------------------------------------------------------------------------------------------------------------------------
831
Original file line number Diff line number Diff line change 1- hibernateVersion =7.1.5-SNAPSHOT
1+ hibernateVersion =7.1.5.Final
You can’t perform that action at this time.
0 commit comments