Author: tv
Date: Sun Dec 25 18:48:39 2016
New Revision: 1776027
URL: http://svn.apache.org/viewvc?rev=1776027&view=rev
Log:
Document changes
Modified:
commons/proper/jcs/trunk/src/changes/changes.xml
Modified: commons/proper/jcs/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/changes/changes.xml?rev=1776027&r1=1776026&r2=1776027&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/changes/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Sun Dec 25 18:48:39 2016
@@ -20,6 +20,23 @@
</properties>
<body>
<release version="2.0" date="unreleased" description="JDK 1.6 based
major release">
+ <action issue="JCS-119" dev="tv" type="update">
+ Improve concurrency in
+ - CompositeCacheManager
+ - CacheEventQueue
+ - CacheWatchRepairable
+ - LHMLRUMemoryCache
+ </action>
+ <action issue="JCS-169" dev="rmannibucau" type="fix">
+ JCache Access Expiry not respected
+ </action>
+ <action issue="JCS-168" dev="rmannibucau" type="fix">
+ cdi/nocdi jcache jar doesnt contain the right
+ META-INF/services/javax.enterprise.inject.spi.Extension file
+ </action>
+ <action dev="tv" type="update">
+ Deprecate JCS.defineRegion() methods
+ </action>
</release>
<release version="2.0-beta-2" date="2016-11-01" description="JDK 1.6
based major release (beta-2)">
<action dev="tv" type="remove">