[hibernate-commits] Hibernate SVN: r15320 - in core/branches/Branch_3_2_4_SP1_CP: lib and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Oct 10 16:37:33 EDT 2008


Author: gbadner
Date: 2008-10-10 16:37:33 -0400 (Fri, 10 Oct 2008)
New Revision: 15320

Modified:
   core/branches/Branch_3_2_4_SP1_CP/build.xml
   core/branches/Branch_3_2_4_SP1_CP/changelog.txt
   core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties
   core/branches/Branch_3_2_4_SP1_CP/lib/version.properties
   core/branches/Branch_3_2_4_SP1_CP/readme.txt
   core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java
Log:
JBPAPP-1214 - Upgrade Hibernate core to 3.2.4.SP1_CP05


Modified: core/branches/Branch_3_2_4_SP1_CP/build.xml
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/build.xml	2008-10-10 20:14:22 UTC (rev 15319)
+++ core/branches/Branch_3_2_4_SP1_CP/build.xml	2008-10-10 20:37:33 UTC (rev 15320)
@@ -24,7 +24,7 @@
 	<property name="version.minor" value="2"/>
 	<property name="version.micro" value="4"/>
     <property name="version.qualifier" value="sp1"/>
-    <property name="version.cp" value="cp04"/>
+    <property name="version.cp" value="cp05"/>
     <property name="version.full" value="${version.major}.${version.minor}.${version.micro}.${version.qualifier}.${version.cp}"/>
     <property name="version.major_minor" value="${version.major}.${version.minor}"/>
     <property name="fullname" value="${name}-${version.full}"/>

Modified: core/branches/Branch_3_2_4_SP1_CP/changelog.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/changelog.txt	2008-10-10 20:14:22 UTC (rev 15319)
+++ core/branches/Branch_3_2_4_SP1_CP/changelog.txt	2008-10-10 20:37:33 UTC (rev 15320)
@@ -5,6 +5,22 @@
 refer to the particular case on JIRA using the issue tracking number to learn
 more about each case.
 
+Changes in version 3.2.4.sp1.cp05
+-------------------------------------------
+
+** Bug
+    * [JBPAPP-940 / HHH-3496] - DB2 hanging on JPALockTest and CMTTest
+    * [JBPAPP-948 / HHH-3501] - ASTParserLoadingTest testing unsupported queries for DB2
+    * [JBPAPP-949 / HHH-3519] - VM-based,timestamps are not generated for DB2
+    * [JBPAPP-950 / HHH-3483] - org.hibernate.test.hql.ScrollableCollectionFetchingTest#testScrollingJoinFetchesForward unsupported by DB2
+    * [JBPAPP-965 / HHH-1329] - Views not supported by schema validation
+    * [JBPAPP-969 / HHH-3294] - Version incorrectly incremented for unchanged persistent entity that is parent of a one to many relationship
+    * [JBPAPP-984 / HHH-2795] - CollectionLoadContexts for empy collections are not removed until PersistenceContext.clear()
+
+** Improvement
+    * [JBPAPP-1083 / HHH-1696] - Add outer join support for aliases on DetachedCriteria
+    * [JBPAPP-1205 / HHH-2592] - Force hibernate to generate use offset query when offset is zero
+
 Changes in version 3.2.4.sp1.cp04
 -------------------------------------------
 

Modified: core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties	2008-10-10 20:14:22 UTC (rev 15319)
+++ core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties	2008-10-10 20:37:33 UTC (rev 15320)
@@ -1,6 +1,6 @@
 hibernate.lib=hibernate3.jar
 hibernate.ignorecheck=true
-hibernate.version=3.2.4.SP1_CP04-brew
+hibernate.version=3.2.4.SP1_CP05-brew
 hibernate.name=Hibernate core
 hibernate.when=runtime, required
 
@@ -54,7 +54,7 @@
 ## j2ee related
 
 jboss-j2ee.lib=jboss-j2ee.jar
