File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,29 @@ Hibernate 5 Changelog
33
44Note: 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+
629Changes in 5.4.29.Final (March 03, 2021)
730------------------------------------------------------------------------------------------------------------------------
831
Original file line number Diff line number Diff line change 1- hibernateVersion =5.4.30-SNAPSHOT
1+ hibernateVersion =5.4.30.Final
You can’t perform that action at this time.
0 commit comments