[qpid-jms] 03/03: QPIDJMS-576: update to apache parent pom 27

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 3ba4cbe828e74aa4008563efe094b7518eecc01d
Author: Robbie Gemmell 
AuthorDate: Mon Aug 29 18:01:18 2022 +0100

QPIDJMS-576: update to apache parent pom 27
---
 pom.xml | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index ccf2722f..740e3365 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,15 +59,15 @@
 2.10
 2.5
 5.1.2
-3.0.0-M3
 3.0.2
 0.8.6
-2.22.2
 
 11
 11
 11
 
+
2022-08-29T15:38:01Z
+
 
 
true
 filesystem
@@ -296,11 +296,6 @@
 true
   
 
-
-  org.apache.maven.plugins
-  maven-enforcer-plugin
-  ${maven-enforcer-plugin-version}
-
 
   org.apache.felix
   maven-bundle-plugin


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



[qpid-proton-j] branch main updated: NO-JIRA: remove unnecessary .gitattributes leftover from before proton-j moved to its own repo

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


The following commit(s) were added to refs/heads/main by this push:
 new 5498fefb NO-JIRA: remove unnecessary .gitattributes leftover from 
before proton-j moved to its own repo
5498fefb is described below

commit 5498fefbcacfbfaf305804d65dfb236a0e2cde16
Author: Robbie Gemmell 
AuthorDate: Mon Aug 29 16:56:27 2022 +0100

NO-JIRA: remove unnecessary .gitattributes leftover from before proton-j 
moved to its own repo
---
 .gitattributes | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 05088657..
--- a/.gitattributes
+++ /dev/null
@@ -1,2 +0,0 @@
-.gitattributes export-ignore  
-.gitignore export-ignore


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



[qpid-proton-j] branch main updated: PROTON-2596: update to apache parent pom 27

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


The following commit(s) were added to refs/heads/main by this push:
 new ca11a37c PROTON-2596: update to apache parent pom 27
ca11a37c is described below

commit ca11a37cace44da184f247554fc6932310abd6c6
Author: Robbie Gemmell 
AuthorDate: Mon Aug 29 16:30:55 2022 +0100

PROTON-2596: update to apache parent pom 27
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80792afb..f1eaeb44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache
 apache
-23
+27
   
   4.0.0
 
@@ -41,7 +41,6 @@
 
 5.1.2
 0.8.8
-2.22.2
 
 
 1.8
@@ -49,6 +48,8 @@
 
 
 -Xmx2g -enableassertions ${jacoco-config}
+
+
2022-08-29T15:29:01Z
   
 
   


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



[qpid-proton-j] 02/05: PROTON-2595: update to bcpkix-jdk15on 1.70

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit 1fd71394d8330356701315465d8d25456e0c3f4f
Author: Robbie Gemmell 
AuthorDate: Mon Aug 29 11:20:08 2022 +0100

PROTON-2595: update to bcpkix-jdk15on 1.70
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f0ff2729..d7641bff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 4.13.2
 4.7.0
 2.7.2
-1.69
+1.70
 
 
 5.1.2


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



[qpid-proton-j] 04/05: NO-JIRA: add workflow_dispatch trigger to GHA job

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit 70f8c9d3b9aaec4cc230b01a2101c29e5dcbf4ed
Author: Robbie Gemmell 
AuthorDate: Mon Aug 29 12:50:39 2022 +0100

NO-JIRA: add workflow_dispatch trigger to GHA job
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 65e01f68..cb7448df 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,6 @@
 name: "Build"
 
-on: [push, pull_request]
+on: [push, pull_request, workflow_dispatch]
 
 jobs:
   build:


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



[qpid-proton-j] 01/05: PROTON-2595: update to mockito 4.7.0

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit 48e41200bd6b1d2e820149f56a406014011bf90a
Author: Robbie Gemmell 
AuthorDate: Mon Aug 29 11:19:31 2022 +0100

PROTON-2595: update to mockito 4.7.0
---
 pom.xml|  2 +-
 .../impl/ssl/SslHandshakeSniffingTransportWrapperTest.java | 14 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 89e255f8..f0ff2729 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   
 
 4.13.2
-3.11.2
+4.7.0
 2.7.2
 1.69
 
diff --git 
a/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SslHandshakeSniffingTransportWrapperTest.java
 
b/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SslHandshakeSniffingTransportWrapperTest.java
index 3a148376..4c544be0 100644
--- 
a/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SslHandshakeSniffingTransportWrapperTest.java
+++ 
b/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SslHandshakeSniffingTransportWrapperTest.java
@@ -24,7 +24,7 @@ import static 
org.apache.qpid.proton.engine.impl.TransportTestHelper.assertByteB
 import static org.junit.Assert.assertEquals;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.verify;
-import static org.mockito.Mockito.verifyZeroInteractions;
+import static org.mockito.Mockito.verifyNoInteractions;
 import static org.mockito.Mockito.when;
 
 import java.nio.ByteBuffer;
@@ -97,7 +97,7 @@ public class SslHandshakeSniffingTransportWrapperTest
 _sniffingWrapper.pop(consumed);
 verify(transportThatShouldBeUsed).pop(consumed);
 
-verifyZeroInteractionsWithOtherTransport(transportThatShouldBeUsed);
+verifyNoInteractionsWithOtherTransport(transportThatShouldBeUsed);
 }
 
 @Test
@@ -115,7 +115,7 @@ public class SslHandshakeSniffingTransportWrapperTest
 }
 finally
 {
-verifyZeroInteractions(_secureTransportWrapper, 
_plainTransportWrapper);
+verifyNoInteractions(_secureTransportWrapper, 
_plainTransportWrapper);
 }
 }
 
@@ -124,7 +124,7 @@ public class SslHandshakeSniffingTransportWrapperTest
 {
 assertEquals("Cipher name should be null", null, 
_sniffingWrapper.getCipherName());
 assertEquals("Protocol name should be null", null, 
_sniffingWrapper.getProtocolName());
-verifyZeroInteractions(_secureTransportWrapper, 
_plainTransportWrapper);
+verifyNoInteractions(_secureTransportWrapper, _plainTransportWrapper);
 }
 
 @Test
@@ -161,10 +161,10 @@ public class SslHandshakeSniffingTransportWrapperTest
 assertEquals(expectedCipherName, _sniffingWrapper.getCipherName());
 assertEquals(expectedProtocolName, _sniffingWrapper.getProtocolName());
 
-verifyZeroInteractionsWithOtherTransport(transportThatShouldBeUsed);
+verifyNoInteractionsWithOtherTransport(transportThatShouldBeUsed);
 }
 
-private void verifyZeroInteractionsWithOtherTransport(TransportWrapper 
transportThatShouldBeUsed)
+private void verifyNoInteractionsWithOtherTransport(TransportWrapper 
transportThatShouldBeUsed)
 {
 final TransportWrapper transportThatShouldNotBeUsed;
 if(transportThatShouldBeUsed == _plainTransportWrapper)
@@ -176,7 +176,7 @@ public class SslHandshakeSniffingTransportWrapperTest
 transportThatShouldNotBeUsed = _plainTransportWrapper;
 }
 
-verifyZeroInteractions(transportThatShouldNotBeUsed);
+verifyNoInteractions(transportThatShouldNotBeUsed);
 }
 
 }


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



[qpid-proton-j] branch main updated (cccec367 -> ce4ba865)

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


from cccec367 NO-JIRA: update GHA env target, existing one is now headed 
for removal
 new 48e41200 PROTON-2595: update to mockito 4.7.0
 new 1fd71394 PROTON-2595: update to bcpkix-jdk15on 1.70
 new 36ebaa0c PROTON-2595: fixup various uses of deprecated APIs in tests 
from previous dep updates
 new 70f8c9d3 NO-JIRA: add workflow_dispatch trigger to GHA job
 new ce4ba865 PROTON-2595: update jacoco to 0.8.8

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/build.yml|  2 +-
 pom.xml|  6 ++---
 .../proton/amqp/transport/ErrorConditionTest.java  |  2 +-
 .../proton/engine/impl/SaslFrameParserTest.java| 11 +++--
 .../qpid/proton/engine/impl/TransportImplTest.java | 23 ++
 .../impl/ssl/SimpleSslTransportWrapperTest.java|  5 
 .../SslHandshakeSniffingTransportWrapperTest.java  | 28 +++---
 7 files changed, 41 insertions(+), 36 deletions(-)


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



[qpid-proton-j] 05/05: PROTON-2595: update jacoco to 0.8.8

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit ce4ba8653591bb218633b1f10815bc396f5a8bfd
Author: Robbie Gemmell 
AuthorDate: Mon Aug 29 13:00:24 2022 +0100

PROTON-2595: update jacoco to 0.8.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d7641bff..80792afb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
 
 
 5.1.2
-0.8.7
+0.8.8
 2.22.2
 
 


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



[qpid-proton-j] 03/05: PROTON-2595: fixup various uses of deprecated APIs in tests from previous dep updates

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit 36ebaa0cc0318d027e5bea54e25f96bab9678fe0
Author: Robbie Gemmell 
AuthorDate: Mon Aug 29 12:42:29 2022 +0100

PROTON-2595: fixup various uses of deprecated APIs in tests from previous 
dep updates
---
 .../proton/amqp/transport/ErrorConditionTest.java  |  2 +-
 .../proton/engine/impl/SaslFrameParserTest.java| 11 +--
 .../qpid/proton/engine/impl/TransportImplTest.java | 23 --
 .../impl/ssl/SimpleSslTransportWrapperTest.java|  5 -
 .../SslHandshakeSniffingTransportWrapperTest.java  | 14 ++---
 5 files changed, 30 insertions(+), 25 deletions(-)

diff --git 
a/proton-j/src/test/java/org/apache/qpid/proton/amqp/transport/ErrorConditionTest.java
 
b/proton-j/src/test/java/org/apache/qpid/proton/amqp/transport/ErrorConditionTest.java
index 8ebb8cbb..2f8d298e 100644
--- 
a/proton-j/src/test/java/org/apache/qpid/proton/amqp/transport/ErrorConditionTest.java
+++ 
b/proton-j/src/test/java/org/apache/qpid/proton/amqp/transport/ErrorConditionTest.java
@@ -21,8 +21,8 @@ package org.apache.qpid.proton.amqp.transport;
 
 import static org.hamcrest.CoreMatchers.is;
 import static org.hamcrest.CoreMatchers.not;
+import static org.hamcrest.MatcherAssert.assertThat;
 import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertThat;
 
 import java.util.Collections;
 
diff --git 
a/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/SaslFrameParserTest.java
 
b/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/SaslFrameParserTest.java
index 8e8a4dcc..c2bba560 100644
--- 
a/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/SaslFrameParserTest.java
+++ 
b/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/SaslFrameParserTest.java
@@ -18,9 +18,16 @@
  */
 package org.apache.qpid.proton.engine.impl;
 
-import static org.mockito.Mockito.*;
-import static org.junit.Assert.*;
 import static org.hamcrest.CoreMatchers.containsString;
+import static org.hamcrest.MatcherAssert.assertThat;
+import static org.junit.Assert.fail;
+import static org.mockito.ArgumentMatchers.any;
+import static org.mockito.ArgumentMatchers.isA;
+import static org.mockito.ArgumentMatchers.isNull;
+import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.never;
+import static org.mockito.Mockito.verify;
+import static org.mockito.Mockito.when;
 
 import java.nio.ByteBuffer;
 import java.util.Arrays;
diff --git 
a/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/TransportImplTest.java
 
b/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/TransportImplTest.java
index a40da89c..4d65343b 100644
--- 
a/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/TransportImplTest.java
+++ 
b/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/TransportImplTest.java
@@ -79,9 +79,7 @@ import org.apache.qpid.proton.engine.Transport;
 import org.apache.qpid.proton.engine.TransportException;
 import org.apache.qpid.proton.framing.TransportFrame;
 import org.apache.qpid.proton.message.Message;
-import org.junit.Rule;
 import org.junit.Test;
-import org.junit.rules.ExpectedException;
 import org.mockito.ArgumentCaptor;
 import org.mockito.Mockito;
 
@@ -95,9 +93,6 @@ public class TransportImplTest
 
 private static final int BUFFER_SIZE = 8 * 1024;
 
