[qpid-dispatch] branch dependabot/github_actions/actions/checkout-3.0.2 created (now 6ac01248)

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

github-bot pushed a change to branch 
dependabot/github_actions/actions/checkout-3.0.2
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


  at 6ac01248 Bump actions/checkout from 2 to 3.0.2

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 (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