[jboss-cvs] JBossCache/docs ...

Manik Surtani manik at jboss.org
Tue Mar 27 05:22:38 EDT 2007


  User: msurtani
  Date: 07/03/27 05:22:38

  Modified:    docs     Changelog.txt
  Log:
  Updated for B2
  
  Revision  Changes    Path
  1.26      +36 -4     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.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- Changelog.txt	22 Feb 2007 13:20:22 -0000	1.25
  +++ Changelog.txt	27 Mar 2007 09:22:38 -0000	1.26
  @@ -1,34 +1,42 @@
  -$Id: Changelog.txt,v 1.25 2007/02/22 13:20:22 msurtani Exp $
  +$Id: Changelog.txt,v 1.26 2007/03/27 09:22:38 msurtani Exp $
   
  -Release 2.0.0.BETA1 (February 22, 2007)
  +Release 2.0.0.BETA2 (March 28, 2007)
   =======================================
   
   Release Notes for JBoss Cache Habanero 2.0.0
   
  -** Sub-task
  +* 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
       *  [ JBCACHE-546 ] Move lock related operations to a separate utility, such as NodeLock
       *  [ JBCACHE-547 ] Remove TreeNode and DataNode interfaces
  +    *  [ JBCACHE-822 ] Reconsider validation of EvictionPolicyConfig objects
       *  [ JBCACHE-831 ] Port multiplexer integration unit tests to HEAD
  +    *  [ JBCACHE-882 ] Migrating JBC 1.x java serialized data to 2.x VAM format
       *  [ JBCACHE-914 ] Adapt JBCACHE-913 fix for JBC 2.0
       *  [ JBCACHE-958 ] Add unit tests of JBCACHE-955
   
   ** Feature Request
       *  [ JBCACHE-9 ] Streaming state transfer, for large states
       *  [ JBCACHE-57 ] Interfaces for accessing JBossCache
  +    *  [ 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
       *  [ JBCACHE-735 ] Append the cluster name to the TreeCache log category
       *  [ JBCACHE-802 ] NonManagedConnectionFactory does not place new connections in ThreadLocal (JDBCCacheLoader)
       *  [ 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-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
       *  [ JBCACHE-918 ] Investigate Serializable interfaces for classes that are not streamed.
       *  [ JBCACHE-921 ] Eviction should eventually clean up nodes that are cleared but not removed
  +    *  [ JBCACHE-950 ] Expose information about buddy group membership
       *  [ JBCACHE-955 ] Restore ability to insert and remove child nodes with only a read lock on the parent
  +    *  [ JBCACHE-956 ] Use LockParentForChildInsertRemove flag to control Optimistic node versioning
  +    *  [ JBCACHE-961 ] Optimistic locking to support more sophisticated merging of child maps
       *  [ JBCACHE-962 ] optimisticValidation unnecessarily checks DataVersion types during simpleValidate() - should delegate this to the DataVersion impl
       *  [ JBCACHE-969 ] Move transaction classes to org.jboss.cache.transaction
   
  @@ -36,6 +44,7 @@
       *  [ JBCACHE-565 ] Optimistic locking - cache.exists() refers to the tree while cache.get() refers to the workspace
       *  [ 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-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
  @@ -53,10 +62,27 @@
       *  [ JBCACHE-929 ] MRU eviction algorithm test failures
       *  [ JBCACHE-935 ] Data gravitation throws ArrayIndexOutOfBoundException with FLUSH based stack
       *  [ JBCACHE-936 ] Replication of user defined Collections translate to standard Collections in target node
  +    *  [ JBCACHE-938 ] OptimisticNodeInterceptor may NPE if node cannot be created
       *  [ JBCACHE-940 ] Creating a child with explicit data version under a parent also with an explicit data version causes the parent to be added with DefaultDataVersion
       *  [ JBCACHE-945 ] Post-activation nodeActivated notification sent before node added to tree
       *  [ JBCACHE-951 ] IdentityLock logs at too high a level
       *  [ JBCACHE-963 ] Eviction thread timer is not a daemon
  +    *  [ JBCACHE-972 ] Microcontainer deps introduced too early
  +    *  [ JBCACHE-982 ] WARN logged if app calls into cache during tx's afterCompletion() phase.
  +    *  [ JBCACHE-984 ] Cache loader concurrent creation deadlocks
  +    *  [ JBCACHE-985 ] build failed under jboss distribution
  +    *  [ JBCACHE-986 ] Race condition (concurrent evict + access) with optimistic locking
  +    *  [ JBCACHE-987 ] Deleting a large tree from JDBC creates too many expressions for Oracle
  +    *  [ JBCACHE-990 ] PojoCache leaks memory
  +    *  [ JBCACHE-993 ] Test failure - org.jboss.cache.marshall.AsyncReplTest, org.jboss.cache.marshall.SyncReplTest
  +    *  [ JBCACHE-994 ] Test failure - org.jboss.cache.loader.AdjListJDBCClassLoaderCompatibilityTest
  +    *  [ JBCACHE-996 ] Test failure - org.jboss.cache.multiplexer.BuddyGroupAssignmentTest
  +    *  [ JBCACHE-995 ] Test failure - org.jboss.cache.multiplexer.BuddyGroupAssignmentTest
  +    *  [ JBCACHE-998 ] Plain Cache tutorial example broken
  +    *  [ JBCACHE-999 ] Remove operations on ROOT cause problems with pessimistic locks and rollbacks
  +    *  [ 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
   
   ** Task
       *  [ JBCACHE-156 ] Refactor the docs directory
  @@ -83,6 +109,12 @@
       *  [ 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-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
   
   ** Patch
       *  [ JBCACHE-891 ] Patch to use Java 1.5 concurrent lock classes
  
  
  



More information about the jboss-cvs-commits mailing list