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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue May 19 17:09:59 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-19 17:09:58 -0400 (Tue, 19 May 2009)
New Revision: 5283

Modified:
   remoting2/branches/2.2/docs/README.txt
Log:
JBREM-1131: Added 2.2.2 release notes.

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




More information about the jboss-remoting-commits mailing list