[jbosscache-commits] JBoss Cache SVN: r5474 - in core/tags/1.4.1.SP9: docs and 1 other directories.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Mar 27 17:49:43 EDT 2008


Author: jiwils
Date: 2008-03-27 17:49:43 -0400 (Thu, 27 Mar 2008)
New Revision: 5474

Modified:
   core/tags/1.4.1.SP9/build.xml
   core/tags/1.4.1.SP9/docs/Changelog.txt
   core/tags/1.4.1.SP9/src/org/jboss/cache/Version.java
Log:
Changed the version/fix information for 1.4.1.SP9.

Modified: core/tags/1.4.1.SP9/build.xml
===================================================================
--- core/tags/1.4.1.SP9/build.xml	2008-03-27 21:38:16 UTC (rev 5473)
+++ core/tags/1.4.1.SP9/build.xml	2008-03-27 21:49:43 UTC (rev 5474)
@@ -6,7 +6,7 @@
 
    <property name="module.name" value="JBossCache"/>
    <!--We now requires version to have no white space since Ant+JBossAop will sometime choke. -->
-   <property name="module.version" value="1.4.1.SP8"/>
+   <property name="module.version" value="1.4.1.SP9"/>
    <property name="implementation.url" value="http://www.jboss.com/products/jbosscache"/>
    <property file="build.properties"/>
    <property name="root.dir" value="${basedir}"/>
@@ -81,7 +81,7 @@
       <!-- See JBCACHE-814 -->
       <exclude name="org/jboss/cache/eviction/ConcurrentEvictionTest*"/>
       <exclude name="org/jboss/cache/passivation/ConcurrentPassivationTest*"/>
-      
+
       <!-- See JBCACHE-641 -->
       <exclude name="org/jboss/cache/eviction/ReplicatedLRUPolicyTest*"/>
       <!-- See JBCACHE-407 -->
@@ -795,10 +795,10 @@
 
       <!-- Download the cache version against which we check interop -->
       <mkdir dir="${output.interop.dir}"/>
-   	
+
       <get dest="${output.interop.dir}/jboss-cache.jar"
            src="http://repository.jboss.com/jboss/cache/1.2.3.1/lib/jboss-cache.jar" verbose="true"/>
-   	  <!-- 
+   	  <!--
    	       In 1.4.1 we moved to JG 2.4.1 by default, so we need to bring down the old jgroups as well.
    	       The current.version.classpath and previous.version.classpath will use the old jgroups.
    	  -->

Modified: core/tags/1.4.1.SP9/docs/Changelog.txt
===================================================================
--- core/tags/1.4.1.SP9/docs/Changelog.txt	2008-03-27 21:38:16 UTC (rev 5473)
+++ core/tags/1.4.1.SP9/docs/Changelog.txt	2008-03-27 21:49:43 UTC (rev 5474)
@@ -1,5 +1,14 @@
 $Id$
 
+Release 1.4.1.SP9 (March 27. 2008)
+==================================
+Patch release on 1.4.1.GA
+
+** Bug
+    *  [ JBCACHE-1246 ] TransactionTable leaks memory when used with FAIL_SILENTLY option
+    *  [ JBCACHE-1292 ] Endless loop on concurrent remove
+    *  [ JBCACHE-1255 ] setUseInterceptorMbeans not available in TreeCacheMBean interface, causing problems when deployed in JBoss AS
+
 Release 1.4.1.SP8 (December 12, 2007)
 =====================================
 Patch release on 1.4.1.GA
@@ -57,7 +66,7 @@
     *  [ JBCACHE-1096 ] UpgradeException should print IdentityLock instances
     *  [ JBCACHE-1103 ] Make cache loader implementations thread safe and remove synchronization in CacheLoaderInterceptor and CacheStoreInterceptor
     *  [ JBCACHE-1114 ] StackOverflowError with Glassfish TransactionManager
-    *  [ JBCACHE-1139 ] Setting Option ineffective if CacheLoader or BuddyReplication is used 
+    *  [ JBCACHE-1139 ] Setting Option ineffective if CacheLoader or BuddyReplication is used
 
 Release 1.4.1.SP3 (March 12, 2007)
 =====================================
@@ -87,7 +96,7 @@
 ** Bug
     *  [ JBCACHE-974 ] Removing a parent node and then adding data to a child node in same tx causes endless loop
     *  [ JBCACHE-976 ] Correct docs to reflect LockParentForChildInsertRemove default is false
-    
+
 Release 1.4.1.SP1 (January 31, 2007)
 ====================================
 Patch release on 1.4.1.GA
@@ -555,44 +564,44 @@
 Release 1.2.4 (Oct 20 2005)
 ===========================
 
-* Create build examples for load and compile time instrumentation for JBossCacheAop 
-* Support partial state transfer 
+* Create build examples for load and compile time instrumentation for JBossCacheAop
+* Support partial state transfer
 
 Details:
 
 ** Feature Request
 