-jboss-j2ee.version=4.2.0.GA_CP04
+jboss-j2ee.version=4.2.0.GA_CP05
 jboss-j2ee.name=J2EE API
 jboss-j2ee.when=runtime, required for standalone operation (outside application server)
 
@@ -74,15 +74,15 @@
 jboss-common.when=runtime, optional (required by TreeCache)
 
 jboss-jmx.lib=jboss-jmx.jar
-jboss-jmx.version=4.2.0.GA_CP04
+jboss-jmx.version=4.2.0.GA_CP05
 jboss-jmx.when=runtime, optional (required by TreeCache)
 
 jboss-minimal.lib=jboss-minimal.jar
-jboss-minimal.version=4.2.0.GA_CP04
+jboss-minimal.version=4.2.0.GA_CP05
 jboss-minimal.when=runtime, optional (required by TreeCache)
 
 jboss-system.lib=jboss-system.jar
-jboss-system.version=4.2.0.GA_CP04
+jboss-system.version=4.2.0.GA_CP05
 jboss-system.when=runtime, optional (required by TreeCache)
 
 ## Replication

Modified: core/branches/Branch_3_2_4_SP1_CP/lib/version.properties
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/lib/version.properties	2008-10-10 20:14:22 UTC (rev 15319)
+++ core/branches/Branch_3_2_4_SP1_CP/lib/version.properties	2008-10-10 20:37:33 UTC (rev 15320)
@@ -39,7 +39,7 @@
 cleanimports.name=cleanimports
 cleanimports.when=buildtime
 
-hibernate.version=3.2.4.SP1_CP04-brew
+hibernate.version=3.2.4.SP1_CP05-brew
 hibernate.name=Hibernate core
 hibernate.when=runtime, required
 
@@ -103,7 +103,7 @@
 ## j2ee related
 
 jboss-j2ee.lib=jboss-j2ee.jar
-jboss-j2ee.version=4.2.0.GA_CP04
+jboss-j2ee.version=4.2.0.GA_CP05
 jboss-j2ee.name=J2EE API
 jboss-j2ee.when=runtime, required for standalone operation (outside application server)
 
@@ -128,15 +128,15 @@
 jboss-common.when=runtime, optional (required by TreeCache)
 
 jboss-jmx.lib=jboss-jmx.jar
-jboss-jmx.version=4.2.0.GA_CP04
+jboss-jmx.version=4.2.0.GA_CP05
 jboss-jmx.when=runtime, optional (required by TreeCache)
 
 jboss-minimal.lib=jboss-minimal.jar
-jboss-minimal.version=4.2.0.GA_CP04
+jboss-minimal.version=4.2.0.GA_CP05
 jboss-minimal.when=runtime, optional (required by TreeCache)
 
 jboss-system.lib=jboss-system.jar
-jboss-system.version=4.2.0.GA_CP04
+jboss-system.version=4.2.0.GA_CP05
 jboss-system.when=runtime, optional (required by TreeCache)
 
 ## Replication

Modified: core/branches/Branch_3_2_4_SP1_CP/readme.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/readme.txt	2008-10-10 20:14:22 UTC (rev 15319)
+++ core/branches/Branch_3_2_4_SP1_CP/readme.txt	2008-10-10 20:37:33 UTC (rev 15320)
@@ -1,6 +1,6 @@
 Hibernate - Relational Persistence for Idiomatic Java
 =====================================================
-version 3.2.4.sp1.cp04
+version 3.2.4.sp1.cp05
 Copyright © 2008 Red Hat, Inc.
 
 

Modified: core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java	2008-10-10 20:14:22 UTC (rev 15319)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java	2008-10-10 20:37:33 UTC (rev 15320)
@@ -153,7 +153,7 @@
  */
 public final class Environment {
 
-	public static final String VERSION = "3.2.4.sp1.cp04";
+	public static final String VERSION = "3.2.4.sp1.cp05";
 
 	/**
 	 * <tt>ConnectionProvider</tt> implementor to use when obtaining connections




More information about the hibernate-commits mailing list