[jboss-user] [News & Announcements] - JBossCache 2.0.0.BETA1 released

rrajesh do-not-reply at jboss.com
Mon Mar 5 18:57:02 EST 2007


JBossCache 2.0.0.BETA1 has been released and is available for download on sourceforge at 

http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=491425


Release 2.0.0.BETA1 (March 05, 2007)
=========================

Changes:
Release Notes for JBoss Cache Habanero 2.0.0

** 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-831 ] Port multiplexer integration unit tests to HEAD
    *  [ 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-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-869 ] Use Marshaller for all forms of serialization, not just replication.
    *  [ 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-955 ] Restore ability to insert and remove child nodes with only a read lock on the parent
    *  [ 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

** Bug
    *  [ 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-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
    *  [ JBCACHE-862 ] PojoCache tutorial broken
    *  [ JBCACHE-863 ] Plain Cache tutorial broken
    *  [ JBCACHE-864 ] PojoCache loadtime example broken
    *  [ 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-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
    *  [ JBCACHE-926 ] PojoCache local concurrent test produced lock timeout exception
    *  [ JBCACHE-927 ] Repeated remove and put under optimistic locking produces exception
    *  [ 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-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

** Task
    *  [ JBCACHE-156 ] Refactor the docs directory
    *  [ JBCACHE-593 ] JBoss Cache features for JBoss AS 5.0
    *  [ 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-787 ] Documentation: Add a chapter on extending JBoss Cache
    *  [ JBCACHE-852 ] PojoCache implementation class AOP instrumentation is version dependent
    *  [ JBCACHE-867 ] Refactor use of TreeCacheProxyImpl
    *  [ JBCACHE-868 ] Renamed PojoCache annotation
    *  [ JBCACHE-870 ] Make Marshallers pluggable
    *  [ JBCACHE-874 ] Use performant ordered collections in TransactionEntry
    *  [ JBCACHE-884 ] Upgrade to JGroups 2.4.1
    *  [ JBCACHE-888 ] Remove TreeCache.UNITIALIZED, add NodeSPI.get/setDataLoaded()
    *  [ JBCACHE-889 ] EvictionPolicy methods for 2.0, consider revising
    *  [ JBCACHE-919 ] PojoCache to optimize access to __JBossInternal__ region
    *  [ JBCACHE-920 ] Port multiplexer integration unit tests to HEAD
    *  [ 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-939 ] Improve the quality of JavaDoc for JBossCache
    *  [ 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

** Patch
    *  [ JBCACHE-891 ] Patch to use Java 1.5 concurrent lock classes
    *  [ JBCACHE-948 ] Patch to add return value (boolean) to removeChild*() and removeNode*() methods


OLDER RELEASES
==============
* For releases prior to 2.0.0, see http://jira.jboss.com/jira/browse/JBCACHE
* For releases prior to 1.2.1, see http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jboss/JBossCache/docs/Changelog.txt

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025248#4025248

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025248



More information about the jboss-user mailing list