[jboss-remoting-commits] JBoss Remoting SVN: r5231 - remoting2/branches/2.2/docs/guide/en.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri May 15 01:06:28 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-15 01:06:27 -0400 (Fri, 15 May 2009)
New Revision: 5231

Modified:
   remoting2/branches/2.2/docs/guide/en/chap1.xml
   remoting2/branches/2.2/docs/guide/en/chap16.xml
Log:
JBREM-1131: Added notes and release notes for Release 2.2.3.

Modified: remoting2/branches/2.2/docs/guide/en/chap1.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap1.xml	2009-05-15 04:45:42 UTC (rev 5230)
+++ remoting2/branches/2.2/docs/guide/en/chap1.xml	2009-05-15 05:06:27 UTC (rev 5231)
@@ -182,6 +182,18 @@
     <title>What's new?</title>
 
     <section>
+      <title>In release 2.2.3</title>
+      
+      <orderedlist>
+         <listitem><para>Introduction of "connection identity" concept;</para></listitem>
+         <listitem><para>upgrading of servlet transport;</para></listitem> 
+         <listitem><para>improved configuration flexibility;</para></listitem>
+         <listitem><para>miscellaneous bug fixes.</para></listitem> 
+      </orderedlist>
+      
+    </section>
+    
+    <section>
       <title>In release 2.2.2.SP11</title>
       
       <orderedlist>

Modified: remoting2/branches/2.2/docs/guide/en/chap16.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap16.xml	2009-05-15 04:45:42 UTC (rev 5230)
+++ remoting2/branches/2.2/docs/guide/en/chap16.xml	2009-05-15 05:06:27 UTC (rev 5231)
@@ -17,6 +17,47 @@
   <para></para>
 
 <para>==========================================================================================================</para>
+<para>Release Notes - JBoss Remoting - Version 2.2.3</para>
+
+<para>Bug</para>
+
+    <para>* [JBREM-1081] - Fix NPE in ServerInvokerCallbackHandler</para>
+    <para>* [JBREM-1088] - MicroSocketClientInvoker(InvokerLocator locator, Map configuration) ctor - not propagating exceptions (only message is wrapped)</para>
+    <para>* [JBREM-1099] - Make MulticastDetector detection message send buffer size configurable</para>
+    <para>* [JBREM-1109] - Eliminate race in MicroRemoteClientInvoker.getDataType()</para>
+    <para>* [JBREM-1111] - CLONE [JBREM-851] - In LeasePinger replace Timer if it has shut down</para>
+    <para>* [JBREM-1112] - Potential race between ConnectionValidator and ConnectionListener upon connection failure</para>
+    <para>* [JBREM-1119] - CLONE [JBREM-1113] - ServerInvokerCallbackHandlers leak when client doesn't shut down</para>
+    <para>* [JBREM-1121] - Client SocketFactory should be configurable by InvokerLocator</para>
+    <para>* [JBREM-1125] - Test for IllegalStateException when calling Timer.schedule()</para>
+    <para>* [JBREM-1127] - ClassCastExceptions arising from Unmarsharller/Classloader caching in MicroRemoteClientInvoker</para>
+    <para>* [JBREM-1129] - Eliminate nondeterminism in Lease updates</para>
+
+<para>Feature Request</para>
+
+    <para>* [JBREM-1082] - Allow ConnectionValidator to access InvokerLocator parameters</para>
+    <para>* [JBREM-1084] - Allow CallbackPoller to access Client and InvokerLocator parameters</para>
+    <para>* [JBREM-1100] - Link ServerInvokerServlet instances to Connectors via MBean names rather than locator URLs</para>
+    <para>* [JBREM-1102] - Make configuration map available to MarshalFactory</para>
+    <para>* [JBREM-1128] - Introduce connection identity concept</para>
+
+<para>Release</para>
+
+    <para>* [JBREM-1131] - Release 2.2.3</para>
+
+<para>Task</para>
+
+    <para>* [JBREM-139] - need automated test for servlet server invoker</para>
+    <para>* [JBREM-1078] - Remove reference to "numberOfRetries" parameter from Remoting Guide</para>
+    <para>* [JBREM-1079] - Port fixes to ServletServerInvoker from branch 2.x to branch 2.2</para>
+    <para>* [JBREM-1085] - Reduce log level of ServerSocketWrapper.close() log messages</para>
+    <para>* [JBREM-1103] - Correct javadoc for Client.invokeOneway()</para>
+    <para>* [JBREM-1104] - Identity.get() should create a more meaningful RuntimeException message</para>
+    <para>* [JBREM-1108] - Warn against making ConnectionValidator.validatorPingPeriod shorter than ConnectionValidator.validatorPingTimeout</para>
+    <para>* [JBREM-1110] - InvokerLocator.getParameters() should not return null</para>
+    <para>* [JBREM-1130] - Assure version compatibility with earlier versions of Remoting</para>
+
+<para>==========================================================================================================</para>
 <para>Release Notes - JBoss Remoting - Version 2.2.2.SP11</para>
 
 <para>Bug</para>




More information about the jboss-remoting-commits mailing list