4.2.25.Final

This commit is contained in:
Gail Badner 2016-10-21 15:23:40 -07:00
parent f2447bce33
commit ac6368739c
2 changed files with 9 additions and 1 deletions

View File

@ -51,7 +51,7 @@ subprojects { subProject ->
defaultTasks 'build'
group = 'org.hibernate'
version = '4.2.25-SNAPSHOT'
version = '4.2.25.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,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
more about each case.
Changes in version 4.2.25 (2016.10.21)
------------------------------------------------------------------------------------------------------------------------
** Bug
[HHH-11072] : Skip CriteriaLiteralInSelectExpressionTest#testStringLiteral2 for Oracle, DB2, SQL Server, and Sybase dialects
[HHH-11073] : Casting to boolean in HQL query fails on MySQL
[HHH-11182] - HQL subquery with constraint property in superclass does not join superclass table
Changes in version 4.2.24 (2016.07.21)
------------------------------------------------------------------------------------------------------------------------