4.2.26.Final
This commit is contained in:
parent
79e4de928d
commit
cfaf313d2f
|
@ -51,7 +51,7 @@ subprojects { subProject ->
|
||||||
defaultTasks 'build'
|
defaultTasks 'build'
|
||||||
|
|
||||||
group = 'org.hibernate'
|
group = 'org.hibernate'
|
||||||
version = '4.2.26-SNAPSHOT'
|
version = '4.2.26.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,12 @@ 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.26 (2017.03.21)
|
||||||
|
------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
** Bug
|
||||||
|
[HHH-11516] : Level two cache may not be enabled when using @Cacheable without/instead of @Cache
|
||||||
|
|
||||||
Changes in version 4.2.25 (2016.10.21)
|
Changes in version 4.2.25 (2016.10.21)
|
||||||
------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue