0 Replies Latest reply on Jun 1, 2005 4:36 AM by belaban

    JBossCache 1.2.3 released

    belaban

      I uploaded the 1.2.3 release to SourceForge. The docs on www.jboss.com /products/jbosscache should be updated today or tomorrow the latest.

      The main features are bug fixes and creating a standalone version of JBossCache. See below for details, or consult the JIRA for details on the issues.


      * First standalone version: separate "JBossCache" module in cvs.forge.jboss.com:/cvsroot/jboss
      * JBossCacheAOP: added annotations
      * Fixed problems with isolation level = NONE
      * Fixed concurrent access in Node

      Details:

      ** Feature Request
      * [JBCACHE-53] - JBossCacheAop now supports use of annotation
      * [JBCACHE-132] - Add a method to get the version number of the cache
      * [JBCACHE-149] - Add INFO logging statement related to TreeCache Preloading From Cache Loader
      * [JBCACHE-162] - make geFqn public in nodeEntry.java
      * [JBCACHE-174] - Upgrade JGroups from 2.2.7 to 2.2.8 final

      ** Bug
      * [JBCACHE-31] - Out of memory problem
      * [JBCACHE-117] - Unnecessary lock acquisition with IsolationLevel.NONE
      * [JBCACHE-119] - Missing notification for remove() and addChild()
      * [JBCACHE-124] - Concurrent access problem in Node
      * [JBCACHE-126] - CacheLoader doesn't load children after loading an attribute
      * [JBCACHE-134] - ReplicationInterceptor: remote calls 'eat' Throwable
      * [JBCACHE-136] - Memory problem when using put again!
      * [JBCACHE-150] - Problem with runShellDemo scripts
      * [JBCACHE-153] - Treecache coordinator crashes and attempts to join but can't

      ** Task
      * [JBCACHE-40] - Development of JGroups/JBoss Cache training modules
      * [JBCACHE-51] - Create standalone CVS version of JBossCache
      * [JBCACHE-121] - Update JBoss head, 3.x and 4.x with jboss-cache.jar
      * [JBCACHE-125] - Release 1.2.3 final
      * [JBCACHE-142] - Upgrade to JGroups 2.2.8
      * [JBCACHE-147] - Refactored TreeCacheAop
      * [JBCACHE-155] - Package the new docbook generated docs into the distro
      * [JBCACHE-169] - Error handling in JBossCache