File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ allprojects {
55
55
56
56
ext {
57
57
expectedGradleVersion = ' 2.10'
58
- hibernateTargetVersion = ' 5.1.15-SNAPSHOT '
58
+ hibernateTargetVersion = ' 5.1.15.Final '
59
59
60
60
osgiExportVersion = hibernateTargetVersion. replaceAll( ' -SNAPSHOT' , ' .SNAPSHOT' )
61
61
}
Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ Hibernate 5.1 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changed in 5.1.15.Final (July 4, 2018)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+ https://hibernate.atlassian.net/projects/HHH/versions/31670
9
+ https://hibernate.atlassian.net/issues/?jql=project%20%3D%2010031%20AND%20fixVersion%20%3D%2031670%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC
10
+
11
+ ** Bug
12
+ * [HHH-12687] - ManyToOne associations in embeddable collection elements and composite IDs are always eagerly loaded
13
+
6
14
Changed in 5.1.14.Final (May 11, 2018)
7
15
------------------------------------------------------------------------------------------------------------------------
8
16
https://hibernate.atlassian.net/projects/HHH/versions/31650
You can’t perform that action at this time.
0 commit comments