Skip to content

Commit dfb4d17

Browse files
committed
5.4.29.Final
1 parent 48d0a80 commit dfb4d17

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

changelog.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@ Hibernate 5 Changelog
33

44
Note: 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+
633
Changes in 5.4.28.Final (February 09, 2021)
734
------------------------------------------------------------------------------------------------------------------------
835

gradle/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=5.4.29-SNAPSHOT
1+
hibernateVersion=5.4.29.Final

0 commit comments

Comments
 (0)