@@ -3,6 +3,33 @@ Hibernate 5 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 5.6.6.Final (March 15, 2022)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32031
10
+
11
+ ** Bug
12
+ * [HHH-15115] - Deleting an entity with Joined inheritance and default schema set is throwing and error
13
+ * [HHH-15113] - Exception setting ParameterExpressions on Update Queries
14
+ * [HHH-15105] - Getting the CacheRegionStatistics before executing a query leads to a NPE later on
15
+ * [HHH-15097] - Hibernate fails to detect SQL type for AttributeConverter to UUID
16
+ * [HHH-15084] - JpaCompliantLifecycleStrategy uses deprecated BeanManager method that's gone in CDI 4.0
17
+ * [HHH-15082] - JDBC Statement leaks after exceptions other than SQLException during insert/update/...
18
+ * [HHH-15069] - Backwards-incompatible changes in SequenceStyleGenerator (and others) following default_schema changes
19
+ * [HHH-15060] - Fix handling of associations with @NotFound
20
+ * [HHH-15051] - Association with id class misses property mapping for target FK attributes
21
+ * [HHH-14932] - Spatial support for PostgreSQL 10+ uses invalid WKB dialect
22
+ * [HHH-14817] - hibernate-core-jakarta source jar does not contain source
23
+
24
+ ** Improvement
25
+ * [HHH-15106] - fk() SQM function
26
+ * [HHH-15094] - Handle http://hibernate.org and https://* for all DTDs in LocalXmlResourceResolver
27
+
28
+ ** Task
29
+ * [HHH-15119] - Upgrade to ByteBuddy 1.12.8
30
+ * [HHH-14996] - Upgrade to JBoss Logging Processor (and matching Annotations) 2.2.1.Final
31
+
32
+
6
33
Changes in 5.6.5.Final (January 25, 2022)
7
34
------------------------------------------------------------------------------------------------------------------------
8
35
0 commit comments