-@Rule
-public ExpectedException _expectedException = ExpectedException.none();
-
 @Test
 public void testInput()
 {
@@ -140,9 +135,13 @@ public class TransportImplTest
 @Test
 public void testEmptyInputBeforeBindUsingOldApi_causesTransportException()
 {
-_expectedException.expect(TransportException.class);
-_expectedException.expectMessage("Unexpected EOS when remote 
connection not closed: connection aborted");
-_transport.input(new byte [0], 0, 0);
+try {
+_transport.input(new byte [0], 0, 0);
+fail("Expected an exception to be thrown");
+} catch (TransportException te) {
+final String msg = te.getMessage();
+assertTrue("Unexpected message: " + msg, msg.endsWith("Unexpected 
EOS when remote connection not closed: connection aborted"));
+}
 }
 
 /**
@@ -287,8 +286,12 @@ public class TransportImplTest
 
 assertFalse(_transport.isHandlingFrames());
 
-_expectedException.expect(IllegalStateException.class);
-_transport.handleFrame(TRANSPORT_FRAME_BEGIN);
+try {
+_transport.handleFrame(TRANSPORT_FRAME_BEGIN);
+fail("Expected an exception to be thrown");
+} catch (IllegalStateException ise) {
+// Expected
+}
 }
 
 @Test
diff --git 
a/proton-j/src/test/java/org/apache/qpid/proton/engine/impl/ssl/SimpleSslTransportWrapperTest.java
 
b/pr

[qpid-proton-j] 01/02: NO-JIRA: remove dist, just use the [same for now] default

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit ecc11e02c11edda6b73d50a430d0c260c805a6c3
Author: Robbie Gemmell 
AuthorDate: Mon Aug 29 10:40:12 2022 +0100

NO-JIRA: remove dist, just use the [same for now] default
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index eec9dd51..292bd354 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,10 +3,8 @@ matrix:
   include:
 - os: linux
   jdk: openjdk8
-  dist: xenial
 - os: linux
   jdk: openjdk11
-  dist: xenial
 cache:
   directories:
   - $HOME/.m2


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



[qpid-proton-j] branch main updated (70717726 -> cccec367)

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


from 70717726 PROTON-2347: Fix leakage of socket handles when 
soketChannel.connect() fails with an Exception (socketChannel.close() is not 
called.)
 new ecc11e02 NO-JIRA: remove dist, just use the [same for now] default
 new cccec367 NO-JIRA: update GHA env target, existing one is now headed 
for removal

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/build.yml | 2 +-
 .travis.yml | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)


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



[qpid-proton-j] 02/02: NO-JIRA: update GHA env target, existing one is now headed for removal

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit cccec3670ace2a1e0b2ebe0d6782faec155f4d75
Author: Robbie Gemmell 
AuthorDate: Mon Aug 29 10:44:19 2022 +0100

NO-JIRA: update GHA env target, existing one is now headed for removal
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1463055f..65e01f68 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
 
 jobs:
   build:
-runs-on: ubuntu-18.04
+runs-on: ubuntu-20.04
 strategy:
   fail-fast: false
   matrix:


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



[qpid-jms] 01/02: NO-JIRA: update xcode version to one using JDK17, remove linux dist and use [same] default

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 50dcd0fc2c377ec50c1de23a3f9747268de3b953
Author: Robbie Gemmell 
AuthorDate: Mon Aug 29 10:41:33 2022 +0100

NO-JIRA: update xcode version to one using JDK17, remove linux dist and use 
[same] default
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index dea183ad..1ad51b93 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,8 @@ matrix:
   include:
 - os: linux
   jdk: openjdk11
-  dist: xenial
 - os: osx
-  osx_image: xcode12.5
+  osx_image: xcode13.1
 cache:
   directories:
   - $HOME/.m2


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



[qpid-jms] branch main updated (f7564d55 -> 929e0035)

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


from f7564d55 QPIDJMS-572 Ensure that readable buffer string read consumes 
the bytes
 new 50dcd0fc NO-JIRA: update xcode version to one using JDK17, remove 
linux dist and use [same] default
 new 929e0035 NO-JIRA: update GHA env target, older one is now headed for 
removal

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/build.yml | 2 +-
 .travis.yml | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)


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



[qpid-jms] 02/02: NO-JIRA: update GHA env target, older one is now headed for removal

2022-08-29 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 929e00358f01462d57dea0ee52501f511f7f5907
Author: Robbie Gemmell 
AuthorDate: Mon Aug 29 10:42:04 2022 +0100

NO-JIRA: update GHA env target, older one is now headed for removal
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a8cc5e80..d504d700 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
 
 jobs:
   build:
-runs-on: ubuntu-18.04
+runs-on: ubuntu-20.04
 strategy:
   fail-fast: false
   matrix:


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



[qpid-proton-j] branch main updated: PROTON-2347: Fix leakage of socket handles when soketChannel.connect() fails with an Exception (socketChannel.close() is not called.)

2022-08-24 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


The following commit(s) were added to refs/heads/main by this push:
 new 70717726 PROTON-2347: Fix leakage of socket handles when 
soketChannel.connect() fails with an Exception (socketChannel.close() is not 
called.)
70717726 is described below

commit 7071772619d8bc596b30b01cc7816118abc9e598
Author: Einar Bergseth 
AuthorDate: Thu Aug 20 13:56:48 2020 +0200

PROTON-2347: Fix leakage of socket handles when soketChannel.connect() 
fails with an Exception (socketChannel.close() is not called.)

This closes #38
---
 .../java/org/apache/qpid/proton/reactor/impl/IOHandler.java| 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git 
a/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/IOHandler.java 
b/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/IOHandler.java
index 5d58182d..e95384b5 100644
--- a/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/IOHandler.java
+++ b/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/IOHandler.java
@@ -158,12 +158,20 @@ public class IOHandler extends BaseHandler {
 
 Transport transport = event.getConnection().getTransport();
 Socket socket = null;   // In this case, 'null' is the proton-j 
equivalent of PN_INVALID_SOCKET
+SocketChannel socketChannel = null;
 try {
-SocketChannel socketChannel = 
((ReactorImpl)reactor).getIO().socketChannel();
+socketChannel = ((ReactorImpl)reactor).getIO().socketChannel();
 socketChannel.configureBlocking(false);
 socketChannel.connect(new InetSocketAddress(hostname, port));
 socket = socketChannel.socket();
 } catch(Exception exception) {
+if (socketChannel != null) {
+try {
+socketChannel.close();
+} catch (IOException e) {
+//ignore
+}
+}
 ErrorCondition condition = new ErrorCondition();
 condition.setCondition(Symbol.getSymbol("proton:io"));
 condition.setDescription(exception.getMessage());


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



[qpid-jms] branch 1.x updated: QPIDJMS-570: Update to Netty 4.1.78 (and to netty-tcnative 2.0.53 test dep)

2022-06-15 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/1.x by this push:
 new aee9993d QPIDJMS-570: Update to Netty 4.1.78 (and to netty-tcnative 
2.0.53 test dep)
aee9993d is described below

commit aee9993de2159550b2a9aea6b8580390fb0341d0
Author: Robbie Gemmell 
AuthorDate: Wed Jun 15 11:59:32 2022 +0100

QPIDJMS-570: Update to Netty 4.1.78 (and to netty-tcnative 2.0.53 test dep)

(cherry picked from commit d9d27e92c375393ea2c597ed7b8dbf8193000a32)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0f2101d8..558865cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   
 
 0.33.10
-4.1.77.Final
+4.1.78.Final
 1.7.36
 2.0.3
 
@@ -45,7 +45,7 @@
 0.33.0
 
 
-2.0.52.Final
+2.0.53.Final
 5.17.0
 4.13.2
 1.0


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



[qpid-jms] branch main updated: QPIDJMS-570: Update to Netty 4.1.78 (and to netty-tcnative 2.0.53 test dep)

2022-06-15 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new d9d27e92 QPIDJMS-570: Update to Netty 4.1.78 (and to netty-tcnative 
2.0.53 test dep)
d9d27e92 is described below

commit d9d27e92c375393ea2c597ed7b8dbf8193000a32
Author: Robbie Gemmell 
AuthorDate: Wed Jun 15 11:59:32 2022 +0100

QPIDJMS-570: Update to Netty 4.1.78 (and to netty-tcnative 2.0.53 test dep)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 62f15694..9a8961d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   
 
 0.33.10
-4.1.77.Final
+4.1.78.Final
 1.7.36
 3.1.0
 
@@ -45,7 +45,7 @@
 0.33.0
 
 
-2.0.52.Final
+2.0.53.Final
 5.17.0
 4.13.2
 1.0


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



[qpid-jms] branch main updated: NO-JIRA: remove stale note from NOTICE, we switched to the jakarta.jms-api 3.x spec

2022-05-27 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new a4dc8ceb NO-JIRA: remove stale note from NOTICE, we switched to the 
jakarta.jms-api 3.x spec
a4dc8ceb is described below

commit a4dc8ceb78310796d54b366741a2bb78ced4d8d1
Author: Robbie Gemmell 
AuthorDate: Fri May 27 14:01:53 2022 +0100

NO-JIRA: remove stale note from NOTICE, we switched to the jakarta.jms-api 
3.x spec
---
 apache-qpid-jms/src/main/assembly/NOTICE | 5 -
 1 file changed, 5 deletions(-)

diff --git a/apache-qpid-jms/src/main/assembly/NOTICE 
b/apache-qpid-jms/src/main/assembly/NOTICE
index 99407efe..ff3b3278 100644
--- a/apache-qpid-jms/src/main/assembly/NOTICE
+++ b/apache-qpid-jms/src/main/assembly/NOTICE
@@ -3,8 +3,3 @@ Copyright 2013-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
-
-###
-
-Apache Geronimo JMS Spec 2.0
-Copyright 2003-2015 The Apache Software Foundation


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



[qpid-jms] branch 1.x updated: NO-JIRA: remove stale note from NOTICE, we switched to the jakarta.jms-api 2.x spec

2022-05-27 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/1.x by this push:
 new 89336b0c NO-JIRA: remove stale note from NOTICE, we switched to the 
jakarta.jms-api 2.x spec
89336b0c is described below

commit 89336b0c0b83863f6ddb9eb46d6fd83882a5dc5a
Author: Robbie Gemmell 
AuthorDate: Fri May 27 14:01:53 2022 +0100

NO-JIRA: remove stale note from NOTICE, we switched to the jakarta.jms-api 
2.x spec

(cherry picked from commit a4dc8ceb78310796d54b366741a2bb78ced4d8d1)
with message change
---
 apache-qpid-jms/src/main/assembly/NOTICE | 5 -
 1 file changed, 5 deletions(-)

diff --git a/apache-qpid-jms/src/main/assembly/NOTICE 
b/apache-qpid-jms/src/main/assembly/NOTICE
index 99407efe..ff3b3278 100644
--- a/apache-qpid-jms/src/main/assembly/NOTICE
+++ b/apache-qpid-jms/src/main/assembly/NOTICE
@@ -3,8 +3,3 @@ Copyright 2013-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
-
-###
-
-Apache Geronimo JMS Spec 2.0
-Copyright 2003-2015 The Apache Software Foundation


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



[qpid-jms] branch main updated: QPIDJMS-571: update to jakarta.jms-api 3.1.0 spec dep, i.e Jakarta Messaging 3.1

2022-05-26 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new 09f456b9 QPIDJMS-571: update to jakarta.jms-api 3.1.0 spec dep, i.e 
Jakarta Messaging 3.1
09f456b9 is described below

commit 09f456b9e0f9470188ff777d58a26fb5ee2d7079
Author: Robbie Gemmell 
AuthorDate: Thu May 26 09:52:57 2022 +0100

QPIDJMS-571: update to jakarta.jms-api 3.1.0 spec dep, i.e Jakarta 
Messaging 3.1
---
 pom.xml   | 2 +-
 .../src/main/java/org/apache/qpid/jms/JmsConnectionMetaData.java  | 4 ++--
 .../src/test/java/org/apache/qpid/jms/JmsConnectionTest.java  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3bcad434..62f15694 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
 0.33.10
 4.1.77.Final
 1.7.36
-3.0.0
+3.1.0
 
 
 0.33.0
diff --git 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/JmsConnectionMetaData.java 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/JmsConnectionMetaData.java
index f55f2370..e6575f0d 100644
--- 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/JmsConnectionMetaData.java
+++ 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/JmsConnectionMetaData.java
@@ -40,7 +40,7 @@ public final class JmsConnectionMetaData implements 
ConnectionMetaData {
  */
 @Override
 public String getJMSVersion() {
-return "3.0";
+return "3.1";
 }
 
 /**
@@ -60,7 +60,7 @@ public final class JmsConnectionMetaData implements 
ConnectionMetaData {
  */
 @Override
 public int getJMSMinorVersion() {
-return 0;
+return 1;
 }
 
 /**
diff --git 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/JmsConnectionTest.java 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/JmsConnectionTest.java
index 094e52a8..e307dfc9 100644
--- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/JmsConnectionTest.java
+++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/JmsConnectionTest.java
@@ -294,8 +294,8 @@ public class JmsConnectionTest {
 
 assertNotNull(metaData);
 assertEquals(3, metaData.getJMSMajorVersion());
-assertEquals(0, metaData.getJMSMinorVersion());
-assertEquals("3.0", metaData.getJMSVersion());
+assertEquals(1, metaData.getJMSMinorVersion());
+assertEquals("3.1", metaData.getJMSVersion());
 assertNotNull(metaData.getJMSXPropertyNames());
 
 assertNotNull(metaData.getProviderVersion());


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



[qpid-jms] branch 1.x updated: QPIDJMS-570: Update to Netty 4.1.77 (and to netty-tcnative 2.0.52 test dep)

2022-05-17 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/1.x by this push:
 new 56211978 QPIDJMS-570: Update to Netty 4.1.77 (and to netty-tcnative 
2.0.52 test dep)
56211978 is described below

commit 56211978a3b752b4c9fa01621e37d0e1617ec9f4
Author: Robbie Gemmell 
AuthorDate: Tue May 17 09:58:29 2022 +0100

QPIDJMS-570: Update to Netty 4.1.77 (and to netty-tcnative 2.0.52 test dep)

(cherry picked from commit 618fd328433aa399c2c5cb8288df413f3afb3e80)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dda53fd4..0f2101d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   
 
 0.33.10
-4.1.76.Final
+4.1.77.Final
 1.7.36
 2.0.3
 
@@ -45,7 +45,7 @@
 0.33.0
 
 
-2.0.51.Final
+2.0.52.Final
 5.17.0
 4.13.2
 1.0


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



[qpid-jms] branch main updated: QPIDJMS-570: Update to Netty 4.1.77 (and to netty-tcnative 2.0.52 test dep)

2022-05-17 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new 618fd328 QPIDJMS-570: Update to Netty 4.1.77 (and to netty-tcnative 
2.0.52 test dep)
618fd328 is described below

commit 618fd328433aa399c2c5cb8288df413f3afb3e80
Author: Robbie Gemmell 
AuthorDate: Tue May 17 09:58:29 2022 +0100

QPIDJMS-570: Update to Netty 4.1.77 (and to netty-tcnative 2.0.52 test dep)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5c1ac69f..3bcad434 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   
 
 0.33.10
-4.1.76.Final
+4.1.77.Final
 1.7.36
 3.0.0
 
@@ -45,7 +45,7 @@
 0.33.0
 
 
-2.0.51.Final
+2.0.52.Final
 5.17.0
 4.13.2
 1.0


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



svn commit: r54146 - /release/qpid/jms/0.61.0/

2022-04-28 Thread robbie
Author: robbie
Date: Thu Apr 28 09:04:37 2022
New Revision: 54146

Log:
clean up older release

Removed:
release/qpid/jms/0.61.0/


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



[qpid-site] branch asf-site updated: add links to ASF privacy policy

2022-04-27 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 131806d26 add links to ASF privacy policy
131806d26 is described below

commit 131806d2691ee3951923909474679349caef0d56
Author: Robbie Gemmell 
AuthorDate: Wed Apr 27 17:47:52 2022 +0100

add links to ASF privacy policy
---
 content/discussion.html | 1 +
 content/index.html  | 1 +
 input/discussion.md | 1 +
 input/index.html.in | 1 +
 4 files changed, 4 insertions(+)

diff --git a/content/discussion.html b/content/discussion.html
index 5d38dd7c8..f3a279b25 100644
--- a/content/discussion.html
+++ b/content/discussion.html
@@ -167,6 +167,7 @@ rather than "I'm using the broker and JMS client".
 
 
 http://www.apache.org/foundation/mailinglists.html;>Mailing lists 
at Apache
+https://privacy.apache.org/policies/privacy-policy-public.html;>Privacy 
Policy
 
 
 
diff --git a/content/index.html b/content/index.html
index 8c1235ebe..a8974f74d 100644
--- a/content/index.html
+++ b/content/index.html
@@ -173,6 +173,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
   http://www.apache.org/licenses/;>License
   http://www.apache.org/foundation/sponsorship.html;>Sponsorship
   http://www.apache.org/foundation/thanks.html;>Thanks!
+  https://privacy.apache.org/policies/privacy-policy-public.html;>Privacy 
Policy
 
   
 
diff --git a/input/discussion.md b/input/discussion.md
index 3f3a4ba57..71b02712e 100644
--- a/input/discussion.md
+++ b/input/discussion.md
@@ -47,3 +47,4 @@ rather than "I'm using the broker and JMS client".
 ## More information
  
  - [Mailing lists at 
Apache](http://www.apache.org/foundation/mailinglists.html)
+ - [Privacy 
Policy](https://privacy.apache.org/policies/privacy-policy-public.html)
diff --git a/input/index.html.in b/input/index.html.in
index 89b62428f..f52a82e8e 100644
--- a/input/index.html.in
+++ b/input/index.html.in
@@ -57,6 +57,7 @@
   http://www.apache.org/licenses/;>License
   http://www.apache.org/foundation/sponsorship.html;>Sponsorship
   http://www.apache.org/foundation/thanks.html;>Thanks!
+  https://privacy.apache.org/policies/privacy-policy-public.html;>Privacy 
Policy
 
   
 


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



[qpid-site] 01/02: fix handling of 'current-release' links

2022-04-27 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git

commit 918d4e9ffc39bf7a571b6c36aa4e63caedce3990
Author: Robbie Gemmell 
AuthorDate: Wed Apr 27 17:14:43 2022 +0100

fix handling of 'current-release' links
---
 content/releases/qpid-jms-0.61.0/index.html | 2 +-
 content/releases/qpid-jms-1.6.0/index.html  | 2 +-
 content/releases/qpid-jms-2.0.0/index.html  | 2 +-
 input/releases/qpid-jms-0.61.0/index.md | 2 +-
 input/releases/qpid-jms-1.6.0/index.md  | 2 +-
 input/releases/qpid-jms-2.0.0/index.md  | 2 +-
 scripts/gen-jms-release-page| 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/releases/qpid-jms-0.61.0/index.html 
b/content/releases/qpid-jms-0.61.0/index.html
index 08c618af4..493fdce45 100644
--- a/content/releases/qpid-jms-0.61.0/index.html
+++ b/content/releases/qpid-jms-0.61.0/index.html
@@ -175,7 +175,7 @@ files you download.
 
 

[qpid-site] 02/02: update missed API reference link

2022-04-27 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git

commit 2058d94d5958ad17dc7a49555777e782b664149f
Author: Robbie Gemmell 
AuthorDate: Wed Apr 27 17:17:46 2022 +0100

update missed API reference link
---
 content/documentation.html | 2 +-
 input/documentation.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/documentation.html b/content/documentation.html
index 1b8c1e454..df496c1d3 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -148,7 +148,7 @@ You can find older versions with our
 
 Overview
 Configuration
-http://docs.oracle.com/javaee/7/api/javax/jms/package-summary.html;>API 
reference
+https://jakarta.ee/specifications/messaging/3.0/apidocs/;>API 
reference
 https://github.com/apache/qpid-jms/tree/2.0.0/qpid-jms-examples;>Examples
 
 
diff --git a/input/documentation.md b/input/documentation.md
index ccfa7c9af..5e40a1912 100644
--- a/input/documentation.md
+++ b/input/documentation.md
@@ -46,7 +46,7 @@ You can find older versions with our
 
  - [Overview]({{site_url}}/components/jms/index.html)
  - [Configuration]({{current_jms_release_url}}/docs/index.html)
- - [API 
reference](http://docs.oracle.com/javaee/7/api/javax/jms/package-summary.html)
+ - [API reference](https://jakarta.ee/specifications/messaging/3.0/apidocs/)
  - 
[Examples](https://github.com/apache/qpid-jms/tree/{{current_jms_release}}/qpid-jms-examples)
 
 


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



[qpid-site] branch asf-site updated (652690cf6 -> 2058d94d5)

2022-04-27 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git


from 652690cf6 update site content+scripts for Qpid JMS 2.0.0, some other 
tweaks
 new 918d4e9ff fix handling of 'current-release' links
 new 2058d94d5 update missed API reference link

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/documentation.html  | 2 +-
 content/releases/qpid-jms-0.61.0/index.html | 2 +-
 content/releases/qpid-jms-1.6.0/index.html  | 2 +-
 content/releases/qpid-jms-2.0.0/index.html  | 2 +-
 input/documentation.md  | 2 +-
 input/releases/qpid-jms-0.61.0/index.md | 2 +-
 input/releases/qpid-jms-1.6.0/index.md  | 2 +-
 input/releases/qpid-jms-2.0.0/index.md  | 2 +-
 scripts/gen-jms-release-page| 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)


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



svn commit: r54115 - in /release/qpid: interop-test/0.2.0/ proton/0.36.0/ protonj2/1.0.0-M4/

2022-04-27 Thread robbie
Author: robbie
Date: Wed Apr 27 11:20:53 2022
New Revision: 54115

Log:
clean up older releases

Removed:
release/qpid/interop-test/0.2.0/
release/qpid/proton/0.36.0/
release/qpid/protonj2/1.0.0-M4/


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



svn commit: r54114 - /release/qpid/jms/1.5.0/

2022-04-27 Thread robbie
Author: robbie
Date: Wed Apr 27 11:18:54 2022
New Revision: 54114

Log:
clean up older release

Removed:
release/qpid/jms/1.5.0/


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



svn commit: r54113 - /release/qpid/jms/2.0.0/

2022-04-27 Thread robbie
Author: robbie
Date: Wed Apr 27 11:18:25 2022
New Revision: 54113

Log:
add files for qpid-jms 2.0.0

Added:
release/qpid/jms/2.0.0/
  - copied from r54112, dev/qpid/jms/2.0.0-rc1/


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



svn commit: r54032 - /dev/qpid/jms/2.0.0-rc1/

2022-04-22 Thread robbie
Author: robbie
Date: Fri Apr 22 17:02:27 2022
New Revision: 54032

Log:
add files for qpid-jms 2.0.0 (RC1)

Added:
dev/qpid/jms/2.0.0-rc1/
dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-bin.tar.gz   (with props)
dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-bin.tar.gz.asc   (with props)
dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-bin.tar.gz.sha512
dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-src.tar.gz   (with props)
dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-src.tar.gz.asc   (with props)
dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-src.tar.gz.sha512

Added: dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-bin.tar.gz
==
Binary file - no diff available.

Propchange: dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-bin.tar.gz
--
svn:mime-type = application/gzip

Added: dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-bin.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-bin.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-bin.tar.gz.sha512
==
--- dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-bin.tar.gz.sha512 (added)
+++ dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-bin.tar.gz.sha512 Fri Apr 22 
17:02:27 2022
@@ -0,0 +1 @@
+28214d5e0b119bacc9fd3ec73c9f66991e88820564854b82bfe8f423cfdf68b6cc5e2108c73b6f5c7b1d3b058702fea2fb0c43bbed35fadbca64b5709c523666
  apache-qpid-jms-2.0.0-bin.tar.gz

Added: dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-src.tar.gz
==
Binary file - no diff available.

Propchange: dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-src.tar.gz
--
svn:mime-type = application/gzip

Added: dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-src.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-src.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-src.tar.gz.sha512
==
--- dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-src.tar.gz.sha512 (added)
+++ dev/qpid/jms/2.0.0-rc1/apache-qpid-jms-2.0.0-src.tar.gz.sha512 Fri Apr 22 
17:02:27 2022
@@ -0,0 +1 @@
+9f76a8fc2e4ddd3cd13a0a592b625070a0797b9f3a0c3b0e5ff6f996c15a9d62bd0759a6f9fffeb36a88c4641eae061de5557ec7604d3e31543518a62a6709d1
  apache-qpid-jms-2.0.0-src.tar.gz



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



[qpid-jms] branch main updated: [maven-release-plugin] prepare for next development iteration

2022-04-22 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new a5f36712 [maven-release-plugin] prepare for next development iteration
a5f36712 is described below

commit a5f367121d0ea55cbf2112030d50b9ddde1a605b
Author: Robbie Gemmell 
AuthorDate: Fri Apr 22 16:02:57 2022 +0100

[maven-release-plugin] prepare for next development iteration
---
 apache-qpid-jms/pom.xml| 2 +-
 pom.xml| 4 ++--
 qpid-jms-client/pom.xml| 2 +-
 qpid-jms-discovery/pom.xml | 2 +-
 qpid-jms-docs/pom.xml  | 2 +-
 qpid-jms-examples/pom.xml  | 2 +-
 qpid-jms-interop-tests/pom.xml | 2 +-
 qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index 56cdb4ae..3d9bac0d 100644
--- a/apache-qpid-jms/pom.xml
+++ b/apache-qpid-jms/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-2.0.0
+2.1.0-SNAPSHOT
   
   4.0.0
 
diff --git a/pom.xml b/pom.xml
index db6c8d4f..5c1ac69f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   org.apache.qpid
   qpid-jms-parent
-  2.0.0
+  2.1.0-SNAPSHOT
   pom
   QpidJMS
   2013
@@ -90,7 +90,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git
 
scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git
 https://gitbox.apache.org/repos/asf?p=qpid-jms.git
-2.0.0
+HEAD
   
 
   
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 02bf178b..f23b32dc 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-2.0.0
+2.1.0-SNAPSHOT
   
 
   qpid-jms-client
diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml
index 770cacfb..1526758c 100644
--- a/qpid-jms-discovery/pom.xml
+++ b/qpid-jms-discovery/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-2.0.0
+2.1.0-SNAPSHOT
   
 
   qpid-jms-discovery
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
index 1a6dd14b..207dc101 100644
--- a/qpid-jms-docs/pom.xml
+++ b/qpid-jms-docs/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-2.0.0
+2.1.0-SNAPSHOT
   
   4.0.0
 
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index 4ce7ef36..5baf83d7 100644
--- a/qpid-jms-examples/pom.xml
+++ b/qpid-jms-examples/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-2.0.0
+2.1.0-SNAPSHOT
   
 
   qpid-jms-examples
diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml
index 82d8703f..a30cf669 100644
--- a/qpid-jms-interop-tests/pom.xml
+++ b/qpid-jms-interop-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-2.0.0
+2.1.0-SNAPSHOT
   
 
   qpid-jms-interop-tests
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index 9f17e59c..8fc88454 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-interop-tests
-2.0.0
+2.1.0-SNAPSHOT
   
 
   qpid-jms-activemq-tests


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



[qpid-jms] annotated tag 2.0.0 created (now 41eebbd6)

2022-04-22 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to annotated tag 2.0.0
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


  at 41eebbd6 (tag)
 tagging be4448a0e46625a6bad480f1b3a0d682671e81d2 (commit)
 replaces 1.6.0
  by Robbie Gemmell
  on Fri Apr 22 16:02:47 2022 +0100

- Log -
[maven-release-plugin] copy for tag 2.0.0
---

No new revisions were added by this update.


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



[qpid-jms] branch main updated: [maven-release-plugin] prepare release 2.0.0

2022-04-22 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new be4448a0 [maven-release-plugin] prepare release 2.0.0
be4448a0 is described below

commit be4448a0e46625a6bad480f1b3a0d682671e81d2
Author: Robbie Gemmell 
AuthorDate: Fri Apr 22 16:02:19 2022 +0100

[maven-release-plugin] prepare release 2.0.0
---
 apache-qpid-jms/pom.xml| 2 +-
 pom.xml| 4 ++--
 qpid-jms-client/pom.xml| 2 +-
 qpid-jms-discovery/pom.xml | 2 +-
 qpid-jms-docs/pom.xml  | 2 +-
 qpid-jms-examples/pom.xml  | 2 +-
 qpid-jms-interop-tests/pom.xml | 2 +-
 qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index 41d4a805..56cdb4ae 100644
--- a/apache-qpid-jms/pom.xml
+++ b/apache-qpid-jms/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-2.0.0-SNAPSHOT
+2.0.0
   
   4.0.0
 
diff --git a/pom.xml b/pom.xml
index 8ab5b173..db6c8d4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   org.apache.qpid
   qpid-jms-parent
-  2.0.0-SNAPSHOT
+  2.0.0
   pom
   QpidJMS
   2013
@@ -90,7 +90,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git
 
scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git
 https://gitbox.apache.org/repos/asf?p=qpid-jms.git
-HEAD
+2.0.0
   
 
   
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index eaa56a41..02bf178b 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-2.0.0-SNAPSHOT
+2.0.0
   
 
   qpid-jms-client
diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml
index 35353c67..770cacfb 100644
--- a/qpid-jms-discovery/pom.xml
+++ b/qpid-jms-discovery/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-2.0.0-SNAPSHOT
+2.0.0
   
 
   qpid-jms-discovery
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
index 9d1a6b0f..1a6dd14b 100644
--- a/qpid-jms-docs/pom.xml
+++ b/qpid-jms-docs/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-2.0.0-SNAPSHOT
+2.0.0
   
   4.0.0
 
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index de3faa56..4ce7ef36 100644
--- a/qpid-jms-examples/pom.xml
+++ b/qpid-jms-examples/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-2.0.0-SNAPSHOT
+2.0.0
   
 
   qpid-jms-examples
diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml
index 2d426aa2..82d8703f 100644
--- a/qpid-jms-interop-tests/pom.xml
+++ b/qpid-jms-interop-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-2.0.0-SNAPSHOT
+2.0.0
   
 
   qpid-jms-interop-tests
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index 1d86d426..9f17e59c 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-interop-tests
-2.0.0-SNAPSHOT
+2.0.0
   
 
   qpid-jms-activemq-tests


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



[qpid-jms] branch 1.x updated: QPIDJMS-569: Update to Netty 4.1.76 (and to netty-tcnative 2.0.51 test dep)

2022-04-22 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/1.x by this push:
 new f3239865 QPIDJMS-569: Update to Netty 4.1.76 (and to netty-tcnative 
2.0.51 test dep)
f3239865 is described below

commit f3239865fcdb4a25995b84714ad58951321e2245
Author: Robbie Gemmell 
AuthorDate: Fri Apr 22 15:12:32 2022 +0100

QPIDJMS-569: Update to Netty 4.1.76 (and to netty-tcnative 2.0.51 test dep)

(cherry picked from commit 4db3653bdb8d1bf872be4603d0951389501d8185)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91ad1cb1..dda53fd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   
 
 0.33.10
-4.1.75.Final
+4.1.76.Final
 1.7.36
 2.0.3
 
@@ -45,7 +45,7 @@
 0.33.0
 
 
-2.0.50.Final
+2.0.51.Final
 5.17.0
 4.13.2
 1.0


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



[qpid-jms] branch main updated: QPIDJMS-569: Update to Netty 4.1.76 (and to netty-tcnative 2.0.51 test dep)

2022-04-22 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new 4db3653b QPIDJMS-569: Update to Netty 4.1.76 (and to netty-tcnative 
2.0.51 test dep)
4db3653b is described below

commit 4db3653bdb8d1bf872be4603d0951389501d8185
Author: Robbie Gemmell 
AuthorDate: Fri Apr 22 15:12:32 2022 +0100

QPIDJMS-569: Update to Netty 4.1.76 (and to netty-tcnative 2.0.51 test dep)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c7a8f49c..8ab5b173 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   
 
 0.33.10
-4.1.75.Final
+4.1.76.Final
 1.7.36
 3.0.0
 
@@ -45,7 +45,7 @@
 0.33.0
 
 
-2.0.50.Final
+2.0.51.Final
 5.17.0
 4.13.2
 1.0


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



[qpid-jms] branch main updated (f9b6e245 -> 9dd92513)

2022-04-21 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


from f9b6e245 [maven-release-plugin] prepare for next development iteration
 new 6b43bbfa NO-JIRA: bump versions to 2.0.0-SNAPSHOT
 new 9dd92513 QPIDJMS-568: use jakarta.jms-api 3.0.0 spec dep for the 
client, i.e Jakarta Messaging 3.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 apache-qpid-jms/pom.xml|   2 +-
 pom.xml|   4 +-
 qpid-jms-client/pom.xml|   2 +-
 .../apache/qpid/jms/JmsAcknowledgeCallback.java|   4 +-
 .../java/org/apache/qpid/jms/JmsConnection.java|  40 ++---
 .../org/apache/qpid/jms/JmsConnectionConsumer.java |  12 +-
 .../apache/qpid/jms/JmsConnectionExtensions.java   |   2 +-
 .../org/apache/qpid/jms/JmsConnectionFactory.java  |  20 +--
 .../org/apache/qpid/jms/JmsConnectionListener.java |   6 +-
 .../org/apache/qpid/jms/JmsConnectionMetaData.java |   6 +-
 .../jms/JmsConnectionRemotelyClosedException.java  |   2 +-
 .../main/java/org/apache/qpid/jms/JmsConsumer.java |   8 +-
 .../main/java/org/apache/qpid/jms/JmsContext.java  |  42 ++---
 .../java/org/apache/qpid/jms/JmsDestination.java   |   2 +-
 .../apache/qpid/jms/JmsDurableTopicSubscriber.java |   2 +-
 .../qpid/jms/JmsLocalTransactionContext.java   |   4 +-
 .../qpid/jms/JmsMessageAvailableConsumer.java  |   2 +-
 .../qpid/jms/JmsMessageAvailableListener.java  |   2 +-
 .../org/apache/qpid/jms/JmsMessageConsumer.java|  14 +-
 .../org/apache/qpid/jms/JmsMessageProducer.java|  16 +-
 .../apache/qpid/jms/JmsNoTxTransactionContext.java |   2 +-
 .../qpid/jms/JmsOperationTimedOutException.java|   2 +-
 .../main/java/org/apache/qpid/jms/JmsProducer.java |  24 +--
 .../main/java/org/apache/qpid/jms/JmsQueue.java|   4 +-
 .../java/org/apache/qpid/jms/JmsQueueBrowser.java  |  26 +--
 .../org/apache/qpid/jms/JmsQueueConnection.java|  16 +-
 .../java/org/apache/qpid/jms/JmsQueueReceiver.java |  10 +-
 .../java/org/apache/qpid/jms/JmsQueueSender.java   |  16 +-
 .../java/org/apache/qpid/jms/JmsQueueSession.java  |  50 +++---
 .../qpid/jms/JmsResourceNotFoundException.java |   2 +-
 .../apache/qpid/jms/JmsSendTimedOutException.java  |   2 +-
 .../main/java/org/apache/qpid/jms/JmsSession.java  | 118 +++---
 .../qpid/jms/JmsSharedDurableMessageConsumer.java  |   2 +-
 .../apache/qpid/jms/JmsSharedMessageConsumer.java  |   2 +-
 .../apache/qpid/jms/JmsTemporaryDestination.java   |   2 +-
 .../org/apache/qpid/jms/JmsTemporaryQueue.java |   8 +-
 .../org/apache/qpid/jms/JmsTemporaryTopic.java |   8 +-
 .../main/java/org/apache/qpid/jms/JmsTopic.java|   4 +-
 .../org/apache/qpid/jms/JmsTopicConnection.java|  14 +-
 .../org/apache/qpid/jms/JmsTopicPublisher.java |  20 +--
 .../java/org/apache/qpid/jms/JmsTopicSession.java  |  42 ++---
 .../org/apache/qpid/jms/JmsTopicSubscriber.java|  12 +-
 .../org/apache/qpid/jms/JmsTransactionContext.java |   2 +-
 .../qpid/jms/JmsTransactionInDoubtException.java   |   2 +-
 .../jms/exceptions/JMSSecuritySaslException.java   |   2 +-
 .../exceptions/JmsConnectionClosedException.java   |   2 +-
 .../exceptions/JmsConnectionFailedException.java   |   2 +-
 .../qpid/jms/exceptions/JmsExceptionSupport.java   |  46 +++---
 .../qpid/jms/exceptions/QpidJmsException.java  |   2 +-
 .../qpid/jms/jndi/JmsInitialContextFactory.java|   4 +-
 .../apache/qpid/jms/message/JmsBytesMessage.java   |   6 +-
 ...JmsDefaultUnresolvedDestinationTransformer.java |   8 +-
 .../org/apache/qpid/jms/message/JmsMapMessage.java |   6 +-
 .../org/apache/qpid/jms/message/JmsMessage.java|  14 +-
 .../apache/qpid/jms/message/JmsMessageFactory.java |   2 +-
 .../jms/message/JmsMessagePropertyIntercepter.java |   8 +-
 .../jms/message/JmsMessagePropertySupport.java |   4 +-
 .../apache/qpid/jms/message/JmsMessageSupport.java |   2 +-
 .../qpid/jms/message/JmsMessageTransformation.java |  26 +--
 .../apache/qpid/jms/message/JmsObjectMessage.java  |   6 +-
 .../apache/qpid/jms/message/JmsStreamMessage.java  |   6 +-
 .../apache/qpid/jms/message/JmsTextMessage.java|   6 +-
 .../JmsUnresolvedDestinationTransformer.java   |   4 +-
 .../jms/message/facade/JmsBytesMessageFacade.java  |   4 +-
 .../jms/message/facade/JmsMapMessageFacade.java|   2 +-
 .../qpid/jms/message/facade/JmsMessageFacade.java  |   2 +-
 .../jms/message/facade/JmsObjectMessageFacade.java |   2 +-
 .../jms/message/facade/JmsStreamMessageFacade.java |   4 +-
 .../jms/message/facade/JmsTextMessageFacade.java   |   2 +-
 .../apache/qpid/jms/meta/JmsConnectionInfo.java|   2 +-

[qpid-jms] 01/02: NO-JIRA: bump versions to 2.0.0-SNAPSHOT

2022-04-21 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 6b43bbfa7dd4618f454da967c55e39aac4c3666f
Author: Robbie Gemmell 
AuthorDate: Thu Apr 21 11:20:51 2022 +0100

NO-JIRA: bump versions to 2.0.0-SNAPSHOT

command used was:
  mvn release:update-versions -DdevelopmentVersion=2.0.0-SNAPSHOT
---
 apache-qpid-jms/pom.xml| 2 +-
 pom.xml| 2 +-
 qpid-jms-client/pom.xml| 2 +-
 qpid-jms-discovery/pom.xml | 2 +-
 qpid-jms-docs/pom.xml  | 2 +-
 qpid-jms-examples/pom.xml  | 2 +-
 qpid-jms-interop-tests/pom.xml | 2 +-
 qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index 03fc2ab3..41d4a805 100644
--- a/apache-qpid-jms/pom.xml
+++ b/apache-qpid-jms/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.7.0-SNAPSHOT
+2.0.0-SNAPSHOT
   
   4.0.0
 
diff --git a/pom.xml b/pom.xml
index 31bf642b..558dfa1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   org.apache.qpid
   qpid-jms-parent
-  1.7.0-SNAPSHOT
+  2.0.0-SNAPSHOT
   pom
   QpidJMS
   2013
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index b4baecd0..eaa56a41 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.7.0-SNAPSHOT
+2.0.0-SNAPSHOT
   
 
   qpid-jms-client
diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml
index 91062c26..35353c67 100644
--- a/qpid-jms-discovery/pom.xml
+++ b/qpid-jms-discovery/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.7.0-SNAPSHOT
+2.0.0-SNAPSHOT
   
 
   qpid-jms-discovery
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
index e92f0e23..9d1a6b0f 100644
--- a/qpid-jms-docs/pom.xml
+++ b/qpid-jms-docs/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.7.0-SNAPSHOT
+2.0.0-SNAPSHOT
   
   4.0.0
 
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index 7f021df8..de3faa56 100644
--- a/qpid-jms-examples/pom.xml
+++ b/qpid-jms-examples/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.7.0-SNAPSHOT
+2.0.0-SNAPSHOT
   
 
   qpid-jms-examples
diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml
index ac3cc43a..2d426aa2 100644
--- a/qpid-jms-interop-tests/pom.xml
+++ b/qpid-jms-interop-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.7.0-SNAPSHOT
+2.0.0-SNAPSHOT
   
 
   qpid-jms-interop-tests
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index c994b2bd..eefa0128 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-interop-tests
-1.7.0-SNAPSHOT
+2.0.0-SNAPSHOT
   
 
   qpid-jms-activemq-tests


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



[qpid-jms] branch 1.x updated: NO-JIRA: update reference to reflect branch name

2022-04-21 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/1.x by this push:
 new 6536c67c NO-JIRA: update reference to reflect branch name
6536c67c is described below

commit 6536c67c8860c47983e6824caa64a9929aa8827e
Author: Robbie Gemmell 
AuthorDate: Thu Apr 21 11:16:15 2022 +0100

NO-JIRA: update reference to reflect branch name
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 31bf642b..91ad1cb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git
 
scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git
 https://gitbox.apache.org/repos/asf?p=qpid-jms.git
-HEAD
+1.x
   
 
   


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



[qpid-jms] branch 1.x created (now f9b6e245)

2022-04-21 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


  at f9b6e245 [maven-release-plugin] prepare for next development iteration

No new revisions were added by this update.


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



[qpid-site] branch asf-site updated: update site content for qpid-jms 1.6.0

2022-03-31 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 358ad20  update site content for qpid-jms 1.6.0
358ad20 is described below

commit 358ad202e322944702ef59d89cc44f96e1e5f91b
Author: Robbie Gemmell 
AuthorDate: Thu Mar 31 15:23:40 2022 +0100

update site content for qpid-jms 1.6.0
---
 content/components/jms/index.html  |   8 +-
 content/dashboard.html |   2 +-
 content/documentation.html |   4 +-
 content/download.html  |   6 +-
 content/maven.html |   2 +-
 content/releases/index.html|   3 +-
 content/releases/qpid-jms-0.37.0/index.html|   2 +-
 content/releases/qpid-jms-0.38.0/index.html|   2 +-
 content/releases/qpid-jms-0.39.0/index.html|   2 +-
 content/releases/qpid-jms-0.40.0/index.html|   2 +-
 content/releases/qpid-jms-0.41.0/index.html|   2 +-
 content/releases/qpid-jms-0.42.0/index.html|   2 +-
 content/releases/qpid-jms-0.43.0/index.html|   2 +-
 content/releases/qpid-jms-0.44.0/index.html|   2 +-
 content/releases/qpid-jms-0.45.0/index.html|   2 +-
 content/releases/qpid-jms-0.46.0/index.html|   2 +-
 content/releases/qpid-jms-0.47.0/index.html|   2 +-
 content/releases/qpid-jms-0.48.0/index.html|   2 +-
 content/releases/qpid-jms-0.49.0/index.html|   2 +-
 content/releases/qpid-jms-0.50.0/index.html|   2 +-
 content/releases/qpid-jms-0.51.0/index.html|   2 +-
 content/releases/qpid-jms-0.52.0/index.html|   2 +-
 content/releases/qpid-jms-0.53.0/index.html|   2 +-
 content/releases/qpid-jms-0.54.0/index.html|   2 +-
 content/releases/qpid-jms-0.55.0/index.html|   2 +-
 content/releases/qpid-jms-0.56.0/index.html|   2 +-
 content/releases/qpid-jms-0.57.0/index.html|   2 +-
 content/releases/qpid-jms-0.58.0/index.html|   2 +-
 content/releases/qpid-jms-0.59.0/index.html|   2 +-
 content/releases/qpid-jms-0.60.1/index.html|   2 +-
 content/releases/qpid-jms-0.61.0/index.html|   2 +-
 content/releases/qpid-jms-1.0.0/index.html |   2 +-
 content/releases/qpid-jms-1.1.0/index.html |   2 +-
 content/releases/qpid-jms-1.2.0/index.html |   2 +-
 content/releases/qpid-jms-1.3.0/index.html |   2 +-
 content/releases/qpid-jms-1.4.1/index.html |   2 +-
 content/releases/qpid-jms-1.5.0/index.html |   2 +-
 .../qpid-jms-1.6.0/building.html}  |  91 ++--
 content/releases/qpid-jms-1.6.0/docs/index.html| 584 +
 .../{qpid-jms-1.0.0 => qpid-jms-1.6.0}/index.html  |  24 +-
 .../release-notes.html}|  76 +--
 input/_transom_config.py   |   2 +-
 input/releases/index.md|   3 +-
 input/releases/qpid-jms-1.6.0/building.md  |  46 ++
 input/releases/qpid-jms-1.6.0/docs/index.md| 386 ++
 input/releases/qpid-jms-1.6.0/index.md |  68 +++
 input/releases/qpid-jms-1.6.0/release-notes.md |  42 ++
 47 files changed, 1234 insertions(+), 175 deletions(-)

diff --git a/content/components/jms/index.html 
b/content/components/jms/index.html
index a8216ef..4f84eae 100644
--- a/content/components/jms/index.html
+++ b/content/components/jms/index.html
@@ -147,9 +147,9 @@ API
 
 
 http://docs.oracle.com/javaee/7/api/javax/jms/package-summary.html;>API 
reference
-https://github.com/apache/qpid-jms/tree/1.5.0/qpid-jms-examples;>Examples
-Configuration
-Building Qpid JMS
+https://github.com/apache/qpid-jms/tree/1.6.0/qpid-jms-examples;>Examples
+Configuration
+Building Qpid JMS
 
 
 
@@ -163,7 +163,7 @@ API
 Releases
 
 
-Qpid JMS 1.5.0
+Qpid JMS 1.6.0
 Past releases
 
 
diff --git a/content/dashboard.html b/content/dashboard.html
index 902d734..8c8dc54 100644
--- a/content/dashboard.html
+++ b/content/dashboard.html
@@ -169,7 +169,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
 
   Qpid JMS
-  1.5.0
+  1.6.0
   https://issues.apache.org/jira/projects/QPIDJMS;>Summary 
 https://issues.apache.org/jira/issues/?jql=project+%3D+QPIDJMS+and+resolution+is+null;>Open
 issues  https://issues.apache.org/jira/issues/?jql=project+%3D+QPIDJMS;>All 
issues  https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12314524;>Create
 issue
   https://builds.apache.org/blue/organizations/jenkins/Qpid%2FQpid-JMS-Test-JDK11/activity;>https://builds.apache.org/buildStatus/icon?job=Qpid/Qpid-JMS-Test-JDK11; 
height="20"/> https://travis-ci.com/github/apache/qpid-jms;>https://travis-ci.com/ap

svn commit: r53480 - in /release/qpid/jms: 0.60.1/ 1.4.1/

2022-03-31 Thread robbie
Author: robbie
Date: Thu Mar 31 11:15:57 2022
New Revision: 53480

Log:
clean out older releases

Removed:
release/qpid/jms/0.60.1/
release/qpid/jms/1.4.1/


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



svn commit: r53479 - /release/qpid/jms/1.6.0/

2022-03-31 Thread robbie
Author: robbie
Date: Thu Mar 31 11:13:49 2022
New Revision: 53479

Log:
add files for qpid-jms 1.6.0

Added:
release/qpid/jms/1.6.0/
  - copied from r53478, dev/qpid/jms/1.6.0-rc1/


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



svn commit: r53386 - in /dev/qpid/dispatch: 1.12.0-rc1/ 1.13.0-rc1/ 1.14.0-rc1/ 1.15.0-rc1/ 1.16.0-rc1/ 1.16.1-rc1/ 1.17.0-rc1/ 1.17.1-rc1/ 1.18.0-rc1/ 1.19.0-rc1/

2022-03-28 Thread robbie
Author: robbie
Date: Mon Mar 28 16:05:33 2022
New Revision: 53386

Log:
clean out old RCs

Removed:
dev/qpid/dispatch/1.12.0-rc1/
dev/qpid/dispatch/1.13.0-rc1/
dev/qpid/dispatch/1.14.0-rc1/
dev/qpid/dispatch/1.15.0-rc1/
dev/qpid/dispatch/1.16.0-rc1/
dev/qpid/dispatch/1.16.1-rc1/
dev/qpid/dispatch/1.17.0-rc1/
dev/qpid/dispatch/1.17.1-rc1/
dev/qpid/dispatch/1.18.0-rc1/
dev/qpid/dispatch/1.19.0-rc1/


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



svn commit: r53385 - /dev/qpid/java/

2022-03-28 Thread robbie
Author: robbie
Date: Mon Mar 28 16:03:52 2022
New Revision: 53385

Log:
clean out stale subdir

Removed:
dev/qpid/java/


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



svn commit: r53384 - in /dev/qpid/jms: 0.60.1-rc1/ 0.61.0-rc1/ 1.4.1-rc1/ 1.5.0-rc1/

2022-03-28 Thread robbie
Author: robbie
Date: Mon Mar 28 16:02:39 2022
New Revision: 53384

Log:
clean out older RCs

Removed:
dev/qpid/jms/0.60.1-rc1/
dev/qpid/jms/0.61.0-rc1/
dev/qpid/jms/1.4.1-rc1/
dev/qpid/jms/1.5.0-rc1/


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



svn commit: r53383 - /dev/qpid/jms/1.6.0-rc1/

2022-03-28 Thread robbie
Author: robbie
Date: Mon Mar 28 15:59:51 2022
New Revision: 53383

Log:
add files for qpid-jms 1.6.0 (RC1)

Added:
dev/qpid/jms/1.6.0-rc1/
dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-bin.tar.gz   (with props)
dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-bin.tar.gz.asc   (with props)
dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-bin.tar.gz.sha512
dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-src.tar.gz   (with props)
dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-src.tar.gz.asc   (with props)
dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-src.tar.gz.sha512

Added: dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-bin.tar.gz
==
Binary file - no diff available.

Propchange: dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-bin.tar.gz
--
svn:mime-type = application/gzip

Added: dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-bin.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-bin.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-bin.tar.gz.sha512
==
--- dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-bin.tar.gz.sha512 (added)
+++ dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-bin.tar.gz.sha512 Mon Mar 28 
15:59:51 2022
@@ -0,0 +1 @@
+591734244cce2bf7f4176b35a9a155ffe2b32f3c651143f6d81b9470cb8e3e374d0b61da0b8e6e08520cfaa2d18d4e90160a18f527fb20c49cbe3df92b8c6c3c
  apache-qpid-jms-1.6.0-bin.tar.gz

Added: dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-src.tar.gz
==
Binary file - no diff available.

Propchange: dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-src.tar.gz
--
svn:mime-type = application/gzip

Added: dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-src.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-src.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-src.tar.gz.sha512
==
--- dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-src.tar.gz.sha512 (added)
+++ dev/qpid/jms/1.6.0-rc1/apache-qpid-jms-1.6.0-src.tar.gz.sha512 Mon Mar 28 
15:59:51 2022
@@ -0,0 +1 @@
+5a765199692245c3ba8641bd39673d90cd0bcc4125424139dd664e00dd1de922c47213e6a862452fb62a103ad54ed904313b9a590b5840a46410a66077c39c93
  apache-qpid-jms-1.6.0-src.tar.gz



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



[qpid-jms] branch main updated: [maven-release-plugin] prepare for next development iteration

2022-03-28 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new f9b6e24  [maven-release-plugin] prepare for next development iteration
f9b6e24 is described below

commit f9b6e245ea9aad481d319208b16df265313a5ebb
Author: Robbie Gemmell 
AuthorDate: Mon Mar 28 16:19:20 2022 +0100

[maven-release-plugin] prepare for next development iteration
---
 apache-qpid-jms/pom.xml| 2 +-
 pom.xml| 4 ++--
 qpid-jms-client/pom.xml| 2 +-
 qpid-jms-discovery/pom.xml | 2 +-
 qpid-jms-docs/pom.xml  | 2 +-
 qpid-jms-examples/pom.xml  | 2 +-
 qpid-jms-interop-tests/pom.xml | 2 +-
 qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index b30e0f8..03fc2ab 100644
--- a/apache-qpid-jms/pom.xml
+++ b/apache-qpid-jms/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.6.0
+1.7.0-SNAPSHOT
   
   4.0.0
 
diff --git a/pom.xml b/pom.xml
index a5d8adc..31bf642 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   org.apache.qpid
   qpid-jms-parent
-  1.6.0
+  1.7.0-SNAPSHOT
   pom
   QpidJMS
   2013
@@ -90,7 +90,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git
 
scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git
 https://gitbox.apache.org/repos/asf?p=qpid-jms.git
-1.6.0
+HEAD
   
 
   
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index c3f266a..b4baecd 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.6.0
+1.7.0-SNAPSHOT
   
 
   qpid-jms-client
diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml
index 6358c61..91062c2 100644
--- a/qpid-jms-discovery/pom.xml
+++ b/qpid-jms-discovery/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.6.0
+1.7.0-SNAPSHOT
   
 
   qpid-jms-discovery
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
index 282c352..e92f0e2 100644
--- a/qpid-jms-docs/pom.xml
+++ b/qpid-jms-docs/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.6.0
+1.7.0-SNAPSHOT
   
   4.0.0
 
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index 91f9f1a..7f021df 100644
--- a/qpid-jms-examples/pom.xml
+++ b/qpid-jms-examples/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.6.0
+1.7.0-SNAPSHOT
   
 
   qpid-jms-examples
diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml
index 1ac9cb3..ac3cc43 100644
--- a/qpid-jms-interop-tests/pom.xml
+++ b/qpid-jms-interop-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.6.0
+1.7.0-SNAPSHOT
   
 
   qpid-jms-interop-tests
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index 51d0a97..c994b2b 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-interop-tests
-1.6.0
+1.7.0-SNAPSHOT
   
 
   qpid-jms-activemq-tests

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



[qpid-jms] annotated tag 1.6.0 created (now f9a78b1)

2022-03-28 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to annotated tag 1.6.0
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git.


  at f9a78b1  (tag)
 tagging a5f73714184972e7b91e4e1864a222c1af05cf14 (commit)
 replaces 1.5.0
  by Robbie Gemmell
  on Mon Mar 28 16:19:07 2022 +0100

- Log -
[maven-release-plugin] copy for tag 1.6.0
---

No new revisions were added by this update.

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



[qpid-jms] branch main updated: [maven-release-plugin] prepare release 1.6.0

2022-03-28 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new a5f7371  [maven-release-plugin] prepare release 1.6.0
a5f7371 is described below

commit a5f73714184972e7b91e4e1864a222c1af05cf14
Author: Robbie Gemmell 
AuthorDate: Mon Mar 28 16:18:39 2022 +0100

[maven-release-plugin] prepare release 1.6.0
---
 apache-qpid-jms/pom.xml| 2 +-
 pom.xml| 4 ++--
 qpid-jms-client/pom.xml| 2 +-
 qpid-jms-discovery/pom.xml | 2 +-
 qpid-jms-docs/pom.xml  | 2 +-
 qpid-jms-examples/pom.xml  | 2 +-
 qpid-jms-interop-tests/pom.xml | 2 +-
 qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index 62768e9..b30e0f8 100644
--- a/apache-qpid-jms/pom.xml
+++ b/apache-qpid-jms/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.6.0-SNAPSHOT
+1.6.0
   
   4.0.0
 
diff --git a/pom.xml b/pom.xml
index 71c9428..a5d8adc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   org.apache.qpid
   qpid-jms-parent
-  1.6.0-SNAPSHOT
+  1.6.0
   pom
   QpidJMS
   2013
@@ -90,7 +90,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git
 
scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git
 https://gitbox.apache.org/repos/asf?p=qpid-jms.git
-HEAD
+1.6.0
   
 
   
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index bda6693..c3f266a 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.6.0-SNAPSHOT
+1.6.0
   
 
   qpid-jms-client
diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml
index 2df6c51..6358c61 100644
--- a/qpid-jms-discovery/pom.xml
+++ b/qpid-jms-discovery/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.6.0-SNAPSHOT
+1.6.0
   
 
   qpid-jms-discovery
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
index a358f3c..282c352 100644
--- a/qpid-jms-docs/pom.xml
+++ b/qpid-jms-docs/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.6.0-SNAPSHOT
+1.6.0
   
   4.0.0
 
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index d431e01..91f9f1a 100644
--- a/qpid-jms-examples/pom.xml
+++ b/qpid-jms-examples/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.6.0-SNAPSHOT
+1.6.0
   
 
   qpid-jms-examples
diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml
index 32bc927..1ac9cb3 100644
--- a/qpid-jms-interop-tests/pom.xml
+++ b/qpid-jms-interop-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-1.6.0-SNAPSHOT
+1.6.0
   
 
   qpid-jms-interop-tests
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index b6abf90..51d0a97 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-interop-tests
-1.6.0-SNAPSHOT
+1.6.0
   
 
   qpid-jms-activemq-tests

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



[qpid-jms] 01/02: QPIDJMS-566 Replace org.apache.geronimo.specs:geronimo-jms_2.0_spec with vendor neutral jakarta.jms:jakarta.jms-api

2022-03-28 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit eabd1cd878eafe878aaa6db3be5bd93af100362a
Author: Peter Palaga 
AuthorDate: Mon Mar 21 16:30:52 2022 +0100

QPIDJMS-566 Replace org.apache.geronimo.specs:geronimo-jms_2.0_spec with
vendor neutral jakarta.jms:jakarta.jms-api
---
 pom.xml | 8 
 qpid-jms-client/pom.xml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6f3e75a..71c9428 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
 0.33.10
 4.1.75.Final
 1.7.36
-1.0-alpha-2
+2.0.3
 
 
 0.33.0
@@ -122,9 +122,9 @@
 ${proton-version}
   
   
-org.apache.geronimo.specs
-geronimo-jms_2.0_spec
-${geronimo.jms.2.spec.version}
+jakarta.jms
+jakarta.jms-api
+${jakarta.jms-api-version}
   
   
 org.slf4j
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 520e300..bda6693 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -37,8 +37,8 @@
   slf4j-api
 
 
-  org.apache.geronimo.specs
-  geronimo-jms_2.0_spec
+  jakarta.jms
+  jakarta.jms-api
 
 
   org.apache.qpid

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



[qpid-jms] branch main updated (706514e -> 7aeff9b)

2022-03-28 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git.


from 706514e  QPIDJMS-562: update to jetty 9.4.45
 new eabd1cd  QPIDJMS-566 Replace 
org.apache.geronimo.specs:geronimo-jms_2.0_spec with vendor neutral 
jakarta.jms:jakarta.jms-api
 new 7aeff9b  QPIDJMS-566: update binary assembly LICENSE file

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 apache-qpid-jms/src/main/assembly/LICENSE  |  33 +--
 apache-qpid-jms/src/main/assembly/bin.xml  |   1 +
 .../assembly/licenses/jakarta.jms-api.EPL-2.0.txt  | 277 +
 .../src/main/assembly/licenses/slf4j-MIT.txt   |  22 ++
 pom.xml|   8 +-
 qpid-jms-client/pom.xml|   4 +-
 6 files changed, 315 insertions(+), 30 deletions(-)
 create mode 100644 
apache-qpid-jms/src/main/assembly/licenses/jakarta.jms-api.EPL-2.0.txt
 create mode 100644 apache-qpid-jms/src/main/assembly/licenses/slf4j-MIT.txt

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



[qpid-jms] 02/02: QPIDJMS-566: update binary assembly LICENSE file

2022-03-28 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 7aeff9b0a201e9d72d0237577d0e0cb62e4b3bcd
Author: Robbie Gemmell 
AuthorDate: Mon Mar 28 12:45:51 2022 +0100

QPIDJMS-566: update binary assembly LICENSE file
---
 apache-qpid-jms/src/main/assembly/LICENSE  |  33 +--
 apache-qpid-jms/src/main/assembly/bin.xml  |   1 +
 .../assembly/licenses/jakarta.jms-api.EPL-2.0.txt  | 277 +
 .../src/main/assembly/licenses/slf4j-MIT.txt   |  22 ++
 4 files changed, 309 insertions(+), 24 deletions(-)

diff --git a/apache-qpid-jms/src/main/assembly/LICENSE 
b/apache-qpid-jms/src/main/assembly/LICENSE
index 7516811..3ea2dcf 100644
--- a/apache-qpid-jms/src/main/assembly/LICENSE
+++ b/apache-qpid-jms/src/main/assembly/LICENSE
@@ -207,28 +207,13 @@
 # Third Party Dependency Licensing Information:
 ###
 
-This product bundles SLF4J-API which is distributed under
-the MIT licence:
-
-Copyright (c) 2004-2013 QOS.ch
-All rights reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+# --- jakarta.jms-api ---
+
+This product bundles jakarta.jms-api, which is distributed under the
+Eclipse Public License (EPL) 2.0. For details, see: 
licenses/jakarta.jms-api.EPL-2.0.txt
+
+# --- slf4j-api ---
+
+This product bundles slf4j-api, which is distributed inder the
+MIT licence. For details, see: licenses/slf4j-MIT.txt
 
diff --git a/apache-qpid-jms/src/main/assembly/bin.xml 
b/apache-qpid-jms/src/main/assembly/bin.xml
index bb1a07b..e909f20 100644
--- a/apache-qpid-jms/src/main/assembly/bin.xml
+++ b/apache-qpid-jms/src/main/assembly/bin.xml
@@ -35,6 +35,7 @@
 README.txt
 NOTICE
 LICENSE
+licenses/*
   
   0644
   0755
diff --git 
a/apache-qpid-jms/src/main/assembly/licenses/jakarta.jms-api.EPL-2.0.txt 
b/apache-qpid-jms/src/main/assembly/licenses/jakarta.jms-api.EPL-2.0.txt
new file mode 100644
index 000..e23ece2
--- /dev/null
+++ b/apache-qpid-jms/src/main/assembly/licenses/jakarta.jms-api.EPL-2.0.txt
@@ -0,0 +1,277 @@
+Eclipse Public License - v 2.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
+OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+  a) in the case of the initial Contributor, the initial content
+ Distributed under this Agreement, and
+
+  b) in the case of each subsequent Contributor:
+ i) changes to the Program, and
+ ii) additions to the Program;
+  where such changes and/or additions to the Program originate from
+  and are Distributed by that particular Contributor. A Contribution
+  "originates" from a Contributor if it was added to the Program by
+  such Contributor itself or anyone acting on such Contributor's behalf.
+  Contributions do not include changes or additions to the Program that
+  are not Modified Works.
+
+"Contributor" means any person or entity that Distributes the Program.
+
+"Licensed Patents" mean patent claims licensable by a Contributor which
+are necessarily infringed by the use or sale of its Contribution alone
+or when combined with the Program.
+
+"Program" means the Contributions Distributed in accordance with this
+Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement
+or any Secondary License (as applicable), including Contributors.
+
+"Derivative Works" shall mean any work, whether in Source Code or other
+form, that is based on (or derived from) the Program and for which the
+editorial revisions, annotations, elaborations, or other modifications
+represent, as a whole, an original work of authorship.
+
+"Modified Works" shal

svn commit: r53230 - /release/qpid/proton/0.35.0/

2022-03-21 Thread robbie
Author: robbie
Date: Mon Mar 21 10:09:47 2022
New Revision: 53230

Log:
clean out older release

Removed:
release/qpid/proton/0.35.0/


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



svn commit: r53229 - /release/qpid/proton/0.37.0/

2022-03-21 Thread robbie
Author: robbie
Date: Mon Mar 21 10:08:53 2022
New Revision: 53229

Log:
add files for qpid-proton-0.37.0

Added:
release/qpid/proton/0.37.0/
  - copied from r53228, dev/qpid/proton/0.37.0-rc2/


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



[qpid-proton] annotated tag 0.37.0 created (now 17e4374)

2022-03-21 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to annotated tag 0.37.0
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git.


  at 17e4374  (tag)
 tagging fee5e94afb83b92ffa60a6f815d5102a67915166 (commit)
 replaces 0.37.0-rc1
  by Robbie Gemmell
  on Mon Mar 21 10:05:30 2022 +

- Log -
Release 0.37.0
---

No new revisions were added by this update.

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



[qpid-jms] 01/02: QPIDJMS-562: update activemq test dep to 5.17.0, align jetty deps

2022-03-16 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit a1c23a394a2f6a9a001b27b19e44a237ab412ceb
Author: Robbie Gemmell 
AuthorDate: Wed Mar 16 10:44:59 2022 +

QPIDJMS-562: update activemq test dep to 5.17.0, align jetty deps
---
 pom.xml|  2 +-
 qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 15 +--
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6fbbe48..f000f0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
 
 
 2.0.50.Final
-5.16.3
+5.17.0
 4.13.2
 1.0
 9.4.43.v20210629
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index ca04b3a..b6abf90 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
@@ -31,6 +31,19 @@
 UTF-8
   
 
+  
+
+  
+org.eclipse.jetty
+jetty-bom
+${jetty-version}
+pom
+import
+  
+
+  
+
+
   
 
 
@@ -80,13 +93,11 @@
 
   org.eclipse.jetty
   jetty-jndi
-  ${jetty-version}
   test
 
 
   org.eclipse.jetty.websocket
   websocket-server
-  ${jetty-version}
   test
 
 

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



[qpid-jms] branch main updated (4ca0618 -> 706514e)

2022-03-16 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git.


from 4ca0618  QPIDJMS-553 Shared Netty event loop group
 new a1c23a3  QPIDJMS-562: update activemq test dep to 5.17.0, align jetty 
deps
 new 706514e  QPIDJMS-562: update to jetty 9.4.45

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml|  4 ++--
 qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 15 +--
 2 files changed, 15 insertions(+), 4 deletions(-)

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



[qpid-jms] 02/02: QPIDJMS-562: update to jetty 9.4.45

2022-03-16 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 706514e7a1a75a45ceb1cff60583bcb76f769882
Author: Robbie Gemmell 
AuthorDate: Wed Mar 16 10:45:09 2022 +

QPIDJMS-562: update to jetty 9.4.45
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f000f0c..6f3e75a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
 5.17.0
 4.13.2
 1.0
-9.4.43.v20210629
+9.4.45.v20220203
 4.4.0
 2.2
 3.3.2

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



[qpid-jms] branch main updated: QPIDJMS-553 Shared Netty event loop group

2022-03-16 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new 4ca0618  QPIDJMS-553 Shared Netty event loop group
4ca0618 is described below

commit 4ca0618f546d3d7b54c8639036841646c0ffa202
Author: franz1981 
AuthorDate: Wed Mar 16 11:01:28 2022 +0100

QPIDJMS-553 Shared Netty event loop group

co-author: gemmellr
---
 .../qpid/jms/transports/TransportOptions.java  |  11 +
 .../jms/transports/netty/EventLoopGroupRef.java|  27 ++
 .../qpid/jms/transports/netty/EventLoopType.java   |  89 ++
 .../netty/NettyEventLoopGroupFactory.java  | 211 +
 .../jms/transports/netty/NettyTcpTransport.java|  53 ++--
 .../apache/qpid/jms/util/QpidJMSThreadFactory.java |  35 ++-
 .../qpid/jms/transports/TransportOptionsTest.java  |   4 +
 .../netty/NettySslTransportFactoryTest.java|   4 +
 .../netty/NettyTcpTransportFactoryTest.java|   4 +
 .../transports/netty/NettyTcpTransportTest.java| 342 ++---
 10 files changed, 618 insertions(+), 162 deletions(-)

diff --git 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/TransportOptions.java
 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/TransportOptions.java
index ba62d04..1ed1771 100644
--- 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/TransportOptions.java
+++ 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/TransportOptions.java
@@ -39,6 +39,7 @@ public class TransportOptions implements Cloneable {
 public static final int DEFAULT_SO_TIMEOUT = -1;
 public static final int DEFAULT_CONNECT_TIMEOUT = 6;
 public static final int DEFAULT_TCP_PORT = 5672;
+public static final int DEFAULT_SHARED_EVENT_LOOP_THREADS = -1;
 public static final boolean DEFAULT_USE_EPOLL = true;
 public static final boolean DEFAULT_USE_KQUEUE = false;
 public static final boolean DEFAULT_TRACE_BYTES = false;
@@ -73,6 +74,7 @@ public class TransportOptions implements Cloneable {
 private boolean useKQueue = DEFAULT_USE_KQUEUE;
 private boolean traceBytes = DEFAULT_TRACE_BYTES;
 private boolean useOpenSSL = DEFAULT_USE_OPENSSL;
+private int sharedEventLoopThreads = DEFAULT_SHARED_EVENT_LOOP_THREADS;
 
 private String keyStoreLocation;
 private String keyStorePassword;
@@ -213,6 +215,14 @@ public class TransportOptions implements Cloneable {
 this.tcpKeepAlive = keepAlive;
 }
 
+public void setSharedEventLoopThreads(int numThreads) {
+this.sharedEventLoopThreads = numThreads;
+}
+
+public int getSharedEventLoopThreads() {
+return sharedEventLoopThreads;
+}
+
 public int getConnectTimeout() {
 return connectTimeout;
 }
@@ -590,6 +600,7 @@ public class TransportOptions implements Cloneable {
 copy.setUseOpenSSL(isUseOpenSSL());
 copy.setLocalAddress(getLocalAddress());
 copy.setLocalPort(getLocalPort());
+copy.setSharedEventLoopThreads(getSharedEventLoopThreads());
 
 return copy;
 }
diff --git 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/netty/EventLoopGroupRef.java
 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/netty/EventLoopGroupRef.java
new file mode 100644
index 000..e590e5f
--- /dev/null
+++ 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/netty/EventLoopGroupRef.java
@@ -0,0 +1,27 @@
+/*
+ * 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.
+ */
+package org.apache.qpid.jms.transports.netty;
+
+import io.netty.channel.EventLoopGroup;
+
+public interface EventLoopGroupRef extends AutoCloseable {
+
+EventLoopGroup group();
+
+@Override
+void close();
+}
diff --git 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/netty/EventLoopType.java
 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/netty/EventLoopType.java
new file mode 100644
index 000..610a6ff
--- /dev/null
+++ 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/netty/EventLoopTyp

svn commit: r53106 - in /dev/qpid/proton/0.37.0-rc2: ./ qpid-proton-0.37.0.tar.gz qpid-proton-0.37.0.tar.gz.asc qpid-proton-0.37.0.tar.gz.sha512

2022-03-15 Thread robbie
Author: robbie
Date: Tue Mar 15 17:24:19 2022
New Revision: 53106

Log:
add files for qpid-proton 0.37.0 (RC2)

Added:
dev/qpid/proton/0.37.0-rc2/
dev/qpid/proton/0.37.0-rc2/qpid-proton-0.37.0.tar.gz   (with props)
dev/qpid/proton/0.37.0-rc2/qpid-proton-0.37.0.tar.gz.asc   (with props)
dev/qpid/proton/0.37.0-rc2/qpid-proton-0.37.0.tar.gz.sha512

Added: dev/qpid/proton/0.37.0-rc2/qpid-proton-0.37.0.tar.gz
==
Binary file - no diff available.

Propchange: dev/qpid/proton/0.37.0-rc2/qpid-proton-0.37.0.tar.gz
--
svn:mime-type = application/gzip

Added: dev/qpid/proton/0.37.0-rc2/qpid-proton-0.37.0.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/qpid/proton/0.37.0-rc2/qpid-proton-0.37.0.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/qpid/proton/0.37.0-rc2/qpid-proton-0.37.0.tar.gz.sha512
==
--- dev/qpid/proton/0.37.0-rc2/qpid-proton-0.37.0.tar.gz.sha512 (added)
+++ dev/qpid/proton/0.37.0-rc2/qpid-proton-0.37.0.tar.gz.sha512 Tue Mar 15 
17:24:19 2022
@@ -0,0 +1 @@
+84d67aab0e81f371fbcee3db89a8a585794966e17ffcd2e2e9418cb587efc0bc4e635c6ce251ebefd716817632ea5b049b759678cebbad64a0d0c07285bd5962
  qpid-proton-0.37.0.tar.gz



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



[qpid-proton] annotated tag 0.37.0-rc2 created (now de60ca8)

2022-03-15 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to annotated tag 0.37.0-rc2
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git.


  at de60ca8  (tag)
 tagging fee5e94afb83b92ffa60a6f815d5102a67915166 (commit)
 replaces 0.37.0-rc1
  by Robbie Gemmell
  on Tue Mar 15 16:41:20 2022 +

- Log -
tag 0.37.0-rc2
---

No new revisions were added by this update.

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



[qpid-proton] 02/02: PROTON-2506, PROTON-2442: bump version to 0.38.0-SNAPSHOT again

2022-03-15 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git

commit a5d5cda8173da7e807fddec46ff5bfe1c1a9ec88
Author: Robbie Gemmell 
AuthorDate: Tue Mar 15 16:54:26 2022 +

PROTON-2506, PROTON-2442: bump version to 0.38.0-SNAPSHOT again
---
 VERSION.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VERSION.txt b/VERSION.txt
index 0f1a7df..3ba6348 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-0.37.0
+0.38.0-SNAPSHOT

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



[qpid-proton] branch main updated (d409829 -> a5d5cda)

2022-03-15 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git.


from d409829  PROTON-2519: TLS Library - null pointer reference
 new fee5e94  PROTON-2442, PROTON-2506: set version for 0.37.0-rc2
 new a5d5cda  PROTON-2506, PROTON-2442: bump version to 0.38.0-SNAPSHOT 
again

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:

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



[qpid-proton] 01/02: PROTON-2442, PROTON-2506: set version for 0.37.0-rc2

2022-03-15 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git

commit fee5e94afb83b92ffa60a6f815d5102a67915166
Author: Robbie Gemmell 
AuthorDate: Tue Mar 15 16:38:34 2022 +

PROTON-2442, PROTON-2506: set version for 0.37.0-rc2

This reverts commit 10519f500baf03d4653aaea58a888b8857576657.
---
 VERSION.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VERSION.txt b/VERSION.txt
index 3ba6348..0f1a7df 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-0.38.0-SNAPSHOT
+0.37.0

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



svn commit: r53103 - in /dev/qpid/proton: 0.36.0-rc1/ 0.37.0-rc1/

2022-03-15 Thread robbie
Author: robbie
Date: Tue Mar 15 16:44:57 2022
New Revision: 53103

Log:
clean out older RCs

Removed:
dev/qpid/proton/0.36.0-rc1/
dev/qpid/proton/0.37.0-rc1/


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



[qpid-jms] 01/02: QPIDJMS-561: update minikdc test dep to 3.3.2 and related commons-io override to 2.11.0

2022-03-14 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 14250d7c8f5861ba5b44c15d2bddec5dc2ceab90
Author: Robbie Gemmell 
AuthorDate: Mon Mar 14 11:02:38 2022 +

QPIDJMS-561: update minikdc test dep to 3.3.2 and related commons-io 
override to 2.11.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 93e1ae2..146c7a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,8 +52,8 @@
 9.4.43.v20210629
 4.2.0
 2.2
-3.3.1
-2.10.0
+3.3.2
+2.11.0
 
 
 2.6

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



[qpid-jms] branch main updated (bf08ab0 -> af41e88)

2022-03-14 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git.


from bf08ab0  QPIDJMS-562: update to Netty 4.1.75 (and netty-tcnative to 
2.0.50)
 new 14250d7  QPIDJMS-561: update minikdc test dep to 3.3.2 and related 
commons-io override to 2.11.0
 new af41e88  QPIDJMS-561: update to mockito 4.4.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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



[qpid-jms] 02/02: QPIDJMS-561: update to mockito 4.4.0

2022-03-14 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit af41e88bf38b0cdfe566d606b41f82d0110dd392
Author: Robbie Gemmell 
AuthorDate: Mon Mar 14 11:31:38 2022 +

QPIDJMS-561: update to mockito 4.4.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 146c7a6..6fbbe48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
 4.13.2
 1.0
 9.4.43.v20210629
-4.2.0
+4.4.0
 2.2
 3.3.2
 2.11.0

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



[qpid-jms] branch main updated: QPIDJMS-562: update to Netty 4.1.75 (and netty-tcnative to 2.0.50)

2022-03-14 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new bf08ab0  QPIDJMS-562: update to Netty 4.1.75 (and netty-tcnative to 
2.0.50)
bf08ab0 is described below

commit bf08ab050cd618af4cf4c9f49d99846dd6a7aa29
Author: Robbie Gemmell 
AuthorDate: Mon Mar 14 10:37:43 2022 +

QPIDJMS-562: update to Netty 4.1.75 (and netty-tcnative to 2.0.50)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5667a7f..93e1ae2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   
 
 0.33.10
-4.1.74.Final
+4.1.75.Final
 1.7.36
 1.0-alpha-2
 
@@ -45,7 +45,7 @@
 0.33.0
 
 
-2.0.48.Final
+2.0.50.Final
 5.16.3
 4.13.2
 1.0

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



svn commit: r52723 - in /dev/qpid/proton/0.37.0-rc1: ./ qpid-proton-0.37.0.tar.gz qpid-proton-0.37.0.tar.gz.asc qpid-proton-0.37.0.tar.gz.sha512

2022-02-24 Thread robbie
Author: robbie
Date: Thu Feb 24 13:06:20 2022
New Revision: 52723

Log:
add files for qpid-proton-0.37.0 (RC1)

Added:
dev/qpid/proton/0.37.0-rc1/
dev/qpid/proton/0.37.0-rc1/qpid-proton-0.37.0.tar.gz   (with props)
dev/qpid/proton/0.37.0-rc1/qpid-proton-0.37.0.tar.gz.asc   (with props)
dev/qpid/proton/0.37.0-rc1/qpid-proton-0.37.0.tar.gz.sha512

Added: dev/qpid/proton/0.37.0-rc1/qpid-proton-0.37.0.tar.gz
==
Binary file - no diff available.

Propchange: dev/qpid/proton/0.37.0-rc1/qpid-proton-0.37.0.tar.gz
--
svn:mime-type = application/gzip

Added: dev/qpid/proton/0.37.0-rc1/qpid-proton-0.37.0.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/qpid/proton/0.37.0-rc1/qpid-proton-0.37.0.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/qpid/proton/0.37.0-rc1/qpid-proton-0.37.0.tar.gz.sha512
==
--- dev/qpid/proton/0.37.0-rc1/qpid-proton-0.37.0.tar.gz.sha512 (added)
+++ dev/qpid/proton/0.37.0-rc1/qpid-proton-0.37.0.tar.gz.sha512 Thu Feb 24 
13:06:20 2022
@@ -0,0 +1 @@
+190d3121b49263a21cbc5511481b81b4a788ae422326741c27ceba5ab2dbd0a09621b2d0b94e33e03361da996c62192e05543a20f0d0863d8981d8339c725a97
  qpid-proton-0.37.0.tar.gz



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



[qpid-proton] annotated tag 0.37.0-rc1 created (now ab773fa)

2022-02-24 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to annotated tag 0.37.0-rc1
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git.


  at ab773fa  (tag)
 tagging dd86ffd178f155bcebc9c147324de336fd1351d4 (commit)
 replaces 0.36.0
  by Robbie Gemmell
  on Thu Feb 24 11:31:47 2022 +

- Log -
tag 0.37.0-rc1
---

No new revisions were added by this update.

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



[qpid-proton] 01/02: PROTON-2442: update version for 0.37.0-rc1

2022-02-24 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git

commit dd86ffd178f155bcebc9c147324de336fd1351d4
Author: Robbie Gemmell 
AuthorDate: Thu Feb 24 11:31:26 2022 +

PROTON-2442: update version for 0.37.0-rc1
---
 VERSION.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VERSION.txt b/VERSION.txt
index 32d216a..0f1a7df 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-0.37.0-SNAPSHOT
+0.37.0

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



[qpid-proton] 02/02: PROTON-2506, PROTON-2442: bump version to 0.38.0-SNAPSHOT

2022-02-24 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git

commit 10519f500baf03d4653aaea58a888b8857576657
Author: Robbie Gemmell 
AuthorDate: Thu Feb 24 11:40:06 2022 +

PROTON-2506, PROTON-2442: bump version to 0.38.0-SNAPSHOT
---
 VERSION.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VERSION.txt b/VERSION.txt
index 0f1a7df..3ba6348 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-0.37.0
+0.38.0-SNAPSHOT

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



[qpid-proton] branch main updated (c9bb2d9 -> 10519f5)

2022-02-24 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git.


from c9bb2d9  PROTON-2442: update .so versions following review
 new dd86ffd  PROTON-2442: update version for 0.37.0-rc1
 new 10519f5  PROTON-2506, PROTON-2442: bump version to 0.38.0-SNAPSHOT

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 VERSION.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



[qpid-proton] branch main updated: PROTON-2442: update .so versions following review

2022-02-24 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
 new c9bb2d9  PROTON-2442: update .so versions following review
c9bb2d9 is described below

commit c9bb2d93ef286a5f150193171794a7fdc0f43df3
Author: Robbie Gemmell 
AuthorDate: Thu Feb 24 11:17:39 2022 +

PROTON-2442: update .so versions following review
---
 c/versions.cmake   | 10 +-
 cpp/versions.cmake |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/c/versions.cmake b/c/versions.cmake
index 8c11b33..6e564cb 100644
--- a/c/versions.cmake
+++ b/c/versions.cmake
@@ -1,11 +1,11 @@
 set(PN_LIB_CORE_MAJOR_VERSION 10)
-set(PN_LIB_CORE_MINOR_VERSION 12)
-set(PN_LIB_CORE_PATCH_VERSION 1)
+set(PN_LIB_CORE_MINOR_VERSION 13)
+set(PN_LIB_CORE_PATCH_VERSION 0)
 set(PN_LIB_CORE_VERSION 
"${PN_LIB_CORE_MAJOR_VERSION}.${PN_LIB_CORE_MINOR_VERSION}.${PN_LIB_CORE_PATCH_VERSION}")
 
 set(PN_LIB_PROACTOR_MAJOR_VERSION 1)
 set(PN_LIB_PROACTOR_MINOR_VERSION 8)
-set(PN_LIB_PROACTOR_PATCH_VERSION 2)
+set(PN_LIB_PROACTOR_PATCH_VERSION 3)
 set(PN_LIB_PROACTOR_VERSION 
"${PN_LIB_PROACTOR_MAJOR_VERSION}.${PN_LIB_PROACTOR_MINOR_VERSION}.${PN_LIB_PROACTOR_PATCH_VERSION}")
 
 set(PN_LIB_TLS_MAJOR_VERSION 0)
@@ -14,6 +14,6 @@ set(PN_LIB_TLS_PATCH_VERSION 0)
 set(PN_LIB_TLS_VERSION 
"${PN_LIB_TLS_MAJOR_VERSION}.${PN_LIB_TLS_MINOR_VERSION}.${PN_LIB_TLS_PATCH_VERSION}")
 
 set(PN_LIB_LEGACY_MAJOR_VERSION 11)
-set(PN_LIB_LEGACY_MINOR_VERSION 14)
-set(PN_LIB_LEGACY_PATCH_VERSION 1)
+set(PN_LIB_LEGACY_MINOR_VERSION 15)
+set(PN_LIB_LEGACY_PATCH_VERSION 0)
 set(PN_LIB_LEGACY_VERSION 
"${PN_LIB_LEGACY_MAJOR_VERSION}.${PN_LIB_LEGACY_MINOR_VERSION}.${PN_LIB_LEGACY_PATCH_VERSION}")
diff --git a/cpp/versions.cmake b/cpp/versions.cmake
index d9b5afc..d38f17c 100644
--- a/cpp/versions.cmake
+++ b/cpp/versions.cmake
@@ -1,4 +1,4 @@
 set(PN_LIB_CPP_MAJOR_VERSION 12)
-set(PN_LIB_CPP_MINOR_VERSION 10)
+set(PN_LIB_CPP_MINOR_VERSION 11)
 set(PN_LIB_CPP_PATCH_VERSION 0)
 set(PN_LIB_CPP_VERSION 
"${PN_LIB_CPP_MAJOR_VERSION}.${PN_LIB_CPP_MINOR_VERSION}.${PN_LIB_CPP_PATCH_VERSION}")

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



[qpid-jms] 02/02: QPIDJMS-562: update to Netty 4.1.74 (and netty-tcnative to 2.0.48)

2022-02-10 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 9b62248b099d63baa8fdeddc890e35568221577b
Author: Robbie Gemmell 
AuthorDate: Thu Feb 10 13:33:47 2022 +

QPIDJMS-562: update to Netty 4.1.74 (and netty-tcnative to 2.0.48)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4cff12d..5667a7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   
 
 0.33.10
-4.1.73.Final
+4.1.74.Final
 1.7.36
 1.0-alpha-2
 
@@ -45,7 +45,7 @@
 0.33.0
 
 
-2.0.46.Final
+2.0.48.Final
 5.16.3
 4.13.2
 1.0

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



[qpid-jms] 01/02: QPIDJMS-564: update to SLF4J 1.7.36

2022-02-10 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 80b0dead95e7567cdeb3bc2d2e50d8a570dd522a
Author: Robbie Gemmell 
AuthorDate: Thu Feb 10 15:39:22 2022 +

QPIDJMS-564: update to SLF4J 1.7.36
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 06618ff..4cff12d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
 
 0.33.10
 4.1.73.Final
-1.7.32
+1.7.36
 1.0-alpha-2
 
 

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



[qpid-jms] branch main updated (6b59981 -> 9b62248)

2022-02-10 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git.


from 6b59981  QPIDJMS-561: update to mockito 4.2.0
 new 80b0dea  QPIDJMS-564: update to SLF4J 1.7.36
 new 9b62248  QPIDJMS-562: update to Netty 4.1.74 (and netty-tcnative to 
2.0.48)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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



[qpid-jms] branch main updated: QPIDJMS-561: update to mockito 4.2.0

2022-01-13 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new 6b59981  QPIDJMS-561: update to mockito 4.2.0
6b59981 is described below

commit 6b599812543df2c62b88a5e8142947760a1df642
Author: Robbie Gemmell 
AuthorDate: Thu Jan 13 10:24:28 2022 +

QPIDJMS-561: update to mockito 4.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f00bda1..06618ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
 4.13.2
 1.0
 9.4.43.v20210629
-3.12.4
+4.2.0
 2.2
 3.3.1
 2.10.0

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



[qpid-jms] branch main updated: QPIDJMS-562: update to Netty 4.1.73

2022-01-12 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new fde851c  QPIDJMS-562: update to Netty 4.1.73
fde851c is described below

commit fde851c665ff7bf323d65f5baec4f5965e769820
Author: Robbie Gemmell 
AuthorDate: Wed Jan 12 17:07:29 2022 +

QPIDJMS-562: update to Netty 4.1.73
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 728c0ea..f00bda1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   
 
 0.33.10
-4.1.72.Final
+4.1.73.Final
 1.7.32
 1.0-alpha-2
 

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



[qpid-jms] branch main updated: QPIDJMS-561: update minikdc test dep to 3.3.1 and rework related exclusion

2022-01-12 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new 044e132  QPIDJMS-561: update minikdc test dep to 3.3.1 and rework 
related exclusion
044e132 is described below

commit 044e132a74fcc0e7d2502f00606c21a196127550
Author: Robbie Gemmell 
AuthorDate: Wed Jan 12 14:27:00 2022 +

QPIDJMS-561: update minikdc test dep to 3.3.1 and rework related exclusion
---
 pom.xml | 17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2b5d86c..728c0ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
 9.4.43.v20210629
 3.12.4
 2.2
-3.3.0
+3.3.1
 2.10.0
 
 
@@ -243,6 +243,10 @@
 org.slf4j
 slf4j-log4j12
   
+  
+com.nimbusds
+nimbus-jose-jwt
+  
 
   
   
@@ -251,17 +255,6 @@
 ${commons-io-version}
 test
   
-  
-org.apache.kerby
-token-provider
-test
-
-  
-com.nimbusds
-nimbus-jose-jwt
-  
-
-  
 
   
 

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



[qpid-jms] branch main updated: QPIDJMS-560: Avoid unnecessary cast when throwing IllegalArgumentException

2022-01-12 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new 010b519  QPIDJMS-560: Avoid unnecessary cast when throwing 
IllegalArgumentException
010b519 is described below

commit 010b5198415aa4b84ae49dcec23c39ac601cc9da
Author: Sebastian Thomschke 
AuthorDate: Wed Feb 10 12:55:14 2021 +0100

QPIDJMS-560: Avoid unnecessary cast when throwing IllegalArgumentException

This closes #38
---
 .../src/main/java/org/apache/qpid/jms/JmsConnectionFactory.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/JmsConnectionFactory.java 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/JmsConnectionFactory.java
index c05da14..1b93f61 100644
--- 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/JmsConnectionFactory.java
+++ 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/JmsConnectionFactory.java
@@ -361,8 +361,8 @@ public class JmsConnectionFactory extends JNDIStorable 
implements ConnectionFact
 if (name != null && name.trim().isEmpty() == false) {
 try {
 return new URI(name);
-} catch (URISyntaxException e) {
-throw (IllegalArgumentException) new 
IllegalArgumentException("Invalid remote URI: " + name).initCause(e);
+} catch (URISyntaxException ex) {
+throw new IllegalArgumentException("Invalid remote URI: " + 
name, ex);
 }
 }
 return null;

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



[qpid-dispatch] branch main updated: NO-JIRA: update years in NOTICE file

2022-01-10 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
 new f14e2b7  NO-JIRA: update years in NOTICE file
f14e2b7 is described below

commit f14e2b7508f24ba0147c9679c32cdb99a19efd58
Author: Robbie Gemmell 
AuthorDate: Mon Jan 10 11:57:42 2022 +

NO-JIRA: update years in NOTICE file
---
 NOTICE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index 69bae6d..52077a9 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid Dispatch
-Copyright 2013-2021 The Apache Software Foundation
+Copyright 2013-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

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



[qpid-site] branch asf-site updated: NO-JIRA: update years in NOTICE file

2022-01-10 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 63f7fc0  NO-JIRA: update years in NOTICE file
63f7fc0 is described below

commit 63f7fc04c8c4351863778b5cfca4b4b6fb1a6dbe
Author: Robbie Gemmell 
AuthorDate: Mon Jan 10 11:54:28 2022 +

NO-JIRA: update years in NOTICE file
---
 NOTICE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index 95bd9b3..9ac4e29 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid Site
-Copyright 2016-2021 The Apache Software Foundation
+Copyright 2016-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

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



[qpid-protonj2] branch main updated: NO-JIRA: update years in NOTICE files

2022-01-10 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
 new 983f624  NO-JIRA: update years in NOTICE files
983f624 is described below

commit 983f62431be1258844dcdeabb8f3263cf27f4039
Author: Robbie Gemmell 
AuthorDate: Mon Jan 10 11:53:12 2022 +

NO-JIRA: update years in NOTICE files
---
 NOTICE| 2 +-
 apache-qpid-protonj2/src/main/assembly/NOTICE | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index a3210a9..c32f2b1 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid ProtonJ2
-Copyright 2020-2021 The Apache Software Foundation
+Copyright 2020-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/apache-qpid-protonj2/src/main/assembly/NOTICE 
b/apache-qpid-protonj2/src/main/assembly/NOTICE
index a3210a9..c32f2b1 100644
--- a/apache-qpid-protonj2/src/main/assembly/NOTICE
+++ b/apache-qpid-protonj2/src/main/assembly/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid ProtonJ2
-Copyright 2020-2021 The Apache Software Foundation
+Copyright 2020-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

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



[qpid-proton-j] branch main updated: NO-JIRA: update years in NOTICE files

2022-01-10 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


The following commit(s) were added to refs/heads/main by this push:
 new b51cac8  NO-JIRA: update years in NOTICE files
b51cac8 is described below

commit b51cac846a2f8f72f8dbb838bcd1d755de8110ad
Author: Robbie Gemmell 
AuthorDate: Mon Jan 10 11:52:07 2022 +

NO-JIRA: update years in NOTICE files
---
 NOTICE| 2 +-
 apache-qpid-proton-j/src/main/assembly/NOTICE | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index 11ceb18..15b8355 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid Proton-J
-Copyright 2012-2021 The Apache Software Foundation
+Copyright 2012-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/apache-qpid-proton-j/src/main/assembly/NOTICE 
b/apache-qpid-proton-j/src/main/assembly/NOTICE
index 11ceb18..15b8355 100644
--- a/apache-qpid-proton-j/src/main/assembly/NOTICE
+++ b/apache-qpid-proton-j/src/main/assembly/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid Proton-J
-Copyright 2012-2021 The Apache Software Foundation
+Copyright 2012-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

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



[qpid-proton] branch main updated: NO-JIRA: update years in NOTICE file

2022-01-10 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
 new f022cf4  NO-JIRA: update years in NOTICE file
f022cf4 is described below

commit f022cf4defff259c9feb36005fb2907e6d8e3925
Author: Robbie Gemmell 
AuthorDate: Mon Jan 10 11:50:48 2022 +

NO-JIRA: update years in NOTICE file
---
 NOTICE.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 7d5ff3c..0f86040 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Qpid Proton
-Copyright 2012-2021 The Apache Software Foundation
+Copyright 2012-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

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



[qpid-broker-j] branch 8.0.x updated: NO-JIRA: update years in NOTICE files

2022-01-10 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/8.0.x by this push:
 new 8eb996c  NO-JIRA: update years in NOTICE files
8eb996c is described below

commit 8eb996cf06b63d6deac7558703c2aed9ed566689
Author: Robbie Gemmell 
AuthorDate: Mon Jan 10 11:45:58 2022 +

NO-JIRA: update years in NOTICE files

(cherry picked from commit d6955c426bb05690f19df8a2a0078d201b664db0)
---
 NOTICE   | 2 +-
 apache-qpid-broker-j/src/main/assembly/NOTICE| 2 +-
 perftests/src/main/assembly/NOTICE   | 2 +-
 perftests/visualisation-jfc/src/main/assembly/NOTICE | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NOTICE b/NOTICE
index 98dfb74..75578aa 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid Broker-J
-Copyright 2006-2021 The Apache Software Foundation
+Copyright 2006-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/apache-qpid-broker-j/src/main/assembly/NOTICE 
b/apache-qpid-broker-j/src/main/assembly/NOTICE
index 57ff0ff..df29638 100644
--- a/apache-qpid-broker-j/src/main/assembly/NOTICE
+++ b/apache-qpid-broker-j/src/main/assembly/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid Broker-J
-Copyright 2006-2021 The Apache Software Foundation
+Copyright 2006-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/perftests/src/main/assembly/NOTICE 
b/perftests/src/main/assembly/NOTICE
index 0e23d22..5c9ce02 100644
--- a/perftests/src/main/assembly/NOTICE
+++ b/perftests/src/main/assembly/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid Performance Tests
-Copyright (c) 2006-2021 The Apache Software Foundation
+Copyright (c) 2006-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/perftests/visualisation-jfc/src/main/assembly/NOTICE 
b/perftests/visualisation-jfc/src/main/assembly/NOTICE
index 9da79fa..2d0320c 100644
--- a/perftests/visualisation-jfc/src/main/assembly/NOTICE
+++ b/perftests/visualisation-jfc/src/main/assembly/NOTICE
@@ -1,5 +1,5 @@
 Qpid Performance Tests Visualisation JFC
-Copyright 2006-2021 The Apache Software Foundation
+Copyright 2006-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

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



[qpid-broker-j] branch main updated: NO-JIRA: update years in NOTICE files

2022-01-10 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
 new d6955c4  NO-JIRA: update years in NOTICE files
d6955c4 is described below

commit d6955c426bb05690f19df8a2a0078d201b664db0
Author: Robbie Gemmell 
AuthorDate: Mon Jan 10 11:45:58 2022 +

NO-JIRA: update years in NOTICE files
---
 NOTICE   | 2 +-
 apache-qpid-broker-j/src/main/assembly/NOTICE| 2 +-
 perftests/src/main/assembly/NOTICE   | 2 +-
 perftests/visualisation-jfc/src/main/assembly/NOTICE | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NOTICE b/NOTICE
index 98dfb74..75578aa 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid Broker-J
-Copyright 2006-2021 The Apache Software Foundation
+Copyright 2006-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/apache-qpid-broker-j/src/main/assembly/NOTICE 
b/apache-qpid-broker-j/src/main/assembly/NOTICE
index 57ff0ff..df29638 100644
--- a/apache-qpid-broker-j/src/main/assembly/NOTICE
+++ b/apache-qpid-broker-j/src/main/assembly/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid Broker-J
-Copyright 2006-2021 The Apache Software Foundation
+Copyright 2006-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/perftests/src/main/assembly/NOTICE 
b/perftests/src/main/assembly/NOTICE
index 0e23d22..5c9ce02 100644
--- a/perftests/src/main/assembly/NOTICE
+++ b/perftests/src/main/assembly/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid Performance Tests
-Copyright (c) 2006-2021 The Apache Software Foundation
+Copyright (c) 2006-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/perftests/visualisation-jfc/src/main/assembly/NOTICE 
b/perftests/visualisation-jfc/src/main/assembly/NOTICE
index 9da79fa..2d0320c 100644
--- a/perftests/visualisation-jfc/src/main/assembly/NOTICE
+++ b/perftests/visualisation-jfc/src/main/assembly/NOTICE
@@ -1,5 +1,5 @@
 Qpid Performance Tests Visualisation JFC
-Copyright 2006-2021 The Apache Software Foundation
+Copyright 2006-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

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



[qpid-jms] branch main updated: NO-JIRA: update years in NOTICE files

2022-01-10 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
 new cd79d82  NO-JIRA: update years in NOTICE files
cd79d82 is described below

commit cd79d82a3065d1895c154270b3d6980b6e33221a
Author: Robbie Gemmell 
AuthorDate: Mon Jan 10 11:42:00 2022 +

NO-JIRA: update years in NOTICE files
---
 NOTICE   | 2 +-
 apache-qpid-jms/src/main/assembly/NOTICE | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index e7ef865..ff3b327 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid JMS
-Copyright 2013-2021 The Apache Software Foundation
+Copyright 2013-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/apache-qpid-jms/src/main/assembly/NOTICE 
b/apache-qpid-jms/src/main/assembly/NOTICE
index a737c9f..99407ef 100644
--- a/apache-qpid-jms/src/main/assembly/NOTICE
+++ b/apache-qpid-jms/src/main/assembly/NOTICE
@@ -1,5 +1,5 @@
 Apache Qpid JMS
-Copyright 2013-2021 The Apache Software Foundation
+Copyright 2013-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

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



[qpid-site] 02/02: update site content for qpid-jms 1.5.0

2021-12-23 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git

commit 91c7a45f102ecdb6cf73b792012d8c965c0af9ed
Author: Robbie Gemmell 
AuthorDate: Thu Dec 23 16:29:21 2021 +

update site content for qpid-jms 1.5.0
---
 content/components/jms/index.html  |   8 +-
 content/dashboard.html |   2 +-
 content/documentation.html |   4 +-
 content/download.html  |   6 +-
 content/maven.html |   2 +-
 content/releases/index.html|   6 +-
 content/releases/qpid-jms-0.37.0/index.html|   2 +-
 content/releases/qpid-jms-0.38.0/index.html|   2 +-
 content/releases/qpid-jms-0.39.0/index.html|   2 +-
 content/releases/qpid-jms-0.40.0/index.html|   2 +-
 content/releases/qpid-jms-0.41.0/index.html|   2 +-
 content/releases/qpid-jms-0.42.0/index.html|   2 +-
 content/releases/qpid-jms-0.43.0/index.html|   2 +-
 content/releases/qpid-jms-0.44.0/index.html|   2 +-
 content/releases/qpid-jms-0.45.0/index.html|   2 +-
 content/releases/qpid-jms-0.46.0/index.html|   2 +-
 content/releases/qpid-jms-0.47.0/index.html|   2 +-
 content/releases/qpid-jms-0.48.0/index.html|   2 +-
 content/releases/qpid-jms-0.49.0/index.html|   2 +-
 content/releases/qpid-jms-0.50.0/index.html|   2 +-
 content/releases/qpid-jms-0.51.0/index.html|   2 +-
 content/releases/qpid-jms-0.52.0/index.html|   2 +-
 content/releases/qpid-jms-0.53.0/index.html|   2 +-
 content/releases/qpid-jms-0.54.0/index.html|   2 +-
 content/releases/qpid-jms-0.55.0/index.html|   2 +-
 content/releases/qpid-jms-0.56.0/index.html|   2 +-
 content/releases/qpid-jms-0.57.0/index.html|   2 +-
 content/releases/qpid-jms-0.58.0/index.html|   2 +-
 content/releases/qpid-jms-0.59.0/index.html|   2 +-
 content/releases/qpid-jms-0.60.1/index.html|   2 +-
 content/releases/qpid-jms-0.61.0/index.html|   2 +-
 content/releases/qpid-jms-1.0.0/index.html |   2 +-
 content/releases/qpid-jms-1.1.0/index.html |   2 +-
 content/releases/qpid-jms-1.2.0/index.html |   2 +-
 content/releases/qpid-jms-1.3.0/index.html |   2 +-
 content/releases/qpid-jms-1.4.1/index.html |   2 +-
 .../qpid-jms-1.5.0/building.html}  |  91 ++--
 content/releases/qpid-jms-1.5.0/docs/index.html| 584 +
 .../{qpid-jms-1.0.0 => qpid-jms-1.5.0}/index.html  |  24 +-
 .../release-notes.html}|  73 +--
 input/_transom_config.py   |   2 +-
 input/releases/index.md|   6 +-
 input/releases/qpid-jms-1.5.0/building.md  |  46 ++
 input/releases/qpid-jms-1.5.0/docs/index.md| 386 ++
 input/releases/qpid-jms-1.5.0/index.md |  68 +++
 input/releases/qpid-jms-1.5.0/release-notes.md |  41 ++
 46 files changed, 1234 insertions(+), 175 deletions(-)

diff --git a/content/components/jms/index.html 
b/content/components/jms/index.html
index 0242618..a8216ef 100644
--- a/content/components/jms/index.html
+++ b/content/components/jms/index.html
@@ -147,9 +147,9 @@ API
 
 
 http://docs.oracle.com/javaee/7/api/javax/jms/package-summary.html;>API 
reference
-https://github.com/apache/qpid-jms/tree/1.4.1/qpid-jms-examples;>Examples
-Configuration
-Building Qpid JMS
+https://github.com/apache/qpid-jms/tree/1.5.0/qpid-jms-examples;>Examples
+Configuration
+Building Qpid JMS
 
 
 
@@ -163,7 +163,7 @@ API
 Releases
 
 
-Qpid JMS 1.4.1
+Qpid JMS 1.5.0
 Past releases
 
 
diff --git a/content/dashboard.html b/content/dashboard.html
index f8ac15f..b65a35f 100644
--- a/content/dashboard.html
+++ b/content/dashboard.html
@@ -169,7 +169,7 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
 
   Qpid JMS
-  1.4.1
+  1.5.0
   https://issues.apache.org/jira/projects/QPIDJMS;>Summary 
 https://issues.apache.org/jira/issues/?jql=project+%3D+QPIDJMS+and+resolution+is+null;>Open
 issues  https://issues.apache.org/jira/issues/?jql=project+%3D+QPIDJMS;>All 
issues  https://issues.apache.org/jira/secure/CreateIssue!default.jspa?pid=12314524;>Create
 issue
   https://builds.apache.org/blue/organizations/jenkins/Qpid%2FQpid-JMS-Test-JDK11/activity;>https://builds.apache.org/buildStatus/icon?job=Qpid/Qpid-JMS-Test-JDK11; 
height="20"/> https://travis-ci.com/github/apache/qpid-jms;>https://travis-ci.com/apache/qpid-jms.svg?branch=main; height="20"/> 
https://builds.apache.org/blue/organizations/jenkins/Qpid%2FQpid-JMS-Test-JDK11-Windows/activity;>https://builds.apache.org/build [...]
   https://gitbox.apache.org/repos

[qpid-site] 01/02: update site content for qpid-jms 0.61.0

2021-12-23 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git

commit 0a8a8305e722a146b579acb6b745e4832cd93293
Author: Robbie Gemmell 
AuthorDate: Thu Dec 23 16:18:36 2021 +

update site content for qpid-jms 0.61.0
---
 content/download.html  |   6 +-
 content/releases/qpid-jms-0.59.0/index.html|   2 +-
 content/releases/qpid-jms-0.60.1/index.html|   2 +-
 .../index.html => qpid-jms-0.61.0/building.html}   | 106 ++--
 content/releases/qpid-jms-0.61.0/docs/index.html   | 584 +
 .../index.html |  24 +-
 .../release-notes.html}|  73 +--
 content/releases/qpid-jms-1.0.0/index.html |   2 +-
 content/releases/qpid-jms-1.1.0/index.html |   2 +-
 content/releases/qpid-jms-1.2.0/index.html |   2 +-
 content/releases/qpid-jms-1.3.0/index.html |   2 +-
 content/releases/qpid-jms-1.4.1/index.html |   2 +-
 input/_transom_config.py   |   2 +-
 input/releases/qpid-jms-0.61.0/building.md |  46 ++
 input/releases/qpid-jms-0.61.0/docs/index.md   | 386 ++
 input/releases/qpid-jms-0.61.0/index.md|  68 +++
 input/releases/qpid-jms-0.61.0/release-notes.md|  41 ++
 17 files changed, 1208 insertions(+), 142 deletions(-)

