|
| 1.88.2.14 | modified | rsigal | /build.xml | JBREM-714: Modified versioning tests. |
| 1.9.2.2 | modified | rsigal | src/main/org/jboss/remoting/transport/rmi/RMIClientInvoker.java | JBREM-714: Added special handling for VersionedMarshaller. |
| 1.38.2.9 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java | JBREM-714: Added log messages to handleException(). |
| 1.29.2.21 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/ServerThread.java | JBREM-714: (1) Added special handling for VersionedMarshaller/VersionedUnMarshaller; (2) for version == 1, socket.check_connection defaults to true. |
| 1.16.2.27 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java | JBREM-714: (1) Added special handling for VersionedMarshaller/VersionedUnMarshaller; (2) for version == 1, socket.check_connection defaults to true. |
| 1.9.4.5 | modified | rsigal | src/main/org/jboss/remoting/transport/rmi/RemotingRMIClientSocketFactory.java | JBREM-714: Ignore configMaps if InvokerLocator is null (if server is older version). |
| 1.31.2.4 | modified | rsigal | src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.java | JBREM-714: Added special handling for VersionedMarshaller/VersionedUnMarshaller(). |
| 1.23.2.4 | modified | rsigal | src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java | JBREM-714: Added special handling for VersionedMarshaller. |
| 1.1.2.16 | modified | rsigal | src/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.java | JBREM-735: PingTimerTask.run() will retry to send ping maxRetries times. |
| 1.27.2.2 | modified | rsigal | src/main/org/jboss/remoting/transport/Connector.java | JBREM-747: init() will always pass MBeanServer reference to ServerInvoker, and stop() will unregister ServerInvoker MBean. |
| 1.11.4.2 | modified | rsigal | src/main/org/jboss/remoting/serialization/impl/jboss/JBossSerializationManager.java | JBREM-714: Added version parameter to receiveObject(), sendObject(). |
| 1.1.4.1 | modified | rsigal | src/main/org/jboss/remoting/serialization/impl/java/JavaEncryptionSerializationManager.java | JBREM-714: Added versioned versions of receiveObject(), sendObject(). |
| 1.8.4.3 | modified | rsigal | src/main/org/jboss/remoting/serialization/impl/java/JavaSerializationManager.java | JBREM-714: Added versioned versions of receiveObject(), sendObject(). |
| 1.8.4.1 | modified | rsigal | src/main/org/jboss/remoting/serialization/SerializationManager.java | JBREM-714: Added versioned versions of receiveObject(), sendObject(). |
| 1.6.10.1 | modified | rsigal | src/main/org/jboss/remoting/marshal/http/HTTPMarshaller.java | JBREM-714: Added version parameter to read()/write(). |
| 1.10.2.2 | modified | rsigal | src/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.java | JBREM-714: Added version parameter to read()/write(). |
| 1.1.4.2 | modified | rsigal | src/main/org/jboss/remoting/marshal/VersionedMarshaller.java | JBREM-714: Extended Marshaller/UnMarshaller with verioned read() and write(). |
| 1.1.4.2 | modified | rsigal | src/main/org/jboss/remoting/marshal/VersionedUnMarshaller.java | JBREM-714: Extended Marshaller/UnMarshaller with verioned read() and write(). |
| 1.6.4.1 | modified | rsigal | src/main/org/jboss/remoting/marshal/compress/CompressingMarshaller.java | JBREM-714: Added version parameter to read()/write(). |
| 1.6.4.1 | modified | rsigal | src/main/org/jboss/remoting/marshal/compress/CompressingUnMarshaller.java | JBREM-714: Added version parameter to read()/write(). |
| 1.1.4.1 | modified | rsigal | src/main/org/jboss/remoting/marshal/encryption/EncryptingMarshaller.java | JBREM-714: Added version parameter to read()/write(). |
| 1.1.4.1 | modified | rsigal | src/main/org/jboss/remoting/marshal/encryption/EncryptingUnMarshaller.java | JBREM-714: Added version parameter to read()/write(). |
| 1.11.10.4 | modified | rsigal | src/main/org/jboss/remoting/marshal/serializable/SerializableUnMarshaller.java | JBREM-714: Added version parameter to read()/write(). |
| 1.11.10.4 | modified | rsigal | src/main/org/jboss/remoting/marshal/serializable/SerializableMarshaller.java | JBREM-714: Added version parameter to read()/write(). |
| 1.4.4.2 | modified | rsigal | src/main/org/jboss/remoting/loading/ObjectInputStreamWithClassLoader.java | JBREM-739: Fix for java serialization leak. |