4.2.13 prep

This commit is contained in:
Gail Badner 2014-05-28 13:56:56 -07:00
parent bb73ba9d6f
commit f471769d55
2 changed files with 28 additions and 1 deletions

View File

@ -51,7 +51,7 @@ subprojects { subProject ->
defaultTasks 'build'
group = 'org.hibernate'
version = '4.2.13-SNAPSHOT'
version = '4.2.13.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,33 @@ 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.13 (2014.05.28)
------------------------------------------------------------------------------------------------------------------------
** Bug
* [HHH-8908] - Envers: Column of Embedded missing in Audit Table
* [HHH-9093] - Typo in error message when no implicit selection is found in CriteriaQuery
* [HHH-9136] - DatabaseMetadata: NPE hides exception in finally block
* [HHH-9138] - CastFunctionTest failing on most databases
* [HHH-9150] - Envers test table is too long causing Oracle failure
* [HHH-9154] - keywords as parameter names
* [HHH-9169] - SQLServer2012Dialect creates sequences starting from Long.MIN_VALUE
* [HHH-9170] - StatelessSession is accidentally 2LC enabled in some cases
* [HHH-9174] - Increase performance of SqlExceptionHelper#handleAndClearWarnings
* [HHH-9194] - Revert HHH-8908 fix
* [HHH-9200] - Natural id cache statistics are not cleared
* [HHH-9202] - NPE in OneToOneLinkTest on oracle12c
* [HHH-9204] - Restore AbstractCollectionPersister.doProcessQueuedOps(PersistentCollection, Serializable, SessionImplementor) removed by HHH-9078
** Deprecation
* [HHH-9205] - Deprecate AbstractCollectionPersister.doProcessQueuedOps(PersistentCollection, Serializable, int, SessionImplementor)
** Improvement
* [HHH-9222] - Bulk delete and element collections
** Task
* [HHH-8904] - Write documentation for build time bytecode enhancements.
Changes in version 4.2.12 (2014.04.08)
------------------------------------------------------------------------------------------------------------------------