[jboss-cvs] JBossCache/docs ...

Manik Surtani msurtani at jboss.com
Tue Nov 14 03:44:41 EST 2006


  User: msurtani
  Date: 06/11/14 03:44:41

  Modified:    docs     Tag: Branch_JBossCache_1_4_0 Changelog.txt
  Log:
  Updated for 141
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.5  +43 -1     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.20.2.4
  retrieving revision 1.20.2.5
  diff -u -b -r1.20.2.4 -r1.20.2.5
  --- Changelog.txt	9 Aug 2006 12:59:09 -0000	1.20.2.4
  +++ Changelog.txt	14 Nov 2006 08:44:41 -0000	1.20.2.5
  @@ -1,4 +1,46 @@
  -$Id: Changelog.txt,v 1.20.2.4 2006/08/09 12:59:09 msurtani Exp $
  +$Id: Changelog.txt,v 1.20.2.5 2006/11/14 08:44:41 msurtani Exp $
  +
  +Release 1.4.1.GA (November 20th, 2006)
  +======================================
  +
  +** Feature Request
  +    *  [ JBCACHE-813 ] BaseRpcInterceptor to call callRemoteMethod() instead of callRemoteMethods() when sending to a single recipient
  +    *  [ JBCACHE-842 ] Optimistic Locking improvements - validation on read-only transactions
  +
  +** Bug
  +    *  [ JBCACHE-690 ] TcpCacheServer never gets out of STARTING state, and doesn't shut down socket when stop() is called.
  +    *  [ JBCACHE-739 ] Exception in a CacheLoader throws ChainingCacheLoader calling method and prevent the call to the next CacheLoaders
  +    *  [ JBCACHE-755 ] Potential bug when using (async) replication queue and region based marshalling
  +    *  [ JBCACHE-756 ] Marshaller breaks with Strings of length greater than 32767
  +    *  [ JBCACHE-760 ] TreeCacheListener in PojoCache gets nodeModify events for invalid objects
  +    *  [ JBCACHE-763 ] Transaction rollback does not restore contents of collection of cached collections
  +    *  [ JBCACHE-765 ] implementation of equals() in collections is incorrect
  +    *  [ JBCACHE-767 ] Fail more silently when setting node versions
  +    *  [ JBCACHE-769 ] JDBCCacheLoader should not directly serialize a map passed to put
  +    *  [ JBCACHE-776 ] EvictionPolicyProvider WARN message is noisy and misleading
  +    *  [ JBCACHE-777 ] Creating a custom cache loader which delegates to a standard cache loader, can generate misleading WARN messages
  +    *  [ JBCACHE-785 ] InvocationContext and suspended transactions
  +    *  [ JBCACHE-792 ] ChainingCacheLoader method get(Fqn) - unecessary call of the next CacheLoader
  +    *  [ JBCACHE-794 ] Eviction Queue hard limit can cause deadlocks
  +    *  [ JBCACHE-795 ] listIterator in a cached list throws exception on empty list
  +    *  [ JBCACHE-799 ] Bug in RmiDelegatingCacheLoader class
  +    *  [ JBCACHE-806 ] Invalidation causes problems with otimistic data versioning and certain edge cases
  +    *  [ JBCACHE-808 ] Add serialVersionUID to ReplicationException
  +    *  [ JBCACHE-810 ] TCP Delegating Cache Loader not multithreaded
  +    *  [ JBCACHE-825 ] PassivationInterceptor emits notification even if the node isn't loaded
  +    *  [ JBCACHE-836 ] TreeCache isCoordinator() returns incorrect value after clean shutdown of coordinator
  +    *  [ JBCACHE-843 ] Data versions do not replicate properly alongside data
  +    *  [ JBCACHE-844 ] Correct handling of partial state transfer re-try logic
  +
  +** Task
  +    *  [ JBCACHE-680 ] TreeCache demo gui to update view instanteously
  +    *  [ JBCACHE-761 ] Make connecting the channel and state transfer an atomic part of startup
  +    *  [ JBCACHE-793 ] hibernate-recommended-config.xml incorrectly specifies INVALIDATION_SYNC
  +    *  [ JBCACHE-798 ] Use ConcurrentHashMap for lock_table
  +    *  [ JBCACHE-800 ] Performance problem with TCP & RMI Cache loaders
  +    *  [ JBCACHE-812 ] Enable JGroups multiplexer integration in a 1.4.x release
  +    *  [ JBCACHE-815 ] Eliminate need for jboss-serialization.jar if it's not used
  +    *  [ JBCACHE-824 ] Don't call Channel.getView() in viewAccepted() callback
   
   Release 1.4.0.SP1 (August 9, 2006)
   ==================================
  
  
  



More information about the jboss-cvs-commits mailing list