[jboss-cvs] JBossRemoting/docs ...

Ron Sigal ron_sigal at yahoo.com
Thu Sep 13 15:03:34 EDT 2007


  User: rsigal  
  Date: 07/09/13 15:03:34

  Modified:    docs     Tag: remoting_2_2_0_GA README.txt
  Log:
  JBREM-803:  Added release notes for 2.2.2.GA and 2.2.2.SP1.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.4.1.2.3 +64 -1     JBossRemoting/docs/README.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README.txt
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/README.txt,v
  retrieving revision 1.11.4.1.2.2
  retrieving revision 1.11.4.1.2.3
  diff -u -b -r1.11.4.1.2.2 -r1.11.4.1.2.3
  --- README.txt	9 May 2007 09:50:33 -0000	1.11.4.1.2.2
  +++ README.txt	13 Sep 2007 19:03:34 -0000	1.11.4.1.2.3
  @@ -26,13 +26,76 @@
   Current issues can be found within the JBoss Remoting project on Jira (http://jira.jboss.com).  If you find a bug or issue that is not already
   in Jira, please create one.
   
  +==========================================================================================================
  +Release Notes - JBoss Remoting - Version 2.2.2.SP1
   
  +** Bug
  +    * [JBREM-653] - allow user to set content-type for http responses
  +    * [JBREM-750] - Logger in HTTPClientInvoker should be static.
  +
  +** Release
  +    * [JBREM-803] - Release 2.2.2.SP1
  +
  +** Task
  +    * [JBREM-805] - Verify Remoting 2.2.2.SP1 is compatible with earlier versions
  +==========================================================================================================
  +Release Notes - JBoss Remoting - Version 2.2.2.GA
  +
  +** Bug
  +    * [JBREM-731] - Address of secondary server socket should be acquired each time a control connection is created.
  +    * [JBREM-743] - For polling callback handler, org.jboss.remoting.Client.addListener() should create only one CallbackPoller per InvokerCallbackHandler
  +    * [JBREM-747] - org.jboss.remoting.transport.Connector should unregister server invoker from MBeanServer
  +    * [JBREM-754] - Reset timeout on each use of HttpURLConnection
  +    * [JBREM-761] - NPE in BisocketServerInvoker$ControlConnectionThread
  +    * [JBREM-766] - Guard against "spurious wakeup" from Thread.sleep()
  +    * [JBREM-771] - MicroSocketClientInvoker can experience socket leaks
  +    * [JBREM-774] - BisocketClientInvoker.replaceControlSocket() and handleDisconnect() should close control socket
  +    * [JBREM-775] - MicroSocketClientInvoker.initPool() should omit pool from log message
  +    * [JBREM-778] - BisocketServerInvoker.start() creates a new static Timer each time
  +    * [JBREM-779] - BisocketClientInvoker should guard agains scheduling on an expired Timer, part 2
  +    * [JBREM-784] - Use separate maps for control sockets and ordinary sockets in BisocketClientInvoker
  +    * [JBREM-785] - BisocketClientInvoker.transport() inadvertently uses listenerId member variable
  +    * [JBREM-787] - Move network i/o in BisocketClientInvoker constructor to handleConnect()
  +    * [JBREM-788] - Access to BisocketClientInvoker static maps should be synchronized in handleDisconnect()
  +    * [JBREM-790] - NPE in BisocketClientInvoker$PingTimerTask
  +    * [JBREM-793] - Lease should synchronize access to client map
  +    * [JBREM-794] - LeasePinger.addClient() should not create a new LeaseTimerTask if none currently exists
  +
  +
  +** Feature Request
  +    * [JBREM-749] - BisocketServerInvoker: Make configurable the address and port of secondary server socket
  +    * [JBREM-755] - Make ConnectorValidator parameters configurable
  +    * [JBREM-756] - CallbackPoller should shut down if too many errors occur.
  +    * [JBREM-757] - Implement quick Client.removeListener() for polled callbacks.
  +    * [JBREM-765] - Add a separate timeout parameter for callback clients
  +
  +** Patch
  +    * [JBREM-781] - Socket transport needs to provide to the client local address of a TCP/IP connection, as seen from the server
  +
  +
  +** Release
  +    * [JBREM-789] - Release 2.2.2.GA
  +
  +
  +** Task
  +    * [JBREM-641] - re-implement the callback polling for http transport to reduce latency
  +    * [JBREM-767] - Avoid deadlock in callback BisocketClientInvoker when timeout == 0
  +    * [JBREM-782] - Remove network i/o from synch block in ServerInvokerCallbackHandler.getCallbackHandler()
  +    * [JBREM-783] - Remove network i/o from synch blocks that establish and terminate LeasePingers
  +    * [JBREM-796] - Verify Remoting 2.2.2 is compatible with earlier versions
  +
  +==========================================================================================================
  +Release Notes - JBoss Remoting - Version 2.2.1.GA
  +
  +** Bug
  +    * [JBREM-751] - Eliminate unnecessary "Unable to process control connection:" message from BisocketServerInvoker
  +
  +==========================================================================================================    
   Release Notes - JBoss Remoting - Version 2.2.0.SP4
   
   ** Task
       * [JBREM-714] - Make sure 2.2.0 and 2.0.0 are compatible binary releases
       
  -
   Release Notes - JBoss Remoting - Version 2.2.0.SP3
   
   ** Task
  
  
  



More information about the jboss-cvs-commits mailing list