4.2.19.Final release

This commit is contained in:
Gail Badner 2015-04-15 16:36:30 -07:00
parent 6d4dd52f8d
commit f6b88e1630
2 changed files with 12 additions and 1 deletions

View File

@ -51,7 +51,7 @@ subprojects { subProject ->
defaultTasks 'build'
group = 'org.hibernate'
version = '4.2.19-SNAPSHOT'
version = '4.2.19.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,17 @@ 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.19 (2015.04.15)
------------------------------------------------------------------------------------------------------------------------
** Bug
[HHH-9413] - Backport HHH-8853 to 4.2: NonBatchingBatch.addToBatch() calls statement.close() twice.
[HHH-9597] - Criteria creates invalid Column aliases.
[HHH-9642] - Embedded OneToMany association fetch join does not work in CriteriaQuery
** Deprecation
[HHH-9645] - buildSessionFactory() should return a sessionFactory
Changes in version 4.2.18 (2015.01.28)
------------------------------------------------------------------------------------------------------------------------