5.5.0.Beta1

This commit is contained in:
Hibernate-CI 2021-05-12 15:56:40 +00:00
parent f7ab5f315d
commit 0dbffcc068
2 changed files with 14 additions and 1 deletions

View File

@ -3,6 +3,19 @@ Hibernate 5 Changelog
Note: Please refer to JIRA to learn more about each issue.
Changes in 5.5.0.Beta1 (May 12, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31938
** Bug
* [HHH-14541] - SessionFactoryObserver#sessionFactoryClosing() gets called after the session factory is marked as closed
* [HHH-13779] - Schema migrator should use case insensitive column comparison of foreign keys
** Improvement
* [HHH-12445] - Discriminator column should be nullable when using @DiscriminatorValue( "null" )
Changes in 5.5.0.Alpha1 (April 30, 2021)
------------------------------------------------------------------------------------------------------------------------

View File

@ -1 +1 @@
hibernateVersion=5.5.0-SNAPSHOT
hibernateVersion=5.5.0.Beta1