5.4.29.Final
This commit is contained in:
parent
48d0a80bbf
commit
dfb4d174e8
|
@ -3,6 +3,33 @@ Hibernate 5 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 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)
|
Changes in 5.4.28.Final (February 09, 2021)
|
||||||
------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
hibernateVersion=5.4.29-SNAPSHOT
|
hibernateVersion=5.4.29.Final
|
Loading…
Reference in New Issue