[hibernate-commits] Hibernate SVN: r15794 - 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 Jan 16 18:30:13 EST 2009


Author: gbadner
Date: 2009-01-16 18:30:13 -0500 (Fri, 16 Jan 2009)
New Revision: 15794

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-1580 - preparation for creating new tag for Hibernate core tag for EAP 4.2.0.GA CP06 / 4.3.0.GA CP04


Modified: core/branches/Branch_3_2_4_SP1_CP/build.xml
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/build.xml	2009-01-16 17:24:55 UTC (rev 15793)
+++ core/branches/Branch_3_2_4_SP1_CP/build.xml	2009-01-16 23:30:13 UTC (rev 15794)
@@ -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="cp06"/>
+    <property name="version.cp" value="cp07"/>
     <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	2009-01-16 17:24:55 UTC (rev 15793)
+++ core/branches/Branch_3_2_4_SP1_CP/changelog.txt	2009-01-16 23:30:13 UTC (rev 15794)
@@ -5,6 +5,29 @@
 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.cp07
+-------------------------------------------
+
+** Bug
+    * [JBPAPP-1259 / HHH-3584] Generate SQL when Dynamic Update is true is including version field even when marked as updateable=false
+    * [JBPAPP-1365 / HHH-2159] - NullPointerException in FromElement#findIntendedAliasedFromElementBasedOnCrazyJPARequirements with 'hibernate.query.jpaql_strict_compliance' 
+    * [JBPAPP-1467 / HHH-2864] - Merging a detached instance with a new child in a unidirectional one-to-many association fails if the parent was previously loaded as a proxy
+    * [JBPAPP-1480 / HHH-3636] - Attempt to read invalid column when loading collection of subclasses mapped with table-per-subclass with discriminator
+    * [JBPAPP-1496 / HHH-1312] - Unclosed ResultSet when using Identity
+    * [JBPAPP-1519 / HHH-3508] - Sybase Dialect - Override supportsCascadeDelete to return "false"
+    * [JBPAPP-1520 / HHH-3668] - Sybase does not support implicit conversion from character types to numeric types causes failing unit test
+    * [JBPAPP-1523 / HHH-3670] - Invalid test for str() for SQL Server and Sybase Gail Badner Gail Badner
+    * [JBPAPP-1524 / HHH-3672] - Sybase - second(), minute(), hour(), and extract() cause GenericJDBCException
+    * [JBPAPP-1527 / HHH-3675] - Limitiations on Sybase ResultSet implementation causes unit test failures
+    * [JBPAPP-1528 / HHH-3679] - Sybase conversion of Java byte to tinyint fails with 8-bit values causing unit test failures
+    * [JBPAPP-1529 / HHH-3680] - Sybase - composite primary key in unit test exceeds maximum for index causing failure
+    * [JBPAPP-1556 / HHH-3696] - Sybase - unit tests fail when numeric values overflow in precision or scale on insert
+
+** Improvement
+    * [JBPAPP-1250 / HHH-530] - Allow application of filters on subqueries
+    * [JBPAPP-1251 / HHH-3506] - enabled filters should apply to HQL update/delete statements
+    * [JBPAPP-1582 / HHH-3712] - Reorganize the Sybase dialect class hierarchy, add SybaseASE15Dialect, and mark SybaseDialect as deprecated
+
 Changes in version 3.2.4.sp1.cp06
 -------------------------------------------
 

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	2009-01-16 17:24:55 UTC (rev 15793)
+++ core/branches/Branch_3_2_4_SP1_CP/lib/version-dist.properties	2009-01-16 23:30:13 UTC (rev 15794)
@@ -1,93 +1,76 @@
 hibernate.lib=hibernate3.jar
 hibernate.ignorecheck=true
-hibernate.version=3.2.4.SP1_CP06-brew
+hibernate.version=3.2.4.SP1_CP07-brew
 hibernate.name=Hibernate core
 hibernate.when=runtime, required
 
 javassist.lib=javassist.jar
-javassist.version=3.5.0.GA-brew
 javassist.name=Javassist bytecode generator
 javassist.when=runtime, required if using 'javassist' bytecode provider
 
 cglib.lib=cglib.jar
-cglib.version=2.1.3-brew
 cglib.name=CGLIB bytecode generator
 cglib.when=runtime, required if using 'cglib' bytecode provider
 
 asm.lib=asm.jar
-asm.version=1.5.3-brew
 asm.name=ASM bytecode library
 asm.when=runtime, required if using 'cglib' bytecode provider
 
 asm-attrs.lib=asm-attrs.jar
