JBoss Remoting SVN: r3555 - remoting2/tags.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2008-03-01 11:03:35 -0500 (Sat, 01 Mar 2008)
New Revision: 3555
Added:
remoting2/tags/2.4.0-Beta2/
Log:
Copied: remoting2/tags/2.4.0-Beta2 (from rev 3554, remoting2/branches/2.x)
16 years, 9 months
JBoss Remoting SVN: r3554 - remoting2/tags.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2008-03-01 11:03:07 -0500 (Sat, 01 Mar 2008)
New Revision: 3554
Removed:
remoting2/tags/2.4.0-Beta2/
Log:
16 years, 9 months
JBoss Remoting SVN: r3553 - remoting2/branches/2.x.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2008-03-01 11:02:46 -0500 (Sat, 01 Mar 2008)
New Revision: 3553
Modified:
remoting2/branches/2.x/build.xml
Log:
JBREM-922: Updated version.
Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml 2008-03-01 16:00:14 UTC (rev 3552)
+++ remoting2/branches/2.x/build.xml 2008-03-01 16:02:46 UTC (rev 3553)
@@ -212,9 +212,9 @@
<!-- Module name(s) & version -->
<property name="module.name" value="remoting"/>
<property name="module.Name" value="JBoss Remoting"/>
- <property name="module.version" value="2.4.0.Beta1"/>
+ <property name="module.version" value="2.4.0.Beta2"/>
<!-- extension is for the file suffix to use for dtribution build -->
- <property name="module.version.extension" value="2_4_0_Beta1"/>
+ <property name="module.version.extension" value="2_4_0_Beta2"/>
<property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
<property name="root.dir" value="${basedir}"/>
16 years, 9 months
JBoss Remoting SVN: r3552 - remoting2/tags.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2008-03-01 11:00:14 -0500 (Sat, 01 Mar 2008)
New Revision: 3552
Added:
remoting2/tags/2.4.0-Beta2/
Log:
Copied: remoting2/tags/2.4.0-Beta2 (from rev 3551, remoting2/branches/2.x)
16 years, 9 months
JBoss Remoting SVN: r3551 - remoting2/branches/2.x.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2008-03-01 10:58:49 -0500 (Sat, 01 Mar 2008)
New Revision: 3551
Modified:
remoting2/branches/2.x/build.xml
Log:
JBREM-876: Turned non http tests back on.
Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml 2008-03-01 07:25:14 UTC (rev 3550)
+++ remoting2/branches/2.x/build.xml 2008-03-01 15:58:49 UTC (rev 3551)
@@ -758,9 +758,9 @@
</target>
<target name="tests.functional.core" depends="configure">
- <!--antcall target="tests.functional.serialization.java.core" inheritrefs="true"/-->
+ <antcall target="tests.functional.serialization.java.core" inheritrefs="true"/>
<antcall target="tests.functional.serialization.java.http.core" inheritrefs="true"/>
- <!--antcall target="tests.functional.serialization.jboss.core" inheritrefs="true"/-->
+ <antcall target="tests.functional.serialization.jboss.core" inheritrefs="true"/>
<antcall target="tests.functional.serialization.jboss.http.core" inheritrefs="true"/>
</target>
16 years, 9 months
JBoss Remoting SVN: r3550 - remoting2/branches/2.x.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2008-03-01 02:25:14 -0500 (Sat, 01 Mar 2008)
New Revision: 3550
Modified:
remoting2/branches/2.x/build.xml
Log:
JBREM-876: (1) Turned on http jbossweb tests; (2) temporarily turned off all other tests.
Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml 2008-03-01 07:15:39 UTC (rev 3549)
+++ remoting2/branches/2.x/build.xml 2008-03-01 07:25:14 UTC (rev 3550)
@@ -758,9 +758,9 @@
</target>
<target name="tests.functional.core" depends="configure">
- <antcall target="tests.functional.serialization.java.core" inheritrefs="true"/>
+ <!--antcall target="tests.functional.serialization.java.core" inheritrefs="true"/-->
<antcall target="tests.functional.serialization.java.http.core" inheritrefs="true"/>
- <antcall target="tests.functional.serialization.jboss.core" inheritrefs="true"/>
+ <!--antcall target="tests.functional.serialization.jboss.core" inheritrefs="true"/-->
<antcall target="tests.functional.serialization.jboss.http.core" inheritrefs="true"/>
</target>
@@ -875,18 +875,18 @@
</target>
<target name="tests.functional.serialization.java.http.core">
- <!--antcall target="tests.functional.http.jbossweb.core">
+ <antcall target="tests.functional.http.jbossweb.core">
<param name="serialization" value="java"/>
- </antcall-->
+ </antcall>
<antcall target="tests.functional.http.tomcat.core">
<param name="serialization" value="java"/>
</antcall>
</target>
<target name="tests.functional.serialization.jboss.http.core" if="isJDK5">
- <!--antcall target="tests.functional.http.jbossweb.core">
+ <antcall target="tests.functional.http.jbossweb.core">
<param name="serialization" value="jboss"/>
- </antcall-->
+ </antcall>
<antcall target="tests.functional.http.tomcat.core">
<param name="serialization" value="jboss"/>
</antcall>
16 years, 9 months
JBoss Remoting SVN: r3549 - remoting2/branches/2.x/docs.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2008-03-01 02:15:39 -0500 (Sat, 01 Mar 2008)
New Revision: 3549
Modified:
remoting2/branches/2.x/docs/README.txt
Log:
JBREM-922: Added 2.4.0.Beta2 release notes.
Modified: remoting2/branches/2.x/docs/README.txt
===================================================================
--- remoting2/branches/2.x/docs/README.txt 2008-03-01 07:03:17 UTC (rev 3548)
+++ remoting2/branches/2.x/docs/README.txt 2008-03-01 07:15:39 UTC (rev 3549)
@@ -31,6 +31,37 @@
==========================================================================================================
+Release Notes - JBoss Remoting - Version 2.4.0.Beta2 (Pinto)
+
+Bug
+
+ * [JBREM-739] - Fix java serialization leak.
+ * [JBREM-864] - CLONE -ServerInvoker#getMBeanObjectName() returns invalid ObjectName if host value is IPv6 [JBREM-823]
+ * [JBREM-877] - New Socket Connection is being Created for Every Client Request to the Server
+ * [JBREM-900] - ClassCastExceptions when two apps in jboss make concurrent calls to a remote jboss
+ * [JBREM-909] - Connector.stop() cannot find invoker MBean when bind address is 0.0.0.0
+ * [JBREM-911] - Check out thread leak
+
+Feature Request
+
+ * [JBREM-703] - allow for total configuration of socket via socket invoker
+ * [JBREM-865] - CLONE -Verify IPv6 addresses are handled correctly [JBREM-852]
+
+Release
+
+ * [JBREM-922] - Release 2.4.0.Beta2
+
+Task
+
+ * [JBREM-510] - SSLSocketBuilder should require a SocketFactory in server mode to have a keystore.
+ * [JBREM-518] - Remove HTTPServerInvoker
+ * [JBREM-521] - Organize configuration of client side socket/server socket factories and server side socket/server socket factories.
+ * [JBREM-522] - When Client.addListener() creates a callback Connector for an SSL transport, the SSLServerSocket should be put in client mode.
+ * [JBREM-753] - Assure version compatibility with earlier versions of Remoting
+ * [JBREM-809] - Verify that the behavior of the HTTPUnMarshaller re stripping CR and LF characters is correct
+ * [JBREM-842] - Deprecate multiplex transport
+
+==========================================================================================================
Release Notes - JBoss Remoting - Version 2.4.0.Beta1 (Pinto)
** Bug
16 years, 9 months
JBoss Remoting SVN: r3548 - remoting2/branches/2.x/src/main/org/jboss/remoting.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2008-03-01 02:03:17 -0500 (Sat, 01 Mar 2008)
New Revision: 3548
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
Log:
JBREM-922: Updated version.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java 2008-03-01 03:42:06 UTC (rev 3547)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Version.java 2008-03-01 07:03:17 UTC (rev 3548)
@@ -32,7 +32,7 @@
public static final byte VERSION_2 = 2;
public static final byte VERSION_2_2 = 22;
- public static final String VERSION = "2.4.0.Beta1 (Pinto)";
+ public static final String VERSION = "2.4.0.Beta2 (Pinto)";
private static final byte byteVersion = VERSION_2_2;
private static byte defaultByteVersion = byteVersion;
private static boolean performVersioning = true;
16 years, 9 months
JBoss Remoting SVN: r3547 - remoting2/branches/2.x/src/main/org/jboss/remoting.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2008-02-29 22:42:06 -0500 (Fri, 29 Feb 2008)
New Revision: 3547
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/ServerConfiguration.java
Log:
JBREM-63: Added default constructor.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/ServerConfiguration.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/ServerConfiguration.java 2008-02-29 21:35:37 UTC (rev 3546)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/ServerConfiguration.java 2008-03-01 03:42:06 UTC (rev 3547)
@@ -79,6 +79,10 @@
this.transport = transport;
}
+ public ServerConfiguration()
+ {
+ }
+
public Map getInvocationHandlers()
{
return invocationHandlers;
16 years, 9 months