summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-07-14 13:02:43 +0000
committerRobert Gemmell <robbie@apache.org>2011-07-14 13:02:43 +0000
commitfc9e0db0b5c67758b70d1445358f7cd7f610384e (patch)
tree80e219a7e333f71edf0d254f33167cce897a2810 /java
parented0c40f2f88ca052137543fa0770c2be5467787f (diff)
downloadqpid-python-fc9e0db0b5c67758b70d1445358f7cd7f610384e.tar.gz
QPID-2498: upgrade Mina to 1.1.7.
Applied patch by Keith Wall <keith.wall@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1146677 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/broker/etc/qpid-server.conf.jpp3
-rw-r--r--java/build.deps8
-rw-r--r--java/common/src/main/java/org/apache/qpid/thread/QpidThreadExecutor.java2
-rw-r--r--java/lib/backport-util-concurrent-2.2.jarbin326319 -> 0 bytes
-rwxr-xr-xjava/lib/mina-core-1.0.1.jarbin313338 -> 0 bytes
-rw-r--r--java/lib/mina-core-1.1.7.jarbin0 -> 315582 bytes
-rwxr-xr-xjava/lib/mina-filter-ssl-1.0.1.jarbin28950 -> 0 bytes
-rw-r--r--java/lib/mina-filter-ssl-1.1.7.jarbin0 -> 29188 bytes
-rw-r--r--java/lib/poms/backport-util-concurrent-2.2.xml22
-rw-r--r--java/lib/poms/mina-core-1.0.1.xml2
-rw-r--r--java/lib/poms/mina-filter-ssl-1.0.1.xml2
-rw-r--r--java/resources/NOTICE7
-rw-r--r--java/systests/src/main/java/org/apache/qpid/test/unit/ack/QuickAcking.java2
13 files changed, 8 insertions, 40 deletions
diff --git a/java/broker/etc/qpid-server.conf.jpp b/java/broker/etc/qpid-server.conf.jpp
index 3ed2431ef3..0378c82fd9 100644
--- a/java/broker/etc/qpid-server.conf.jpp
+++ b/java/broker/etc/qpid-server.conf.jpp
@@ -17,8 +17,7 @@
# under the License.
#
-QPID_LIBS=$(build-classpath backport-util-concurrent \
- commons-beanutils \
+QPID_LIBS=$(build-classpath commons-beanutils \
commons-beanutils-core \
commons-cli \
commons-codec \
diff --git a/java/build.deps b/java/build.deps
index 73c35940cb..cfbd122527 100644
--- a/java/build.deps
+++ b/java/build.deps
@@ -17,8 +17,6 @@
# under the License.
#
-backport-util-concurrent=lib/backport-util-concurrent-2.2.jar
-
commons-beanutils-core=lib/commons-beanutils-core-1.8.0.jar
commons-cli=lib/commons-cli-1.0.jar
commons-codec=lib/commons-codec-1.3.jar
@@ -36,8 +34,8 @@ junit=lib/junit-3.8.1.jar
log4j=lib/log4j-1.2.12.jar
-mina-core=lib/mina-core-1.0.1.jar
-mina-filter-ssl=lib/mina-filter-ssl-1.0.1.jar
+mina-core=lib/mina-core-1.1.7.jar
+mina-filter-ssl=lib/mina-filter-ssl-1.1.7.jar
slf4j-api=lib/slf4j-api-1.6.1.jar
slf4j-log4j=lib/slf4j-log4j12-1.6.1.jar
@@ -57,7 +55,7 @@ felix.libs=${osgi-core} ${felix-framework}
commons-configuration.libs = ${commons-beanutils-core} ${commons-digester} \
${commons-codec} ${commons-lang} ${commons-collections} ${commons-configuration}
-common.libs=${slf4j-api} ${backport-util-concurrent} ${mina-core} ${mina-filter-ssl}
+common.libs=${slf4j-api} ${mina-core} ${mina-filter-ssl}
client.libs=${geronimo-jms}
tools.libs=${commons-configuration.libs} ${log4j}
broker.libs=${commons-cli} ${commons-logging} ${log4j} ${slf4j-log4j} \
diff --git a/java/common/src/main/java/org/apache/qpid/thread/QpidThreadExecutor.java b/java/common/src/main/java/org/apache/qpid/thread/QpidThreadExecutor.java
index 38f60c04fe..30010a2d89 100644
--- a/java/common/src/main/java/org/apache/qpid/thread/QpidThreadExecutor.java
+++ b/java/common/src/main/java/org/apache/qpid/thread/QpidThreadExecutor.java
@@ -23,7 +23,7 @@ package org.apache.qpid.thread;
import org.apache.qpid.thread.Threading;
-import edu.emory.mathcs.backport.java.util.concurrent.Executor;
+import java.util.concurrent.Executor;
public class QpidThreadExecutor implements Executor
{
diff --git a/java/lib/backport-util-concurrent-2.2.jar b/java/lib/backport-util-concurrent-2.2.jar
deleted file mode 100644
index 20a16877bd..0000000000
--- a/java/lib/backport-util-concurrent-2.2.jar
+++ /dev/null
Binary files differ
diff --git a/java/lib/mina-core-1.0.1.jar b/java/lib/mina-core-1.0.1.jar
deleted file mode 100755
index f12067aa90..0000000000
--- a/java/lib/mina-core-1.0.1.jar
+++ /dev/null
Binary files differ
diff --git a/java/lib/mina-core-1.1.7.jar b/java/lib/mina-core-1.1.7.jar
new file mode 100644
index 0000000000..a5fc451cc7
--- /dev/null
+++ b/java/lib/mina-core-1.1.7.jar
Binary files differ
diff --git a/java/lib/mina-filter-ssl-1.0.1.jar b/java/lib/mina-filter-ssl-1.0.1.jar
deleted file mode 100755
index 53738e6498..0000000000
--- a/java/lib/mina-filter-ssl-1.0.1.jar
+++ /dev/null
Binary files differ
diff --git a/java/lib/mina-filter-ssl-1.1.7.jar b/java/lib/mina-filter-ssl-1.1.7.jar
new file mode 100644
index 0000000000..40bdc919e1
--- /dev/null
+++ b/java/lib/mina-filter-ssl-1.1.7.jar
Binary files differ
diff --git a/java/lib/poms/backport-util-concurrent-2.2.xml b/java/lib/poms/backport-util-concurrent-2.2.xml
deleted file mode 100644
index 6df4cfca40..0000000000
--- a/java/lib/poms/backport-util-concurrent-2.2.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<dep>
- <groupId>backport-util-concurrent</groupId>
- <artifactId>backport-util-concurrent</artifactId>
- <version>2.2</version>
-</dep>
diff --git a/java/lib/poms/mina-core-1.0.1.xml b/java/lib/poms/mina-core-1.0.1.xml
index 87fb96999f..eee6108082 100644
--- a/java/lib/poms/mina-core-1.0.1.xml
+++ b/java/lib/poms/mina-core-1.0.1.xml
@@ -18,5 +18,5 @@
<dep>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
- <version>1.0.1</version>
+ <version>1.1.7</version>
</dep>
diff --git a/java/lib/poms/mina-filter-ssl-1.0.1.xml b/java/lib/poms/mina-filter-ssl-1.0.1.xml
index ae41d7ed63..52daba7eed 100644
--- a/java/lib/poms/mina-filter-ssl-1.0.1.xml
+++ b/java/lib/poms/mina-filter-ssl-1.0.1.xml
@@ -18,5 +18,5 @@
<dep>
<groupId>org.apache.mina</groupId>
<artifactId>mina-filter-ssl</artifactId>
- <version>1.0.1</version>
+ <version>1.1.7</version>
</dep>
diff --git a/java/resources/NOTICE b/java/resources/NOTICE
index 607c1c1580..add7753a4b 100644
--- a/java/resources/NOTICE
+++ b/java/resources/NOTICE
@@ -10,13 +10,6 @@ available from
http://www.slf4j.org/
-Concurrency utlitity classes are provided by the backport-util-concurrent
-library package, which is open source software, written by
-Dawid Kurzyniec, and copyright by Distributed Computing Laboratory,
-Emory University. The original software is available from
-
- http://dcl.mathcs.emory.edu/util/backport-util-concurrent/
-
Data compression support is provided by the JZLib library package,
which is open source software, written by JCraft, and copyright
by JCraft. The original software is available from
diff --git a/java/systests/src/main/java/org/apache/qpid/test/unit/ack/QuickAcking.java b/java/systests/src/main/java/org/apache/qpid/test/unit/ack/QuickAcking.java
index 6c83136511..13c78c1e14 100644
--- a/java/systests/src/main/java/org/apache/qpid/test/unit/ack/QuickAcking.java
+++ b/java/systests/src/main/java/org/apache/qpid/test/unit/ack/QuickAcking.java
@@ -20,7 +20,7 @@
*/
package org.apache.qpid.test.unit.ack;
-import edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch;
+import java.util.concurrent.CountDownLatch;
import org.apache.qpid.client.AMQConnection;
import org.apache.qpid.jms.ConnectionListener;
import org.apache.qpid.test.utils.QpidBrokerTestCase;