JBoss Remoting SVN: r5970 - remoting2/branches/2.2/src/etc/org/jboss/remoting/samples/chat.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2010-08-04 20:44:55 -0400 (Wed, 04 Aug 2010)
New Revision: 5970
Modified:
remoting2/branches/2.2/src/etc/org/jboss/remoting/samples/chat/chat.conf
Log:
JBREM-1241: Added svn:eol-style subversion property.
Modified: remoting2/branches/2.2/src/etc/org/jboss/remoting/samples/chat/chat.conf
===================================================================
(Binary files differ)
Property changes on: remoting2/branches/2.2/src/etc/org/jboss/remoting/samples/chat/chat.conf
___________________________________________________________________
Name: svn:mime-type
- application/octet-stream
+ text/plain
Name: svn:eol-style
+ native
14 years, 3 months
JBoss Remoting SVN: r5969 - in remoting2/branches/2.2/src/etc/lib: remoting_2_2_3_SP2 and 1 other directory.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2010-08-03 13:19:40 -0400 (Tue, 03 Aug 2010)
New Revision: 5969
Added:
remoting2/branches/2.2/src/etc/lib/remoting_2_2_3_SP2/
remoting2/branches/2.2/src/etc/lib/remoting_2_2_3_SP2/jboss-remoting.jar
Log:
JBREM-1239: Added jboss-remoting.jar for release 2.2.3.SP2.
Added: remoting2/branches/2.2/src/etc/lib/remoting_2_2_3_SP2/jboss-remoting.jar
===================================================================
(Binary files differ)
Property changes on: remoting2/branches/2.2/src/etc/lib/remoting_2_2_3_SP2/jboss-remoting.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
14 years, 3 months
JBoss Remoting SVN: r5968 - remoting2/branches/2.2/src/tests/org/jboss/test/remoting/lease.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2010-08-03 00:23:59 -0400 (Tue, 03 Aug 2010)
New Revision: 5968
Modified:
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/lease/LeaseCreationTimeoutTestCase.java
Log:
JBREM-1238: Added 10 seconds sleep after shutting down Connector.
Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/lease/LeaseCreationTimeoutTestCase.java
===================================================================
--- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/lease/LeaseCreationTimeoutTestCase.java 2010-08-03 00:03:42 UTC (rev 5967)
+++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/lease/LeaseCreationTimeoutTestCase.java 2010-08-03 04:23:59 UTC (rev 5968)
@@ -257,6 +257,7 @@
System.out.println("starting to write log");
String s = baos.toString();
System.out.println(s);
+ Thread.sleep(10000);
}
}
@@ -312,6 +313,7 @@
System.out.println("starting to write log");
String s = baos.toString();
System.out.println(s);
+ Thread.sleep(10000);
}
}
14 years, 3 months
JBoss Remoting SVN: r5967 - remoting2/branches/2.2/docs/guide/en.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2010-08-02 20:03:42 -0400 (Mon, 02 Aug 2010)
New Revision: 5967
Modified:
remoting2/branches/2.2/docs/guide/en/chap16.xml
Log:
JBREM-1240: Added 2.2.3.SP3 release notes.
Modified: remoting2/branches/2.2/docs/guide/en/chap16.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap16.xml 2010-08-02 23:55:20 UTC (rev 5966)
+++ remoting2/branches/2.2/docs/guide/en/chap16.xml 2010-08-03 00:03:42 UTC (rev 5967)
@@ -17,6 +17,30 @@
<para></para>
<para>==========================================================================================================</para>
+<para>Release Notes - JBoss Remoting - Version 2.2.3.SP3</para>
+
+<para>Bug</para>
+
+ <para>* [JBREM-1218] - ConnectionValidator.isValid should be volatile</para>
+ <para>* [JBREM-1225] - Eliminate extraneous "=" from reconstructed InvokerLocator</para>
+ <para>* [JBREM-1230] - Client hangs when hitting MaxPoolSize with idleTimeout</para>
+ <para>* [JBREM-1238] - Need invocation timeouts in synchronized blocks in MicroRemoteClientInvoker that create and terminate leases</para>
+
+<para>Quality Risk</para>
+
+ <para>* [JBREM-1235] - Avoid excessive calls to InetAddress.getLocalHost() [Clone of JBREM-1234]</para>
+
+<para>Release</para>
+
+ <para>* [JBREM-1240] - Release 2.2.3.SP3</para>
+
+<para>Task</para>
+
+ <para>* [JBREM-1219] - Update remoting guide for "generalizeSocketException"</para>
+ <para>* [JBREM-1229] - Display recreated InvokerLocator when bind address is 0.0.0.0</para>
+ <para>* [JBREM-1239] - Assure version compatibility with earlier versions of Remoting</para>
+
+<para>==========================================================================================================</para>
<para>Release Notes - JBoss Remoting - Version 2.2.3.SP2</para>
<para>Bug</para>
14 years, 3 months
JBoss Remoting SVN: r5966 - remoting2/branches/2.2/docs/guide/en.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2010-08-02 19:55:20 -0400 (Mon, 02 Aug 2010)
New Revision: 5966
Modified:
remoting2/branches/2.2/docs/guide/en/chap1.xml
Log:
JBREM-1240: Added note about release 2.2.3.SP3.
Modified: remoting2/branches/2.2/docs/guide/en/chap1.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap1.xml 2010-08-02 23:53:42 UTC (rev 5965)
+++ remoting2/branches/2.2/docs/guide/en/chap1.xml 2010-08-02 23:55:20 UTC (rev 5966)
@@ -182,6 +182,15 @@
<title>What's new?</title>
<section>
+ <title>In release 2.2.3.SP3</title>
+
+ <orderedlist>
+ <listitem><para>miscellaneous bug fixes.</para></listitem>
+ </orderedlist>
+
+ </section>
+
+ <section>
<title>In release 2.2.3.SP2</title>
<orderedlist>
14 years, 3 months
JBoss Remoting SVN: r5965 - remoting2/branches/2.2/docs/guide/en.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2010-08-02 19:53:42 -0400 (Mon, 02 Aug 2010)
New Revision: 5965
Modified:
remoting2/branches/2.2/docs/guide/en/master.xml
Log:
JBREM-1240: Updated version to 2.2.3.SP3.
Modified: remoting2/branches/2.2/docs/guide/en/master.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/master.xml 2010-08-02 23:51:01 UTC (rev 5964)
+++ remoting2/branches/2.2/docs/guide/en/master.xml 2010-08-02 23:53:42 UTC (rev 5965)
@@ -23,9 +23,9 @@
<bookinfo>
<title>JBoss Remoting Guide</title>
- <subtitle>JBoss Remoting version 2.2.3.SP2</subtitle>
+ <subtitle>JBoss Remoting version 2.2.3.SP3</subtitle>
- <releaseinfo>February 21, 2010</releaseinfo>
+ <releaseinfo>August 4, 2010</releaseinfo>
<mediaobject>
<imageobject>
14 years, 3 months
JBoss Remoting SVN: r5964 - remoting2/branches/2.2/docs.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2010-08-02 19:51:01 -0400 (Mon, 02 Aug 2010)
New Revision: 5964
Modified:
remoting2/branches/2.2/docs/README.txt
Log:
JBREM-1240: Added 2.2.3.SP3 release notes.
Modified: remoting2/branches/2.2/docs/README.txt
===================================================================
--- remoting2/branches/2.2/docs/README.txt 2010-08-02 23:49:43 UTC (rev 5963)
+++ remoting2/branches/2.2/docs/README.txt 2010-08-02 23:51:01 UTC (rev 5964)
@@ -25,7 +25,30 @@
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.3.SP3
+Bug
+
+ * [JBREM-1218] - ConnectionValidator.isValid should be volatile
+ * [JBREM-1225] - Eliminate extraneous "=" from reconstructed InvokerLocator
+ * [JBREM-1230] - Client hangs when hitting MaxPoolSize with idleTimeout
+ * [JBREM-1238] - Need invocation timeouts in synchronized blocks in MicroRemoteClientInvoker that create and terminate leases
+
+Quality Risk
+
+ * [JBREM-1235] - Avoid excessive calls to InetAddress.getLocalHost() [Clone of JBREM-1234]
+
+Release
+
+ * [JBREM-1240] - Upgrade to Remoting 2.2.3.SP3
+
+Task
+
+ * [JBREM-1219] - Update remoting guide for "generalizeSocketException"
+ * [JBREM-1229] - Display recreated InvokerLocator when bind address is 0.0.0.0
+ * [JBREM-1239] - Assure version compatibility with earlier versions of Remoting
+
==========================================================================================================
Release Notes - JBoss Remoting - Version 2.2.3.SP2
Bug
14 years, 3 months
JBoss Remoting SVN: r5963 - remoting2/branches/2.2.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2010-08-02 19:49:43 -0400 (Mon, 02 Aug 2010)
New Revision: 5963
Modified:
remoting2/branches/2.2/build.xml
Log:
JBREM-1240: Updated version to 2.2.3.SP3; also, fixed one-test to create ${output.tests.tmp}.
Modified: remoting2/branches/2.2/build.xml
===================================================================
--- remoting2/branches/2.2/build.xml 2010-08-02 23:48:03 UTC (rev 5962)
+++ remoting2/branches/2.2/build.xml 2010-08-02 23:49:43 UTC (rev 5963)
@@ -83,9 +83,9 @@
<!-- Module name(s) & version -->
<property name="module.name" value="remoting"/>
<property name="module.Name" value="JBoss Remoting"/>
- <property name="module.version" value="2.2.3.SP2"/>
+ <property name="module.version" value="2.2.3.SP3"/>
<!-- extension is for the file suffix to use for distribution build -->
- <property name="module.version.extension" value="2_2_3_SP2"/>
+ <property name="module.version.extension" value="2_2_3_SP3"/>
<property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
<property name="root.dir" value="${basedir}"/>
@@ -117,6 +117,7 @@
<property name="output.tests" value="${output.dir}/tests"/>
<property name="output.tests.classes" value="${output.tests}/classes"/>
<property name="output.tests.results" value="${output.tests}/results"/>
+ <property name="output.tests.tmp" value="${output.tests}/tmp"/>
<property name="output.tests.performance" value="${output.tests}/performance"/>
<property name="manifest.file" value="${output.etc.dir}/default.mf"/>
@@ -602,6 +603,8 @@
</target>
<target name="one-test" depends="tests.jars">
+ <mkdir dir="${output.tests.results}"/>
+ <mkdir dir="${output.tests.tmp}"/>
<junit
printsummary="true" fork="yes" includeantruntime="true"
tempdir="${output.tests.tmp}" maxmemory="1024m">
14 years, 3 months
JBoss Remoting SVN: r5962 - remoting2/branches/2.2/src/main/org/jboss/remoting.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2010-08-02 19:48:03 -0400 (Mon, 02 Aug 2010)
New Revision: 5962
Modified:
remoting2/branches/2.2/src/main/org/jboss/remoting/Version.java
Log:
JBREM-1240: Updated version to 2.2.3.SP3.
Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/Version.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/Version.java 2010-08-02 20:49:49 UTC (rev 5961)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/Version.java 2010-08-02 23:48:03 UTC (rev 5962)
@@ -36,7 +36,7 @@
public static final byte VERSION_2 = 2;
public static final byte VERSION_2_2 = 22;
- public static final String VERSION = "2.2.3.SP2";
+ public static final String VERSION = "2.2.3.SP3";
private static final byte byteVersion = VERSION_2_2;
private static byte defaultByteVersion = byteVersion;
private static boolean performVersioning = true;
14 years, 3 months
JBoss Remoting SVN: r5961 - remoting2/branches/2.2/src/main/org/jboss/remoting/util.
by jboss-remoting-commits@lists.jboss.org
Author: ron.sigal(a)jboss.com
Date: 2010-08-02 16:49:49 -0400 (Mon, 02 Aug 2010)
New Revision: 5961
Added:
remoting2/branches/2.2/src/main/org/jboss/remoting/util/LocalHostUtil.java
Log:
JBREM-1235: Provides a fast alternative to InetAddress.getLocalHost().
Added: remoting2/branches/2.2/src/main/org/jboss/remoting/util/LocalHostUtil.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/util/LocalHostUtil.java (rev 0)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/util/LocalHostUtil.java 2010-08-02 20:49:49 UTC (rev 5961)
@@ -0,0 +1,67 @@
+/*
+ * JBoss, Home of Professional Open Source
+ *
+ * Copyright 2010, Red Hat Middleware LLC, and individual contributors
+ * by the @author tags. See the COPYRIGHT.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
+package org.jboss.remoting.util;
+
+import java.net.InetAddress;
+import java.net.UnknownHostException;
+
+/**
+ * @author <a href="ron.sigal(a)jboss.com">Ron Sigal</a>
+ * @version $Revision: 1.1 $
+ * <p>
+ * Copyright Aug 2, 2010
+ */
+public class LocalHostUtil
+{
+ private static InetAddress LOCAL_HOST;
+
+ static
+ {
+ try
+ {
+ LOCAL_HOST = InetAddress.getLocalHost();
+ }
+ catch (UnknownHostException e)
+ {
+ throw new ExceptionInInitializerError(e);
+ }
+ }
+
+ public static InetAddress getLocalHost() throws UnknownHostException
+ {
+ if (LOCAL_HOST != null)
+ {
+ return LOCAL_HOST;
+ }
+
+ try
+ {
+ return LOCAL_HOST = InetAddress.getLocalHost();
+ }
+ catch (UnknownHostException e)
+ {
+ return InetAddress.getByName("127.0.0.1");
+ }
+ }
+}
14 years, 3 months