diff --git a/content/download.html b/content/download.html
index 6dfffe8..213eb0f 100644
--- a/content/download.html
+++ b/content/download.html
@@ -159,9 +159,9 @@ 
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
 
   
-  0.60.1
-  https://www.apache.org/dyn/closer.lua?filename=qpid/jms/0.60.1/apache-qpid-jms-0.60.1-src.tar.gzaction=download;>Source
 (https://downloads.apache.org/qpid/jms/0.60.1/apache-qpid-jms-0.60.1-src.tar.gz.asc;>ASC,
 https://downloads.apache.org/qpid/jms/0.60.1/apache-qpid-jms-0.60.1-src.tar.gz.sha512;>SHA512),
  https://www.apache.org/dyn/closer.lua?filename=qpid/jms/0.60.1/apache-qpid-jms-0.60.1-bin.tar.gzaction=download;>BinaryRelease Page, Maven
+  0.61.0
+  https://www.apache.org/dyn/closer.lua?filename=qpid/jms/0.61.0/apache-qpid-jms-0.61.0-src.tar.gzaction=download;>Source
 (https://downloads.apache.org/qpid/jms/0.61.0/apache-qpid-jms-0.61.0-src.tar.gz.asc;>ASC,
 https://downloads.apache.org/qpid/jms/0.61.0/apache-qpid-jms-0.61.0-src.tar.gz.sha512;>SHA512),
  https://www.apache.org/dyn/closer.lua?filename=qpid/jms/0.61.0/apache-qpid-jms-0.61.0-bin.tar.gzaction=download;>BinaryRelease Page, Maven
 
 
   Qpid JMS AMQP 0-x
diff --git a/content/releases/qpid-jms-0.59.0/index.html 
b/content/releases/qpid-jms-0.59.0/index.html
index e3cc756..40de7d4 100644
--- a/content/releases/qpid-jms-0.59.0/index.html
+++ b/content/releases/qpid-jms-0.59.0/index.html
@@ -175,7 +175,7 @@ files you download.
 
 
   _deferredFunctions.push(function() {
-  if ("0.59.0" === "1.4.1") || "0.59.0" === "0.60.1") {
+  if ("0.59.0" === "1.4.1") || "0.59.0" === "0.61.0") {
   _modifyCurrentReleaseLinks();
   }
   });
diff --git a/content/releases/qpid-jms-0.60.1/index.html 
b/content/releases/qpid-jms-0.60.1/index.html
index 5c58ec1..fb98b5c 100644
--- a/content/releases/qpid-jms-0.60.1/index.html
+++ b/content/releases/qpid-jms-0.60.1/index.html
@@ -175,7 +175,7 @@ files you download.</p>
 
 <script type="text/javascript">
   _deferredFunctions.push(function() {
-  if ("0.60.1" === "1.4.1") || "0.60.1" === "0.60.1") {
+  if ("0.60.1" === "1.4.1") || "0.60.1" === "0.61.0") {
   _modifyCurrentReleaseLinks();
   }
   });
