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