File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,30 @@ Hibernate 5 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
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
+
6
30
Changes in 5.4.0.CR2 (November 29, 2018)
7
31
------------------------------------------------------------------------------------------------------------------------
8
32
Original file line number Diff line number Diff line change 8
8
apply plugin : ' base'
9
9
10
10
ext {
11
- ormVersion = new HibernateVersion ( ' 5.4.0-SNAPSHOT ' , project )
11
+ ormVersion = new HibernateVersion ( ' 5.4.0.Final ' , project )
12
12
baselineJavaVersion = ' 1.8'
13
13
jpaVersion = new JpaVersion (' 2.2' )
14
14
}
You can’t perform that action at this time.
0 commit comments