4.2.25.Final
This commit is contained in:
parent
f2447bce33
commit
ac6368739c
|
@ -51,7 +51,7 @@ subprojects { subProject ->
|
||||||
defaultTasks 'build'
|
defaultTasks 'build'
|
||||||
|
|
||||||
group = 'org.hibernate'
|
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"
|
// 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", "");
|
||||||
|
|
|
@ -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.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)
|
Changes in version 4.2.24 (2016.07.21)
|
||||||
------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue