Skip to content

Commit dca2cab

Browse files
committed
5.4.30.Final
1 parent b4aae92 commit dca2cab

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

changelog.txt

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

44
Note: Please refer to JIRA to learn more about each issue.
55

6+
Changes in 5.4.30.Final (March 19, 2021)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/31927
10+
11+
** Bug
12+
* [HHH-14439] - QueryException: Unrecognized parameter label when executing the same query with subselects twice with different list parameters
13+
* [HHH-12076] - Query not built properly when joining a table based on class
14+
15+
** Improvement
16+
* [HHH-14502] - Iterations and memory retention improvements for processing of PropertyContainer metadata
17+
* [HHH-14485] - Upgrade integration tests to use Oracle JDBC driver version 21.1
18+
19+
** New Feature
20+
* [HHH-14454] - Create a spatial dialect for CockroachDB
21+
* [HHH-14037] - Please make a PostgisPG10Dialect
22+
* [HHH-4815] - Support orphan-removal for one-to-one inside component/@Embeddable
23+
24+
** Task
25+
* [HHH-14499] - Explicitly listing mapped classes which are @MappedSuperClass might break narrowing down of generics
26+
* [HHH-14494] - Upgrade the PostgreSQL JDBC driver used for testing to v. 42.2.19
27+
28+
629
Changes in 5.4.29.Final (March 03, 2021)
730
------------------------------------------------------------------------------------------------------------------------
831

gradle/version.properties

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

0 commit comments

Comments
 (0)