Skip to content

Commit ce514fe

Browse files
committed
5.5.3.Final
1 parent f1a5b2c commit ce514fe

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelog.txt

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

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

6+
Changes in 5.5.3.Final (June 22, 2021)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/31957
10+
11+
** Bug
12+
* [HHH-14654] - geolatte-geom Geometry types no longer works with geography column types
13+
* [HHH-14597] - Regression bug: could not resolve property: null of:
14+
* [HHH-13788] - Schema update try to recreate existing tables
15+
* [HHH-4808] - SessionImpl.initializeCollection() does not release JDBC connection (if outside of a transaction)
16+
17+
** Improvement
18+
* [HHH-14691] - Small optimisation for updating Query Cache Statistics
19+
* [HHH-14690] - Avoid fully resetting StatisticsImpl just after its constructor
20+
21+
** New Feature
22+
* [HHH-11817] - Allow schema-export commands written to file to truncate in addition to current appending
23+
24+
625
Changes in 5.5.2.Final (June 14, 2021)
726
------------------------------------------------------------------------------------------------------------------------
827

gradle/version.properties

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

0 commit comments

Comments
 (0)