Pre-steps for release : `6.2.14.Final`

This commit is contained in:
Hibernate-CI 2023-12-01 17:19:45 +00:00
parent 447049b2c1
commit 3c34869f9d
2 changed files with 24 additions and 1 deletions

View File

@ -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 doesnt 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)
------------------------------------------------------------------------------------------------------------------------

View File

@ -1 +1 @@
hibernateVersion=6.2.14-SNAPSHOT
hibernateVersion=6.2.14.Final