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 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 6.2.14.Final (December 01, 2023)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32207
10
+
11
+ ** Bug
12
+ * [HHH-17445] - Subquery correlated path expressions do not work with nullness predicates
13
+ * [HHH-17384] - OneToMany association with @NotFound results in SQL with different JOIN-type for SELECT (LEFT JOIN) and COUNT (JOIN)
14
+ * [HHH-17351] - Missing basic type registration after changing preferred jdbc type
15
+ * [HHH-17329] - Query Cache contains null values when entity was loaded as proxy
16
+ * [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified
17
+ * [HHH-17143] - More not-found fix ups
18
+ * [HHH-17108] - Error In Native Query when adding two Entity's and using composite key. Error: Unable to find column position by name.
19
+ * [HHH-17102] - @SqlResultSetMapping doesn’t work with @Inheritance(strategy = InheritanceType.JOINED)
20
+
21
+ ** Improvement
22
+ * [HHH-17315] - Reduce Oracle database user privileges to avoid cross schemas clashes
23
+
24
+ ** Task
25
+ * [HHH-17367] - Add links to tutorials in documentation
26
+ * [HHH-17323] - Add annotation processor for tests explicitly to fix JDK22 issues
27
+
28
+
6
29
Changes in 6.2.13.Final (October 11, 2023)
7
30
------------------------------------------------------------------------------------------------------------------------
8
31
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.2.14-SNAPSHOT
1
+ hibernateVersion =6.2.14.Final
You can’t perform that action at this time.
0 commit comments