Skip to content

Commit

Permalink
Pre-steps for release : 6.2.14.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibernate-CI committed Dec 1, 2023
1 parent 447049b commit 3c34869
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@ Hibernate 6 Changelog

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

Changes in 6.2.14.Final (December 01, 2023)
------------------------------------------------------------------------------------------------------------------------

https://hibernate.atlassian.net/projects/HHH/versions/32207

** Bug
* [HHH-17445] - Subquery correlated path expressions do not work with nullness predicates
* [HHH-17384] - OneToMany association with @NotFound results in SQL with different JOIN-type for SELECT (LEFT JOIN) and COUNT (JOIN)
* [HHH-17351] - Missing basic type registration after changing preferred jdbc type
* [HHH-17329] - Query Cache contains null values when entity was loaded as proxy
* [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified
* [HHH-17143] - More not-found fix ups
* [HHH-17108] - Error In Native Query when adding two Entity's and using composite key. Error: Unable to find column position by name.
* [HHH-17102] - @SqlResultSetMapping doesn’t work with @Inheritance(strategy = InheritanceType.JOINED)

** Improvement
* [HHH-17315] - Reduce Oracle database user privileges to avoid cross schemas clashes

** Task
* [HHH-17367] - Add links to tutorials in documentation
* [HHH-17323] - Add annotation processor for tests explicitly to fix JDK22 issues


Changes in 6.2.13.Final (October 11, 2023)
------------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hibernateVersion=6.2.14-SNAPSHOT
hibernateVersion=6.2.14.Final

0 comments on commit 3c34869

Please sign in to comment.