4.2.14.Final release

This commit is contained in:
Gail Badner 2014-06-25 17:24:13 -07:00
parent e40ade009f
commit 6f71e0e6f0
2 changed files with 10 additions and 1 deletions

View File

@ -51,7 +51,7 @@ subprojects { subProject ->
defaultTasks 'build'
group = 'org.hibernate'
version = '4.2.14.SNAPSHOT'
version = '4.2.14.Final'
// The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final"
exportPackageVersion = version.replaceAll("-SNAPSHOT", "");

View File

@ -5,6 +5,15 @@ match the actual issue resolution (i.e. a bug might not be a bug). Please
refer to the particular case on JIRA using the issue tracking number to learn
more about each case.
Changes in version 4.2.14 (2014.06.25)
------------------------------------------------------------------------------------------------------------------------
** Bug
* [HHH-9234] - Test failure (testNaturalIdChangedWhileAttached) on SAP/SYBASE ASE
* [HHH-9248] - CastFunctionTest. testFloatCasting and testLongCasting fail on mysql
* [HHH-9252] - Error executing batch should abort rest of batch for "cleanliness" sake
* [HHH-9255] - Revert HHH-9222 due to bugs in bulk deleting collection elements that use a property-ref
Changes in version 4.2.13 (2014.05.28)
------------------------------------------------------------------------------------------------------------------------