You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/01/16 14:36:06 UTC

[1/4] qpid-jms git commit: QPIDJMS-220: remove some leftover unused imports

Repository: qpid-jms
Updated Branches:
  refs/heads/master 0aaf6d5e5 -> 647a2c4c9


QPIDJMS-220: remove some leftover unused imports


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/875f2553
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/875f2553
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/875f2553

Branch: refs/heads/master
Commit: 875f25538b7617a164e8ffbc8e880e33f4d9e8ae
Parents: 0aaf6d5
Author: Robert Gemmell <ro...@apache.org>
Authored: Mon Jan 16 11:57:11 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Mon Jan 16 11:57:11 2017 +0000

----------------------------------------------------------------------
 .../test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/875f2553/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
index 0176c2d..f751beb 100644
--- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
+++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/TestAmqpPeer.java
@@ -19,7 +19,6 @@
 package org.apache.qpid.jms.test.testpeer;
 
 import static org.apache.qpid.jms.provider.amqp.AmqpSupport.DYNAMIC_NODE_LIFETIME_POLICY;
-import static org.apache.qpid.jms.provider.amqp.AmqpSupport.SHARED_SUBS;
 import static org.apache.qpid.jms.provider.amqp.AmqpSupport.SHARED;
 import static org.apache.qpid.jms.provider.amqp.AmqpSupport.GLOBAL;
 import static org.hamcrest.MatcherAssert.assertThat;
@@ -31,7 +30,6 @@ import static org.hamcrest.Matchers.lessThan;
 import static org.hamcrest.Matchers.notNullValue;
 import static org.hamcrest.Matchers.nullValue;
 
-import java.beans.DesignMode;
 import java.io.IOException;
 import java.net.Socket;
 import java.util.ArrayList;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[4/4] qpid-jms git commit: QPIDJMS-252: update to the current v18 apache parent pom

Posted by ro...@apache.org.
QPIDJMS-252: update to the current v18 apache parent pom


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/647a2c4c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/647a2c4c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/647a2c4c

Branch: refs/heads/master
Commit: 647a2c4c9a98ccd67e679bd178289e89258f6f1d
Parents: 686296a
Author: Robert Gemmell <ro...@apache.org>
Authored: Mon Jan 16 14:02:32 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Mon Jan 16 14:02:32 2017 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/647a2c4c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 014f55e..39a3e91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>17</version>
+    <version>18</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[3/4] qpid-jms git commit: QPIDJMS-248: use the standard compiler source/target properties instead of defining our own

Posted by ro...@apache.org.
QPIDJMS-248: use the standard compiler source/target properties instead of defining our own


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/686296a0
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/686296a0
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/686296a0

Branch: refs/heads/master
Commit: 686296a0836d1500782e2b42c8083b1402f49a25
Parents: 3d80bd6
Author: Robert Gemmell <ro...@apache.org>
Authored: Mon Jan 16 12:17:30 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Mon Jan 16 12:17:30 2017 +0000

----------------------------------------------------------------------
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/686296a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 233dc76..014f55e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,8 +39,8 @@
   </prerequisites>
 
   <properties>
-    <source-version>1.8</source-version>
-    <target-version>1.8</target-version>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
 
     <!-- Dependency Versions for this Project -->
     <proton-version>0.16.0</proton-version>
@@ -245,8 +245,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>${source-version}</source>
-          <target>${target-version}</target>
           <optimize>true</optimize>
           <debug>true</debug>
           <showDeprecation>true</showDeprecation>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[2/4] qpid-jms git commit: QPIDJMS-207: update bin archive NOTICE to account for spec jar change, update name/years

Posted by ro...@apache.org.
QPIDJMS-207: update bin archive NOTICE to account for spec jar change, update name/years


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/3d80bd67
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/3d80bd67
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/3d80bd67

Branch: refs/heads/master
Commit: 3d80bd67150e45df14aefcdad8a8ac70b9ff9a35
Parents: 875f255
Author: Robert Gemmell <ro...@apache.org>
Authored: Mon Jan 16 12:03:54 2017 +0000
Committer: Robert Gemmell <ro...@apache.org>
Committed: Mon Jan 16 12:03:54 2017 +0000

----------------------------------------------------------------------
 NOTICE                                   | 4 ++--
 apache-qpid-jms/src/main/assembly/NOTICE | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/3d80bd67/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index d368d9b..94ab84d 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
-Qpid JMS
-Copyright 2013-2016 The Apache Software Foundation
+Apache Qpid JMS
+Copyright 2013-2017 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/3d80bd67/apache-qpid-jms/src/main/assembly/NOTICE
----------------------------------------------------------------------
diff --git a/apache-qpid-jms/src/main/assembly/NOTICE b/apache-qpid-jms/src/main/assembly/NOTICE
index 3c7994b..02431fd 100644
--- a/apache-qpid-jms/src/main/assembly/NOTICE
+++ b/apache-qpid-jms/src/main/assembly/NOTICE
@@ -1,10 +1,10 @@
-Qpid JMS
-Copyright 2013-2016 The Apache Software Foundation
+Apache Qpid JMS
+Copyright 2013-2017 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
 ###############################################
 
-Apache Geronimo JMS 1.1 Spec
-Copyright 2003-2008 The Apache Software Foundation
+Apache Geronimo JMS Spec 2.0
+Copyright 2003-2015 The Apache Software Foundation


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org