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