-asm-attrs.version=1.5.3-brew
 asm-attrs.name=ASM bytecode library
 asm-attrs.when=runtime, required if using 'cglib' bytecode provider
 
 commons-collections.lib=commons-collections.jar
-commons-collections.version=3.1-brew
 commons-collections.name=Commons Collections
 commons-collections.when=runtime, required
 
 commons-logging.lib=commons-logging.jar
-commons-logging.version=1.1.0.jboss
 commons-logging.name=Commons Logging
 commons-logging.when=runtime, required
 
 antlr.lib=antlr.jar
-antlr.version=2.7.6-brew
 antlr.name=ANother Tool for Language Recognition
 antlr.when=runtime, required
 
 ## xml/xslt handling
 
 dom4j.lib=dom4j.jar
-dom4j.version=1.6.1-brew
 dom4j.name=XML configuration & mapping parser
 dom4j.when=runtime, required
 
 jaxen.lib=jaxen.jar
-jaxen.version=1.1-brew
 jaxen.name=Jaxen - universal java xpath engine
 jaxen.when=runtime, required if you want to deserialize a Configuration to improve startup performance
 
 ## j2ee related
 
 jboss-j2ee.lib=jboss-j2ee.jar
-jboss-j2ee.version=4.2.0.GA_CP05
 jboss-j2ee.name=J2EE API
 jboss-j2ee.when=runtime, required for standalone operation (outside application server)
 
 ## Treecache and dependencies
 
 jboss-cache.lib=jboss-cache-jdk50.jar
-jboss-cache.version=1.4.1.SP8_CP02-brew
 jboss-cache.name=TreeCache clustered cache
 jboss-cache.when=runtime, optional (required by TreeCache)
 
 concurrent.lib=concurrent.jar
-concurrent.version=1.3.4.patch01-brew
 concurrent.when=runtime, optional (required by TreeCache)
 
 jboss-common.lib=jboss-common.jar
-jboss-common.version=1.2.1.GA-brew
 jboss-common.when=runtime, optional (required by TreeCache)
 
 jboss-jmx.lib=jboss-jmx.jar
-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_CP05
 jboss-minimal.when=runtime, optional (required by TreeCache)
 
 jboss-system.lib=jboss-system.jar
-jboss-system.version=4.2.0.GA_CP05
 jboss-system.when=runtime, optional (required by TreeCache)
 
 ## Replication
 
 jgroups.lib=jgroups.jar
-jgroups.version=2.4.2.GA_CP01-brew
 jgroups.name=JGroups multicast library
 jgroups.when=runtime, optional (required by replicated caches and TreeCache)

Modified: core/branches/Branch_3_2_4_SP1_CP/lib/version.properties
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/lib/version.properties	2009-01-16 17:24:55 UTC (rev 15793)
+++ core/branches/Branch_3_2_4_SP1_CP/lib/version.properties	2009-01-16 23:30:13 UTC (rev 15794)
@@ -39,7 +39,7 @@
 cleanimports.name=cleanimports
 cleanimports.when=buildtime
 
-hibernate.version=3.2.4.SP1_CP06-brew
+hibernate.version=3.2.4.SP1_CP07-brew
 hibernate.name=Hibernate core
 hibernate.when=runtime, required
 
@@ -54,95 +54,77 @@
 syndiag.when=buildtime
 
 javassist.lib=javassist.jar
-javassist.version=3.5.0.GA-brew
 javassist.name=Javassist bytecode generator
 javassist.when=runtime, required if using 'javassist' bytecode provider
 
 cglib.lib=cglib.jar
-cglib.version=2.1.3-brew
 cglib.name=CGLIB bytecode generator
 cglib.when=runtime, required if using 'cglib' bytecode provider
 
 asm.lib=asm.jar
-asm.version=1.5.3-brew
 asm.name=ASM bytecode library
 asm.when=runtime, required if using 'cglib' bytecode provider
 
 asm-attrs.lib=asm-attrs.jar
-asm-attrs.version=1.5.3-brew
 asm-attrs.name=ASM bytecode library
 asm-attrs.when=runtime, required if using 'cglib' bytecode provider
 
 commons-collections.lib=commons-collections.jar
-commons-collections.version=3.1-brew
 commons-collections.name=Commons Collections
 commons-collections.when=runtime, required
 
 commons-logging.lib=commons-logging.jar
-commons-logging.version=1.1.0.jboss
 commons-logging.name=Commons Logging
 commons-logging.when=runtime, required
 
 antlr.lib=antlr.jar
-antlr.version=2.7.6-brew
 antlr.name=ANother Tool for Language Recognition
 antlr.when=runtime, required
 
 ## xml/xslt handling
 
 dom4j.lib=dom4j.jar
