5.4.29.Final

This commit is contained in:
Hibernate-CI 2021-03-03 11:46:30 +00:00
parent 48d0a80bbf
commit dfb4d174e8
2 changed files with 28 additions and 1 deletions

View File

@ -3,6 +3,33 @@ Hibernate 5 Changelog
Note: Please refer to JIRA to learn more about each issue.
Changes in 5.4.29.Final (March 03, 2021)
------------------------------------------------------------------------------------------------------------------------
https://hibernate.atlassian.net/projects/HHH/versions/31922
** Bug
* [HHH-14467] - AnnotationException: A Foreign key refering <SomeEntity> from <SomeOtherEntity> has the wrong number of column. should be 0
* [HHH-14466] - StackOverflowError loading an entity with eager one-to-many if bidirectional and many-to-one side is the ID
* [HHH-14390] - StackOverflowError with @Fetch(FetchMode.SELECT) mapped for entity with an ID that is a bidirectional one-to-one eager association
* [HHH-14389] - Add test case that throw IllegalArgumentException using EntityManager#find by ID when ID is a one-to-one association
* [HHH-14351] - Broken order by type
* [HHH-11903] - @OneToOne Derived ID is null when returned by query when bidirectional
* [HHH-11076] - Lazy collections ignore filters when allowLoadOutsideTransaction is true
* [HHH-9182] - QuerySyntaxException with countDistinct
** Improvement
* [HHH-14477] - Log warnings about the use of Javassist as BytecodeProvider being deprecated
* [HHH-14474] - Refactor internal visibility to allow Hibernate Reactive to implement non-primary key associations
* [HHH-14473] - Resolve managed class name with class loader as well
* [HHH-14471] - Concurrency issue in DynamicBatchingEntityLoader
* [HHH-14443] - Queries with AnyTypes are not usefully cached, due to missing hashcode implementation
** Task
* [HHH-14464] - Expose more AbstractEntityPersister operations to Hibernate Reactive
* [HHH-14463] - Upgrade to ByteBuddy 1.10.21: OOB support for JDK17
Changes in 5.4.28.Final (February 09, 2021)
------------------------------------------------------------------------------------------------------------------------

View File

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