Skip to content

Commit 3c34869

Browse files
committed
Pre-steps for release : 6.2.14.Final
1 parent 447049b commit 3c34869

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 6 Changelog
33

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

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+
629
Changes in 6.2.13.Final (October 11, 2023)
730
------------------------------------------------------------------------------------------------------------------------
831

gradle/version.properties

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

0 commit comments

Comments
 (0)