File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ Hibernate 5 Changelog
33
44Note: Please refer to JIRA to learn more about each issue.
55
6+ Changes in 5.4.25.Final (December 01, 2020)
7+ ------------------------------------------------------------------------------------------------------------------------
8+
9+ https://hibernate.atlassian.net/projects/HHH/versions/31903
10+
11+ ** Bug
12+ * [HHH-14350] - MariaDB103Dialect requires the lock wait timeout to be expressed in seconds
13+ * [HHH-14348] - Lazy collection is fetched during dirty checking with bytecode enhancement
14+ * [HHH-14346] - org.hibernate.metamodel.model.domain.internal.AbstractManagedType#getPluralAttributes NPE
15+ * [HHH-14343] - Nested ID classes fail with AnnotationException: Column name game_id of x.x.PlayerStat not found in JoinColumns.referencedColumnName
16+ * [HHH-14335] - Cache resolution of SimpleValue#getType
17+ * [HHH-14251] - Invalid SQL for @Embedded UPDATE
18+
19+ ** Improvement
20+ * [HHH-14334] - Make dom4j and jaxb-api optional if hibernate.xml_mapping_enabled=false
21+
22+
623Changes in 5.4.24.Final (November 17, 2020)
724------------------------------------------------------------------------------------------------------------------------
825
Original file line number Diff line number Diff line change 1- hibernateVersion =5.4.25-SNAPSHOT
1+ hibernateVersion =5.4.25.Final
You can’t perform that action at this time.
0 commit comments