4.2.27.Final

This commit is contained in:
Gail Badner 2017-06-23 19:28:49 -07:00
parent 7e26258e85
commit 62a64e828e
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -5,6 +5,14 @@ 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 refer to the particular case on JIRA using the issue tracking number to learn
more about each case. more about each case.
Changes in version 4.2.27 (2017.06.23)
------------------------------------------------------------------------------------------------------------------------
** Bug
[HHH-10183] : Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9
[BZ-1457508] : race condition and level 2 cache configuration in standalone*.xml or domain*.xml
Changes in version 4.2.26 (2017.03.21) Changes in version 4.2.26 (2017.03.21)
------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------