Skip to content

Commit 64272ba

Browse files
committed
5.6.6.Final
1 parent 7bb2685 commit 64272ba

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

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.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+
633
Changes in 5.6.5.Final (January 25, 2022)
734
------------------------------------------------------------------------------------------------------------------------
835

gradle/version.properties

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

0 commit comments

Comments
 (0)