Skip to content

Commit 7759404

Browse files
committed
5.4.0.Final
1 parent 0d2fa6e commit 7759404

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

changelog.txt

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

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

6+
Changes in 5.4.0.Final (December 12, 2018)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/31738/tab/release-report-done
10+
11+
** Bug
12+
* [HHH-13110] - @PreUpdate method on a Embeddable null on the parent caused NullPointerException
13+
* [HHH-13141] - Could not fetch the SequenceInformation from the database when using SQL Server with a case-sensitive collation
14+
* [HHH-13147] - DelayedPostInsertIdentifier handling broken since 5.3.0
15+
16+
** New Feature
17+
* [HHH-13083] - Add st_makeenvelope to the supported PostGIS functions in hibernate-spatial
18+
19+
** Task
20+
* [HHH-13095] - Document how to use arithmetic expressions in CASE statements
21+
* [HHH-13096] - Document that composite identifier cannot use auto-generated properties
22+
23+
** Improvement
24+
* [HHH-10778] - Add support for non-public AttributeConverter implementations
25+
* [HHH-13144] - Move the doInAutoCommit utility to TranscationUtil
26+
* [HHH-13156] - Enhance the @AnyMetaDef annotation section with more details about the optimal placement
27+
28+
29+
630
Changes in 5.4.0.CR2 (November 29, 2018)
731
------------------------------------------------------------------------------------------------------------------------
832

gradle/base-information.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
apply plugin: 'base'
99

1010
ext {
11-
ormVersion = new HibernateVersion( '5.4.0-SNAPSHOT', project )
11+
ormVersion = new HibernateVersion( '5.4.0.Final', project )
1212
baselineJavaVersion = '1.8'
1313
jpaVersion = new JpaVersion('2.2')
1414
}

0 commit comments

Comments
 (0)