From e4eb223dcf58d0d7954a88af88e93cc52609a3ec Mon Sep 17 00:00:00 2001 From: Brett Meyer Date: Wed, 3 Jul 2013 11:00:53 -0400 Subject: [PATCH] 4.2.3.Final release --- build.gradle | 2 +- changelog.txt | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b5ca35064869..fff9734c7857 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ subprojects { subProject -> defaultTasks 'build' group = 'org.hibernate' - version = '4.2.3-SNAPSHOT' + version = '4.2.3.Final' // The OSGi manifest exported package versions need to be only the numerical release -- no "SNAPSHOT" or "Final" exportPackageVersion = version.replaceAll("-SNAPSHOT", ""); diff --git a/changelog.txt b/changelog.txt index cd3f7d8b4e90..3fba58b176bc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,36 @@ 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.3.Final (2013.07.03) +------------------------------------------------------------------------------------------------------------------------ + +** Sub-task + * [HHH-8112] - Document OSGi capabilities + +** Bug + * [HHH-8106] - Broken org.hibernate.tool.enhance.EnhancementTask + * [HHH-8210] - JdbcCoordinatorImpl logs excessive HHH000387 warnings when used with some connection pools + * [HHH-8255] - Clean up compile and optional dependencies from OSGi manifests + * [HHH-8269] - DenormalizedTable FK constraint names can be too long + * [HHH-8273] - Incorrect "unique-key" naming comment in docs + * [HHH-8275] - union-subclass generates bad alter table for unique constraint + * [HHH-8283] - JdbcSQLException with CompositeCustomType and java.util.Date + * [HHH-8301] - SQLServer2005LimitHandler skips column alias generation + * [HHH-8312] - named parameters binding are not correct when used within subquery + * [HHH-8318] - "delete" with "member of" query fails + * [HHH-8335] - Hibernate OSGi not included in build's /lib + +** Improvement + * [HHH-8117] - Add package export versions in OSGi manifests + * [HHH-8319] - ConstraintViolationException not showing constraint name for MySQL + +** New Feature + * [HHH-7527] - OSGi hibernate-orm + +** Task + * [HHH-8265] - Investigate proxy package imports in OSGi client bundles + * [HHH-8336] - Upgrade c3p0 dependency + Changes in version 4.2.2.Final (2013.05.22) ------------------------------------------------------------------------------------------------------------------------