4.2.17.Final release

This commit is contained in:
Gail Badner 2015-01-05 13:31:13 -08:00
parent 0def0abcac
commit 6ce3816f10
2 changed files with 14 additions and 1 deletions

View File

@ -51,7 +51,7 @@ subprojects { subProject ->
defaultTasks 'build'
group = 'org.hibernate'
version = '4.2.17-SNAPSHOT'
version = '4.2.17.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,19 @@ 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.17 (2015.01.05)
------------------------------------------------------------------------------------------------------------------------
** Bug
[HHH-9330] - orphanRemoval=true does not work in bidirectional relationships (without cascading)
[HHH-9444] - Rounding of fractional seconds causes test failures on MySQL 5.6.4+
[HHH-9467] - Cannot enable NamingStrategyDelegator implementations using standalone schema tools
[HHH-9500] - H2: SchemaExport ERROR when using in-memory database - drop constraint issue HHH000389
** Improvement
[HHH-6670] - H2Dialect should use "if exists" when dropping sequences
[HHH-8401] - Support fractional seconds on MySQL 5.7
Changes in version 4.2.16 (2014.10.30)
------------------------------------------------------------------------------------------------------------------------