Pre-steps for release : `6.2.19.Final`
This commit is contained in:
parent
d7b72cfa2a
commit
8fe95d5d6b
|
@ -3,6 +3,16 @@ Hibernate 6 Changelog
|
||||||
|
|
||||||
Note: Please refer to JIRA to learn more about each issue.
|
Note: Please refer to JIRA to learn more about each issue.
|
||||||
|
|
||||||
|
Changes in 6.2.19.Final (January 10, 2024)
|
||||||
|
------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
https://hibernate.atlassian.net/projects/HHH/versions/32236
|
||||||
|
|
||||||
|
** Bug
|
||||||
|
* [HHH-17623] - Ordering collection @OrderBy based on association fails
|
||||||
|
* [HHH-17106] - Varchar(1) column for Java Enum fails with ClassCastException
|
||||||
|
|
||||||
|
|
||||||
Changes in 6.2.18.Final (January 05, 2024)
|
Changes in 6.2.18.Final (January 05, 2024)
|
||||||
------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
hibernateVersion=6.2.19-SNAPSHOT
|
hibernateVersion=6.2.19.Final
|
Loading…
Reference in New Issue