diff --git a/content/releases/qpid-jms-1.1.0/index.html 
b/content/releases/qpid-jms-0.61.0/building.html
similarity index 69%
copy from content/releases/qpid-jms-1.1.0/index.html
copy to content/releases/qpid-jms-0.61.0/building.html
index d2dbe0b..cb224bf 100644
--- a/content/releases/qpid-jms-1.1.0/index.html
+++ b/content/releases/qpid-jms-0.61.0/building.html
@@ -21,7 +21,7 @@
 -->
 <html xmlns="<a  rel="nofollow" href="http://www.w3.org/1999/xhtml&quot">http://www.w3.org/1999/xhtml&quot</a>; xml:lang="en">
   <head>
-<title>Qpid JMS 1.1.0 - Apache Qpid&#8482;</title>
+<title>Qpid JMS - Apache Qpid&#8482;</title>
 <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
 <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
@@ -111,75 +111,59 @@ 
<a  rel=&qu

[qpid-site] branch asf-site updated (f9186cb -> 91c7a45)

2021-12-23 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git.


from f9186cb  update site content for qpid-jms 1.4.1
 new 0a8a830  update site content for qpid-jms 0.61.0
 new 91c7a45  update site content for qpid-jms 1.5.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/components/jms/index.html  |   8 +-
 content/dashboard.html |   2 +-
 content/documentation.html |   4 +-
 content/download.html  |  12 +-
 content/maven.html |   2 +-
 content/releases/index.html|   6 +-
 content/releases/qpid-jms-0.37.0/index.html|   2 +-
 content/releases/qpid-jms-0.38.0/index.html|   2 +-
 content/releases/qpid-jms-0.39.0/index.html|   2 +-
 content/releases/qpid-jms-0.40.0/index.html|   2 +-
 content/releases/qpid-jms-0.41.0/index.html|   2 +-
 content/releases/qpid-jms-0.42.0/index.html|   2 +-
 content/releases/qpid-jms-0.43.0/index.html|   2 +-
 content/releases/qpid-jms-0.44.0/index.html|   2 +-
 content/releases/qpid-jms-0.45.0/index.html|   2 +-
 content/releases/qpid-jms-0.46.0/index.html|   2 +-
 content/releases/qpid-jms-0.47.0/index.html|   2 +-
 content/releases/qpid-jms-0.48.0/index.html|   2 +-
 content/releases/qpid-jms-0.49.0/index.html|   2 +-
 content/releases/qpid-jms-0.50.0/index.html|   2 +-
 content/releases/qpid-jms-0.51.0/index.html|   2 +-
 content/releases/qpid-jms-0.52.0/index.html|   2 +-
 content/releases/qpid-jms-0.53.0/index.html|   2 +-
 content/releases/qpid-jms-0.54.0/index.html|   2 +-
 content/releases/qpid-jms-0.55.0/index.html|   2 +-
 content/releases/qpid-jms-0.56.0/index.html|   2 +-
 content/releases/qpid-jms-0.57.0/index.html|   2 +-
 content/releases/qpid-jms-0.58.0/index.html|   2 +-
 content/releases/qpid-jms-0.59.0/index.html|   2 +-
 content/releases/qpid-jms-0.60.1/index.html|   2 +-
 .../qpid-jms-0.61.0/building.html} |  91 ++--
 content/releases/qpid-jms-0.61.0/docs/index.html   | 584 +
 .../index.html |  24 +-
 .../release-notes.html}|  73 +--
 content/releases/qpid-jms-1.0.0/index.html |   2 +-
 content/releases/qpid-jms-1.1.0/index.html |   2 +-
 content/releases/qpid-jms-1.2.0/index.html |   2 +-
 content/releases/qpid-jms-1.3.0/index.html |   2 +-
 content/releases/qpid-jms-1.4.1/index.html |   2 +-
 .../qpid-jms-1.5.0/building.html}  |  91 ++--
 content/releases/qpid-jms-1.5.0/docs/index.html| 584 +
 .../{qpid-jms-1.0.0 => qpid-jms-1.5.0}/index.html  |  24 +-
 .../release-notes.html}|  73 +--
 input/_transom_config.py   |   4 +-
 input/releases/index.md|   6 +-
 .../building.md|   0
 .../docs/index.md  |   0
 input/releases/qpid-jms-0.61.0/index.md|  68 +++
 input/releases/qpid-jms-0.61.0/release-notes.md|  41 ++
 .../{qpid-jms-1.4.1 => qpid-jms-1.5.0}/building.md |   0
 .../docs/index.md  |   0
 input/releases/qpid-jms-1.5.0/index.md |  68 +++
 input/releases/qpid-jms-1.5.0/release-notes.md |  41 ++
 53 files changed, 1557 insertions(+), 307 deletions(-)
 copy content/{components/jms/index.html => 
releases/qpid-jms-0.61.0/building.html} (70%)
 create mode 100644 content/releases/qpid-jms-0.61.0/docs/index.html
 copy content/releases/{qpid-jms-0.50.0 => qpid-jms-0.61.0}/index.html (87%)
 copy content/releases/{qpid-jms-0.40.0/index.html => 
qpid-jms-0.61.0/release-notes.html} (70%)
 copy content/{components/jms/index.html => 
releases/qpid-jms-1.5.0/building.html} (70%)
 create mode 100644 content/releases/qpid-jms-1.5.0/docs/index.html
 copy content/releases/{qpid-jms-1.0.0 => qpid-jms-1.5.0}/index.html (87%)
 copy content/releases/{qpid-jms-0.40.0/index.html => 
qpid-jms-1.5.0/release-notes.html} (70%)
 copy input/releases/{qpid-jms-1.4.1 => qpid-jms-0.61.0}/building.md (100%)
 copy input/releases/{qpid-jms-1.4.1 => qpid-jms-0.61.0}/docs/index.md (100%)
 create mode 100644 input/releases/qpid-jms-0.61.0/index.md
 create mode 100644 input/releases/qpid-jms-0.61.0/release-notes.md
 copy input/releases/{qpid-jms-1.4.1 => qpid-jms-1.5.0}/building.md (1

svn commit: r51733 - in /release/qpid/jms: 0.59.0/ 1.3.0/

2021-12-23 Thread robbie
Author: robbie
Date: Thu Dec 23 15:49:02 2021
New Revision: 51733

Log:
clean out older releases

Removed:
release/qpid/jms/0.59.0/
release/qpid/jms/1.3.0/


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



svn commit: r51732 - /release/qpid/jms/1.5.0/

2021-12-23 Thread robbie
Author: robbie
Date: Thu Dec 23 15:47:57 2021
New Revision: 51732

Log:
add files for qpid-jms 1.5.0

Added:
release/qpid/jms/1.5.0/
  - copied from r51731, dev/qpid/jms/1.5.0-rc1/


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



svn commit: r51731 - /release/qpid/jms/0.61.0/

2021-12-23 Thread robbie
Author: robbie
Date: Thu Dec 23 15:46:28 2021
New Revision: 51731

Log:
add files for qpid-jms 0.61.0

Added:
release/qpid/jms/0.61.0/
  - copied from r51730, dev/qpid/jms/0.61.0-rc1/


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



svn commit: r51659 - /dev/qpid/jms/0.61.0-rc1/

2021-12-20 Thread robbie
Author: robbie
Date: Mon Dec 20 18:50:31 2021
New Revision: 51659

Log:
add files for qpid-jms 0.61.0 (RC1)

Added:
dev/qpid/jms/0.61.0-rc1/
dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-bin.tar.gz   (with props)
dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-bin.tar.gz.asc   (with props)
dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-bin.tar.gz.sha512
dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-src.tar.gz   (with props)
dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-src.tar.gz.asc   (with props)
dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-src.tar.gz.sha512

Added: dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-bin.tar.gz
==
Binary file - no diff available.

Propchange: dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-bin.tar.gz
--
svn:mime-type = application/gzip

Added: dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-bin.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-bin.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-bin.tar.gz.sha512
==
--- dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-bin.tar.gz.sha512 (added)
+++ dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-bin.tar.gz.sha512 Mon Dec 20 
18:50:31 2021
@@ -0,0 +1 @@
+d7cf68cf15e6f097bc3c6ac93bae85926c6a1236e3f916fb7b763694c322618553bd2c0047e3549e982df9e3740b10517811f9823bff5e3d62b4d336d1ca1331
  apache-qpid-jms-0.61.0-bin.tar.gz

Added: dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-src.tar.gz
==
Binary file - no diff available.

Propchange: dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-src.tar.gz
--
svn:mime-type = application/gzip

Added: dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-src.tar.gz.asc
==
Binary file - no diff available.

Propchange: dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-src.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-src.tar.gz.sha512
==
--- dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-src.tar.gz.sha512 (added)
+++ dev/qpid/jms/0.61.0-rc1/apache-qpid-jms-0.61.0-src.tar.gz.sha512 Mon Dec 20 
18:50:31 2021
@@ -0,0 +1 @@
+88e3439ca2b15f5e7cf37c323948948a23e86b09ed0fe0b3aafa7fcd5a0fa801bcf29a35d20dc81cf8bdd2295e57443678007eacc874c7c62f6d1f347cb967eb
  apache-qpid-jms-0.61.0-src.tar.gz



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



[qpid-jms] branch 0.x updated: [maven-release-plugin] prepare for next development iteration

2021-12-20 Thread robbie
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch 0.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/0.x by this push:
 new 6b73cd9  [maven-release-plugin] prepare for next development iteration
6b73cd9 is described below

commit 6b73cd96b45c590097db306f7844a907f992f3e6
Author: Robbie Gemmell 
AuthorDate: Mon Dec 20 18:16:18 2021 +

[maven-release-plugin] prepare for next development iteration
---
 apache-qpid-jms/pom.xml| 2 +-
 pom.xml| 4 ++--
 qpid-jms-client/pom.xml| 2 +-
 qpid-jms-discovery/pom.xml | 2 +-
 qpid-jms-docs/pom.xml  | 2 +-
 qpid-jms-examples/pom.xml  | 2 +-
 qpid-jms-interop-tests/pom.xml | 2 +-
 qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml
index a39c871..7263715 100644
--- a/apache-qpid-jms/pom.xml
+++ b/apache-qpid-jms/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.61.0
+0.62.0-SNAPSHOT
   
   4.0.0
 
diff --git a/pom.xml b/pom.xml
index 5be22ad..8d2ffbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   org.apache.qpid
   qpid-jms-parent
-  0.61.0
+  0.62.0-SNAPSHOT
   pom
   QpidJMS
   2013
@@ -90,7 +90,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git
 
scm:git:https://gitbox.apache.org/repos/asf/qpid-jms.git
 https://gitbox.apache.org/repos/asf?p=qpid-jms.git
-0.61.0
+0.x
   
 
   
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index a93f5b6..2155e38 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.61.0
+0.62.0-SNAPSHOT
   
 
   qpid-jms-client
diff --git a/qpid-jms-discovery/pom.xml b/qpid-jms-discovery/pom.xml
index bc0d2ed..69f0431 100644
--- a/qpid-jms-discovery/pom.xml
+++ b/qpid-jms-discovery/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.61.0
+0.62.0-SNAPSHOT
   
 
   qpid-jms-discovery
diff --git a/qpid-jms-docs/pom.xml b/qpid-jms-docs/pom.xml
index 58758b7..22b1866 100644
--- a/qpid-jms-docs/pom.xml
+++ b/qpid-jms-docs/pom.xml
@@ -18,7 +18,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.61.0
+0.62.0-SNAPSHOT
   
   4.0.0
 
diff --git a/qpid-jms-examples/pom.xml b/qpid-jms-examples/pom.xml
index a5fc9b8..1e227cf 100644
--- a/qpid-jms-examples/pom.xml
+++ b/qpid-jms-examples/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.61.0
+0.62.0-SNAPSHOT
   
 
   qpid-jms-examples
diff --git a/qpid-jms-interop-tests/pom.xml b/qpid-jms-interop-tests/pom.xml
index ecb583e..579ff27 100644
--- a/qpid-jms-interop-tests/pom.xml
+++ b/qpid-jms-interop-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-parent
-0.61.0
+0.62.0-SNAPSHOT
   
 
   qpid-jms-interop-tests
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
index 7ea90b5..0496e74 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/pom.xml
@@ -20,7 +20,7 @@
   
 org.apache.qpid
 qpid-jms-interop-tests
-0.61.0
+0.62.0-SNAPSHOT
   
 
   qpid-jms-activemq-tests

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



<    1   2   3   4   5   6   7   8   9   10   >