Author: rmannibucau Date: Sun May 25 15:18:43 2014 New Revision: 1597437 URL: http://svn.apache.org/r1597437 Log: some more jcache related features in changes.xml
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=1597437&r1=1597436&r2=1597437&view=diff ============================================================================== --- commons/proper/jcs/trunk/src/changes/changes.xml (original) +++ commons/proper/jcs/trunk/src/changes/changes.xml Sun May 25 15:18:43 2014 @@ -20,6 +20,15 @@ </properties> <body> <release version="2.0" date="unreleased" description="JDK 1.6 based major release"> + <action dev="rmannibucau" type="add"> + jcache-extra module to provide basic classes based on JCache API. + </action> + <action dev="rmannibucau" type="add"> + Web CacheFilter to cache http responses. + </action> + <action dev="rmannibucau" type="add"> + OpenJPA L2 Cache based on JCache API. + </action> <action dev="rmannibucau" type="update"> Allow configuration to set its TimeFactorForMilliseconds and use second by default.