You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rm...@apache.org on 2017/10/22 06:45:13 UTC

svn commit: r1812871 - /commons/proper/jcs/branches/commons-jcs-2.2.x/src/changes/changes.xml

Author: rmannibucau
Date: Sun Oct 22 06:45:13 2017
New Revision: 1812871

URL: http://svn.apache.org/viewvc?rev=1812871&view=rev
Log:
adding 2.2.1 in changes.xml

Modified:
    commons/proper/jcs/branches/commons-jcs-2.2.x/src/changes/changes.xml

Modified: commons/proper/jcs/branches/commons-jcs-2.2.x/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.2.x/src/changes/changes.xml?rev=1812871&r1=1812870&r2=1812871&view=diff
==============================================================================
--- commons/proper/jcs/branches/commons-jcs-2.2.x/src/changes/changes.xml (original)
+++ commons/proper/jcs/branches/commons-jcs-2.2.x/src/changes/changes.xml Sun Oct 22 06:45:13 2017
@@ -19,15 +19,20 @@
 		<author email="dev@commons.apache.org">Apache Commons Developers</author>
 	</properties>
 	<body>
+        <release version="2.2.1" date="2017-08-02">
+          <action issue="JCS-183" dev="rmannibucau" type="fix">
+            JCache CDI Integration is slow
+          </action>
+        </release>
         <release version="2.2" date="2017-08-02">
             <action issue="JCS-180" dev="rmannibucau" type="fix">
                 CacheInvocationContextImpl NPE if method doesnt have any argument
             </action>
             <action issue="JCS-179" dev="tv" type="fix" due-to="Archer">
-                RemoteCacheServerFactory not able to start server 
+                RemoteCacheServerFactory not able to start server
             </action>
             <action issue="JCS-178" dev="tv" type="fix">
-                Clients using RemoteCache are not working. Add a test. 
+                Clients using RemoteCache are not working. Add a test.
             </action>
             <action dev="tv" type="add">
                 Add a shutdown() method to JCS