Apache » Cocoon »

  Cocoon Store Implementation
      1.0
   homepage

Cocoon Store Implementation 1.0

Changes Report

Release History

VersionDateDescription
1.0.0TBAreleased
1.0.0-RC22007-10-29released
1.0.0-RC12007-07-02released
1.0.0-M12007-03-02released


Release 1.0.0 - TBA

TypeChangesBy

Release 1.0.0-RC2 - 2007-10-29

TypeChangesBy

Release 1.0.0-RC1 - 2007-07-02

TypeChangesBy
addAdd cache for XPathXMLFileModule.rgoers
fixMove all Spring configuration files into the "cocoon-store-impl" namespace.reinhard
fixMRUMemoryStore registers at StoreJanitor only in that case, if StoreJanitor is set as dependency. By default it is set.reinhard
fixThe usage of StoreJanitor to remove elements from EHDefaultStore was contra-productive, because EHCache provides its own invalidation mechanisms which are more sophisticated than the removal of random items. Find more information at http://marc.info/?t=117563247800004 & r=1 & w=2. In order to use EHDefaultStore again, we would need access to EHCache internals so that we don't remove the wrong items.reinhard
addExpose all configuration properties that EHCache provides via setter methods. Using them, EHDefaultStore can be completly configured in the Spring bean definition. This allows setting maxElementsInMemory, memoryStoreEvictionPolicy, overflowToDisk, diskStorePath, eternal, timeToLiveSeconds, timeToIdleSeconds, diskPersistent, diskExpiryThreadIntervalSeconds, registeredEventListeners, bootstrapCacheLoader, maxElementsOnDisk. See the 1.2.4 constructor at http://ehcache.sourceforge.net/javadoc/net/sf/ehcache/Cache.html for details.reinhard
updateMake the maximum number of disk objects configureable. The default value is 50000.reinhard

Release 1.0.0-M1 - 2007-03-02

TypeChangesBy
addInitial creation.reinhard