|
| 1.2.6.1 | modified | starksm | cluster/src/main/org/jboss/invocation/pooled/server/PooledInvokerHA.java | Update the ServerAddress ctor usage |
| 1.1.2.2 | modified | starksm | build/install/deploy/invokers-service.xml | Update the PooledInvoker default attributes |
| 1.10.2.4 | modified | starksm | server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java | Synch up with 3.2 by adding the custom socket factory attributes and externalize the connection attempt count. |
| 1.1.6.3 | modified | starksm | server/src/main/org/jboss/invocation/pooled/server/PooledInvokerMBean.java | Synch up with 3.2 by adding the custom socket factory attributes and externalize the connection attempt count. |
| 1.8.6.3 | modified | starksm | server/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.java | Trace the connection completion and failure |
| 1.8.6.2 | modified | starksm | server/src/main/org/jboss/invocation/pooled/interfaces/PooledInvokerProxy.java | Externalize the connection retry count and only retry on ConnectException |
| 1.117.2.12 | modified | starksm | server/src/etc/conf/default/jboss-service.xml | Update the PooledInvoker default attributes |
| 1.2.2.1 | modified | starksm | server/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.java | Update the license header |
| 1.2.2.1 | modified | starksm | server/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectOutputStream.java | Update the license header |
| 1.2.2.1 | modified | starksm | server/src/main/org/jboss/invocation/pooled/interfaces/PooledMarshalledInvocation.java | Update the license header |
| 1.2.2.1 | modified | starksm | server/src/main/org/jboss/invocation/pooled/interfaces/PooledMarshalledValue.java | Update the license header |
| 1.3.6.1 | modified | starksm | server/src/main/org/jboss/invocation/pooled/server/LRUPool.java | Update the license header |
| 1.6.6.2 | modified | starksm | server/src/main/org/jboss/invocation/pooled/server/ServerThread.java | Update the license header |
| 1.4.6.1 | modified | starksm | server/src/main/org/jboss/invocation/pooled/interfaces/ServerAddress.java | Add support for a javax.net.SocketFactory to use when connecting to the server. |
| 1.3.6.3 | modified | starksm | common/src/main/org/jboss/net/sockets/DefaultSocketFactory.java | Make this an extension of the standard jdk ServerSocketFactory |