Skip to content

Commit 503dc39

Browse files
committed
5.1.15
1 parent 4afa2a2 commit 503dc39

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ allprojects {
5555

5656
ext {
5757
expectedGradleVersion = '2.10'
58-
hibernateTargetVersion = '5.1.15-SNAPSHOT'
58+
hibernateTargetVersion = '5.1.15.Final'
5959

6060
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
6161
}

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Hibernate 5.1 Changelog
33

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

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+
614
Changed in 5.1.14.Final (May 11, 2018)
715
------------------------------------------------------------------------------------------------------------------------
816
https://hibernate.atlassian.net/projects/HHH/versions/31650

0 commit comments

Comments
 (0)