You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2014/04/07 19:22:31 UTC

svn commit: r1585525 - in /commons/proper/proxy/trunk/src/changes: ./ changes.xml release-notes.vm

Author: mbenson
Date: Mon Apr  7 17:22:31 2014
New Revision: 1585525

URL: http://svn.apache.org/r1585525
Log:
changes

Added:
    commons/proper/proxy/trunk/src/changes/
      - copied from r1584904, commons/proper/weaver/trunk/src/changes/
Modified:
    commons/proper/proxy/trunk/src/changes/changes.xml
    commons/proper/proxy/trunk/src/changes/release-notes.vm

Modified: commons/proper/proxy/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/src/changes/changes.xml?rev=1585525&r1=1584904&r2=1585525&view=diff
==============================================================================
--- commons/proper/proxy/trunk/src/changes/changes.xml (original)
+++ commons/proper/proxy/trunk/src/changes/changes.xml Mon Apr  7 17:22:31 2014
@@ -19,10 +19,22 @@
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
   <properties>
-    <title>Apache Commons Weaver Changes</title>
+    <title>Apache Commons Proxy Changes</title>
     <author email="mbenson@apache.org">Matt Benson</author>
   </properties>
   <body>
+    <release version="2.0" date="2014-04-10" description="Requires Java 1.6">
+      <action type="update" issue="PROXY-8">Improve Proxy Serialization</action>
+      <action type="update" issue="PROXY-10">Introducing interfaces for ProxyFactory</action>
+      <action type="fix" issue="PROXY-18">Invocation should return the proxy object, rather than the target, from #getProxy()</action>
+      <action type="update" issue="PROXY-21">Remove Cyclic Package Dependencies</action>
+      <action type="add" issue="PROXY-11">slf4j-like discovery of the Proxy implementation to use</action>
+      <action type="add" issue="PROXY-20">Implement A SwitchInterceptor</action>
+      <action type="add" issue="PROXY-22" due-to="Romain Manni-Bucau">Provide an ASM-based ProxyFactory implementation</action>
+      <action type="add" issue="PROXY-23">Create stubbing facilities along the lines of Mockito mocks</action>
+      <action type="remove" issue="PROXY-9">Remove logging interceptor</action>
+      <action type="remove" issue="PROXY-24">Remove remoting ObjectProviders</action>
+    </release>
     <release version="1.0" date="2014-03-16" description="Initial release" />
   </body>
 </document>

Modified: commons/proper/proxy/trunk/src/changes/release-notes.vm
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/src/changes/release-notes.vm?rev=1585525&r1=1584904&r2=1585525&view=diff
==============================================================================
--- commons/proper/proxy/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/proxy/trunk/src/changes/release-notes.vm Mon Apr  7 17:22:31 2014
@@ -15,10 +15,10 @@
 ## specific language governing permissions and limitations
 ## under the License.
 ##
-              Apache Commons Weaver ${version}
+              Apache Commons Proxy ${version}
                   RELEASE NOTES
 
-The Apache Commons team is pleased to announce the release of Apache Commons Weaver ${version}
+The Apache Commons team is pleased to announce the release of Apache Commons Proxy ${version}
 
 $introduction.replaceAll("(?<!\015)\012", "
 ").replaceAll("(?m)^ +","")