[jboss-cvs] JBossCache/docs ...

Manik Surtani manik at jboss.org
Mon Apr 23 13:19:52 EDT 2007


  User: msurtani
  Date: 07/04/23 13:19:52

  Modified:    docs     Changelog.txt
  Log:
  Updated to CR1
  
  Revision  Changes    Path
  1.27      +133 -109  JBossCache/docs/Changelog.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Changelog.txt
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/Changelog.txt,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- Changelog.txt	27 Mar 2007 09:22:38 -0000	1.26
  +++ Changelog.txt	23 Apr 2007 17:19:52 -0000	1.27
  @@ -1,11 +1,14 @@
  -$Id: Changelog.txt,v 1.26 2007/03/27 09:22:38 msurtani Exp $
  +$Id: Changelog.txt,v 1.27 2007/04/23 17:19:52 msurtani Exp $
   
  -Release 2.0.0.BETA2 (March 28, 2007)
  -=======================================
  +Release 2.0.0.CR1 (April 23, 2007)
  +==================================
   
   Release Notes for JBoss Cache Habanero 2.0.0
   
  -* Sub-task
  +   Release Notes for JBoss Cache
  +   Includes versions: 2.0.0.ALPHA1 2.0.0.ALPHA2 2.0.0.BETA1 2.0.0.BETA2 2.0.0.CR1
  +
  +** Sub-task
       *  [ JBCACHE-542 ] Fix initialization of Node.IdentityLock to actually lazy create
       *  [ JBCACHE-543 ] Consider synchronized(this) instead of a separate lock
       *  [ JBCACHE-545 ] Consider removing TreeCache, parent, and name
  @@ -20,6 +23,7 @@
   ** Feature Request
       *  [ JBCACHE-9 ] Streaming state transfer, for large states
       *  [ JBCACHE-57 ] Interfaces for accessing JBossCache
  +   *  [ JBCACHE-404 ] Provide API to allow multiple callers to safely call activateRegion() .
       *  [ JBCACHE-529 ] Improve performance of JDBC CacheLoader
       *  [ JBCACHE-541 ] Create one true Node class; that's lean and mean and stuff
       *  [ JBCACHE-629 ] SELECT FOR UPDATE semantics
  @@ -28,6 +32,7 @@
       *  [ JBCACHE-834 ] Combine eviction RegionManager with generic RegionManager
       *  [ JBCACHE-848 ] Implement putFromExternalRead()
       *  [ JBCACHE-869 ] Use Marshaller for all forms of serialization, not just replication.
  +   *  [ JBCACHE-876 ] Region marker in region-based marshalling message should be region fqn
       *  [ JBCACHE-879 ] Improving serialization in JDBCCacheLoader
       *  [ JBCACHE-880 ] Add expiration policy for nodes based on a node's expiration key
       *  [ JBCACHE-908 ] Marshalling for state transfer should go thru the VersionAwareMarshaller fwk
  @@ -45,6 +50,7 @@
       *  [ JBCACHE-693 ] TreeCache configuration bombs with InvocationTargetException when JVM locale is set to Turkish.
       *  [ JBCACHE-740 ] Optimistic Locking Scheme: Occasional IllegalStateExceptions on commit
       *  [ JBCACHE-814 ] Concurrency issue with eviction
  +   *  [ JBCACHE-849 ] PojoCache jmx test case failure
       *  [ JBCACHE-858 ] Investigate POJOCACHE failures
       *  [ JBCACHE-859 ] Known failures in 2.0.0.Alpha1 need cleaning up
       *  [ JBCACHE-861 ] JDBC tests failing on the packaged distribution
  @@ -54,6 +60,7 @@
       *  [ JBCACHE-865 ] PojoCache passivation example broken
       *  [ JBCACHE-866 ] PojoCache sensor example broken
       *  [ JBCACHE-872 ] Lock release methods should produce similar log messages to lock acquire methods
  +   *  [ JBCACHE-877 ] TreeCache usage should not depend on trove.jar
       *  [ JBCACHE-885 ] Bug when calling putObject() with array as argument
       *  [ JBCACHE-904 ] PojoCache Collection list returns wrong size if using optimistic locking
       *  [ JBCACHE-923 ] Acquired node lock never released after transaction timeout
  @@ -83,6 +90,12 @@
       *  [ JBCACHE-1003 ] Missing extention attribute when running some test targets
       *  [ JBCACHE-1006 ] Removal of parent node before removal of child node causes parent not to be found in optimistic tx workspace
       *  [ JBCACHE-1012 ] ReplicationQueue invokes callRemoteMethods even when empty
  +   *  [ JBCACHE-1017 ] PojoCache needs to check for Serializable condition during attach/putObject
  +   *  [ JBCACHE-1018 ] DOCS: FAQ pdf version not getting created
  +   *  [ JBCACHE-1021 ] Configuration factory only looks in class path for config file; not on file system
  +   *  [ JBCACHE-1027 ] InvalidationInterceptor should not replicate putForExternalRead()
  +   *  [ JBCACHE-1030 ] CR1 Build failing - aopc now requires concurrent.jar
  +   *  [ JBCACHE-1031 ] AdjListJDBCCacheLoaderConfig should not depend on JDBCCacheLoaderOld
   
   ** Task
       *  [ JBCACHE-156 ] Refactor the docs directory
  @@ -90,7 +103,10 @@
       *  [ JBCACHE-595 ] Merge API interfaces
       *  [ JBCACHE-664 ] Add JBossRetro jars, baseline to Java5 and create a Java1.4 compat binary
       *  [ JBCACHE-752 ] Look into using JBC Marshaller implementations for responses as well as requests
  +   *  [ JBCACHE-764 ] Update docs, examples and tutorial to reflect 2.0.0 API
       *  [ JBCACHE-787 ] Documentation: Add a chapter on extending JBoss Cache
  +   *  [ JBCACHE-807 ] Document limitations of FileCacheLoader
  +   *  [ JBCACHE-845 ] Clonability of Configuration classes
       *  [ JBCACHE-852 ] PojoCache implementation class AOP instrumentation is version dependent
       *  [ JBCACHE-867 ] Refactor use of TreeCacheProxyImpl
       *  [ JBCACHE-868 ] Renamed PojoCache annotation
  @@ -104,17 +120,25 @@
       *  [ JBCACHE-922 ] Merge src-50 into src
       *  [ JBCACHE-924 ] PojoCache to re-throw Cache exception
       *  [ JBCACHE-930 ] Better encapsulation: make CacheImpl, VersionedNode and UnversionedNode constructors protected, move CacheFactory and NodeFactory to o.j.cache package.
  +   *  [ JBCACHE-933 ] PojoCache to create a cache wrapper to retry when upgradeexception is encountered
  +   *  [ JBCACHE-937 ] Benchmark VersionAwareMarshaller
       *  [ JBCACHE-939 ] Improve the quality of JavaDoc for JBossCache
  +   *  [ JBCACHE-942 ] Refactor Optimistic{Node|CreateIfNotExists|Validation}Interceptors for readability
       *  [ JBCACHE-952 ] Replace calls to Throwable.printStackTace with logging
       *  [ JBCACHE-954 ] FileCacheLoader to use VersionAwareMarshaller
       *  [ JBCACHE-959 ] Change logging level if no TransactionManagerLookupClass is configured
       *  [ JBCACHE-960 ] Reduce logging when TxInterceptor catches exception
  +   *  [ JBCACHE-964 ] Create Transforming CacheLoaders that transform 1.x formatted data into 2.x format
       *  [ JBCACHE-967 ] Upgrade to JGroups 2.4.SP1
       *  [ JBCACHE-973 ] qdox.jar
       *  [ JBCACHE-979 ] Tighten up rethrowing of exceptions
       *  [ JBCACHE-981 ] PojoCache to add additional internal mapping to promote concurrent access
       *  [ JBCACHE-992 ] Make JBoss Cache build and run under JDK6
       *  [ JBCACHE-1005 ] Genericise public interfaces
  +   *  [ JBCACHE-1007 ] Synchronization impls should scrub state in afterCompletion
  +   *  [ JBCACHE-1019 ] Revisit JGroups stack in config files shipped with JBoss Cache to make them JGroups 2.5-friendly
  +   *  [ JBCACHE-1020 ] Upgrade to JGroups 2.5.BETA2
  +   *  [ JBCACHE-1032 ] Remove dependency on JBoss Serialization
   
   ** Patch
       *  [ JBCACHE-891 ] Patch to use Java 1.5 concurrent lock classes
  
  
  



More information about the jboss-cvs-commits mailing list