-dom4j.version=1.6.1-brew
 dom4j.name=XML configuration & mapping parser
 dom4j.when=runtime, required
 
 jaxen.lib=jaxen.jar
-jaxen.version=1.1-brew
 jaxen.name=Jaxen - universal java xpath engine
 jaxen.when=runtime, required if you want to deserialize a Configuration to improve startup performance
 
 ## j2ee related
 
 jboss-j2ee.lib=jboss-j2ee.jar
-jboss-j2ee.version=4.2.0.GA_CP05
 jboss-j2ee.name=J2EE API
 jboss-j2ee.when=runtime, required for standalone operation (outside application server)
 
 log4j.lib=log4j.jar
-log4j.version=1.2.14-brew
 log4j.name=Log4j Library
 log4j.when=runtime, optional
 
 ## Treecache and dependencies
 
 jboss-cache.lib=jboss-cache-jdk50.jar
-jboss-cache.version=1.4.1.SP8_CP02-brew
 jboss-cache.name=TreeCache clustered cache
 jboss-cache.when=runtime, optional (required by TreeCache)
 
 concurrent.lib=concurrent.jar
-concurrent.version=1.3.4.patch01-brew
 concurrent.when=runtime, optional (required by TreeCache)
 
 jboss-common.lib=jboss-common.jar
-jboss-common.version=1.2.1.GA-brew
 jboss-common.when=runtime, optional (required by TreeCache)
 
 jboss-jmx.lib=jboss-jmx.jar
-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_CP05
 jboss-minimal.when=runtime, optional (required by TreeCache)
 
 jboss-system.lib=jboss-system.jar
-jboss-system.version=4.2.0.GA_CP05
 jboss-system.when=runtime, optional (required by TreeCache)
 
 ## Replication
 
 jgroups.lib=jgroups.jar
-jgroups.version=2.4.2.GA_CP01-brew
 jgroups.name=JGroups multicast library
 jgroups.when=runtime, optional (required by replicated caches and TreeCache)
 

Modified: core/branches/Branch_3_2_4_SP1_CP/readme.txt
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/readme.txt	2009-01-16 17:24:55 UTC (rev 15793)
+++ core/branches/Branch_3_2_4_SP1_CP/readme.txt	2009-01-16 23:30:13 UTC (rev 15794)
@@ -1,7 +1,7 @@
 Hibernate - Relational Persistence for Idiomatic Java
 =====================================================
-version 3.2.4.sp1.cp06
-Copyright © 2008 Red Hat, Inc.
+version 3.2.4.sp1.cp07
+Copyright © 2009 Red Hat, Inc.
 
 
 Instructions
@@ -37,14 +37,17 @@
        "ant junitreport-dist -Dhibernate.test.validatefailureexpected=true"
    (4) see build/test-reports/index.html
 
-Note: The unit tests are expected to have 6 failures and 8 errors in:
+Note: The unit tests are expected to have 7 failures and 10 errors in:
 
 Ehcache tests (Ehcache is not provided in this distribution):
 org.hibernate.test.cache.ehcache.EhCacheTest.testQueryCacheInvalidation
 org.hibernate.test.cache.ehcache.EhCacheTest.testEmptySecondLevelCacheEntry
 org.hibernate.test.cache.ehcache.EhCacheTest.testStaleWritesLeaveCacheConsistent
 
-"FailureExpected" tests (known issues to be addressed in the future): 
+"FailureExpected" tests (known issues to be addressed in the future):
+org.hibernate.test.event.collection.BrokenCollectionEventTest.testUpdateDetachedParentNoChildrenToNullFailureExpected
+org.hibernate.test.event.collection.BrokenCollectionEventTest.testSaveParentNullChildrenFailureExpected
+org.hibernate.test.event.collection.BrokenCollectionEventTest.testUpdateParentNoChildrenToNullFailureExpected
 org.hibernate.test.hql.ASTParserLoadingTest.testParameterTypeMismatchFailureExpected
 org.hibernate.test.hql.CriteriaHQLAlignmentTest.testCriteriaAggregationReturnTypeFailureExpected
 org.hibernate.test.hql.HQLTest.testEmptyInListFailureExpected   

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	2009-01-16 17:24:55 UTC (rev 15793)
+++ core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/cfg/Environment.java	2009-01-16 23:30:13 UTC (rev 15794)
@@ -153,7 +153,7 @@
  */
 public final class Environment {
 
-	public static final String VERSION = "3.2.4.sp1.cp06";
+	public static final String VERSION = "3.2.4.sp1.cp07";
 
 	/**
 	 * <tt>ConnectionProvider</tt> implementor to use when obtaining connections




More information about the hibernate-commits mailing list