-* [JBCACHE-265] - Create build examples for load and compile time instrumentation for JBossCacheAop 
-* [JBCACHE-273] - Support partial state transfer 
-* [JBCACHE-294] - Upgrade JRunitTests with Xref reporter 
-* [JBCACHE-305] - Allow use of registerClassLoader() API before createService()/startService() 
-* [JBCACHE-335] - Backwards Compatibility for State Transfer 
+* [JBCACHE-265] - Create build examples for load and compile time instrumentation for JBossCacheAop
+* [JBCACHE-273] - Support partial state transfer
+* [JBCACHE-294] - Upgrade JRunitTests with Xref reporter
+* [JBCACHE-305] - Allow use of registerClassLoader() API before createService()/startService()
+* [JBCACHE-335] - Backwards Compatibility for State Transfer
 
 ** Bug
 
-* [JBCACHE-279] - JBossCache fails with java.util.NoSuchElementException under heavy logging load 
-* [JBCACHE-292] - The specification info in the jboss-cache.jar manifest is incorrect. 
-* [JBCACHE-293] - IdentityLock.releaseAll() attempts to modify an unmodifiable Set 
-* [JBCACHE-298] - ReplicationInterceptor does not remove entries from transaction map for remote calls 
-* [JBCACHE-303] - JDBCCacheLoader attempts JNDI lookup of DataSource before it is registered 
-* [JBCACHE-308] - ReplicationInterceptor does not remove entries from remote_transactions set for one-phase commit calls 
-* [JBCACHE-310] - IdentityLock.toString() not thread safe 
-* [JBCACHE-316] - Deadlock problems with __JBoss_Internal__ region under REPL_SYNC 
-* [JBCACHE-319] - Node marshalling marshalls data redundantly 
-* [JBCACHE-329] - Optimistic locking - allows concurrent mod if a node is deleted in the underlying cache. 
-* [JBCACHE-334] - JBossCacheAop deadlock if use putObject with shared pojos from two separate cache instances concurrently 
-* [JBCACHE-343] - maxAgeSeconds in LRUPolicy is not set correctly 
+* [JBCACHE-279] - JBossCache fails with java.util.NoSuchElementException under heavy logging load
+* [JBCACHE-292] - The specification info in the jboss-cache.jar manifest is incorrect.
+* [JBCACHE-293] - IdentityLock.releaseAll() attempts to modify an unmodifiable Set
+* [JBCACHE-298] - ReplicationInterceptor does not remove entries from transaction map for remote calls
+* [JBCACHE-303] - JDBCCacheLoader attempts JNDI lookup of DataSource before it is registered
+* [JBCACHE-308] - ReplicationInterceptor does not remove entries from remote_transactions set for one-phase commit calls
+* [JBCACHE-310] - IdentityLock.toString() not thread safe
+* [JBCACHE-316] - Deadlock problems with __JBoss_Internal__ region under REPL_SYNC
+* [JBCACHE-319] - Node marshalling marshalls data redundantly
+* [JBCACHE-329] - Optimistic locking - allows concurrent mod if a node is deleted in the underlying cache.
+* [JBCACHE-334] - JBossCacheAop deadlock if use putObject with shared pojos from two separate cache instances concurrently
+* [JBCACHE-343] - maxAgeSeconds in LRUPolicy is not set correctly
 
 ** Task
 
-* [JBCACHE-128] - Handle MashalledValue for different class loaders 
-* [JBCACHE-138] - Release 1.2.4 final 
-* [JBCACHE-296] - Incorporate Fix for JBAS-2262 in the jboss-system.jar bundled with JBossCache 1.2.4 
-* [JBCACHE-299] - Update the build script to include a target that creates a dist with src 
-* [JBCACHE-302] - Document using the TreeCacheMarshaller 
-* [JBCACHE-304] - Added missing locking scheme apis for TreeCacheMBean 
-* [JBCACHE-321] - Remove dependency on log4j 
-* [JBCACHE-325] - Use NodeData instead of Externalizable to marshal transient state for state transfer 
+* [JBCACHE-128] - Handle MashalledValue for different class loaders
+* [JBCACHE-138] - Release 1.2.4 final
+* [JBCACHE-296] - Incorporate Fix for JBAS-2262 in the jboss-system.jar bundled with JBossCache 1.2.4
+* [JBCACHE-299] - Update the build script to include a target that creates a dist with src
+* [JBCACHE-302] - Document using the TreeCacheMarshaller
+* [JBCACHE-304] - Added missing locking scheme apis for TreeCacheMBean
+* [JBCACHE-321] - Remove dependency on log4j
+* [JBCACHE-325] - Use NodeData instead of Externalizable to marshal transient state for state transfer
 
 
 Release 1.2.4Beta (Spet 12 2005)

Modified: core/tags/1.4.1.SP9/src/org/jboss/cache/Version.java
===================================================================
--- core/tags/1.4.1.SP9/src/org/jboss/cache/Version.java	2008-03-27 21:38:16 UTC (rev 5473)
+++ core/tags/1.4.1.SP9/src/org/jboss/cache/Version.java	2008-03-27 21:49:43 UTC (rev 5474)
@@ -10,9 +10,9 @@
  */
 public class Version
 {
-   public static final String version = "1.4.1.SP8";
+   public static final String version = "1.4.1.SP9";
    public static final String codename = "Cayenne";
-   public static byte[] version_id = {'0', '1', '4', '1', 'S', 'P', '8'};
+   public static byte[] version_id = {'0', '1', '4', '1', 'S', 'P', '9'};
    public static final String cvs = "$Id$";
 
    private static final int MAJOR_SHIFT = 11;




More information about the jbosscache-commits mailing list