5.0.15
This commit is contained in:
parent
f062c8687d
commit
980ed16ce7
|
@ -46,7 +46,7 @@ allprojects {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
expectedGradleVersion = '2.7'
|
expectedGradleVersion = '2.7'
|
||||||
hibernateTargetVersion = '5.0.15-SNAPSHOT'
|
hibernateTargetVersion = '5.0.15.Final'
|
||||||
|
|
||||||
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
|
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,14 @@ Hibernate 5.0 Changelog
|
||||||
|
|
||||||
Note: Please refer to JIRA to learn more about each issue.
|
Note: Please refer to JIRA to learn more about each issue.
|
||||||
|
|
||||||
|
Changes in 5.0.15.Final (August 18, 2017)
|
||||||
|
------------------------------------------------------------------------------------------------------------------------
|
||||||
|
[JBEAP-11657 / HHH-9199] - ValidityAuditStrategy: Collection of embeddables is not audited correctly
|
||||||
|
|
||||||
|
[JBEAP-11659] Envers bugs auditing collection of embeddables
|
||||||
|
[HHH-11214] - ValidityAuditStrategy not audit properly nested collection with nulls
|
||||||
|
[HHH-11215] - NullPointerException when reading an audited entity that has a collection of embeddables with a ManyToOne to an unaudited entity.
|
||||||
|
|
||||||
Changes in 5.0.14.Final (June 12, 2017)
|
Changes in 5.0.14.Final (June 12, 2017)
|
||||||
------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue