Skip to content

Commit

Permalink
4.2.13 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
gbadner committed May 28, 2014
1 parent bb73ba9 commit f471769
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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", "");
Expand Down
27 changes: 27 additions & 0 deletions changelog.txt
Expand Up @@ -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)
------------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit f471769

Please sign in to comment.