This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/activemq.version-6.1.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


    omit 34de0db78d Bump activemq.version from 5.18.2 to 6.1.0
     add 2b2febdb11 Fix incorrect class name in LogAspect
     add 245dd32d8c Switch to the Jakarta JMS API
     add 671ffd6a36 Bump activemq.version from 5.18.2 to 6.1.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (34de0db78d)
            \
             N -- N -- N   refs/heads/dependabot/maven/activemq.version-6.1.0 
(671ffd6a36)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../xml/handler/MessageDestinationRefType.java     |  2 +-
 .../xml/handler/MessageDestinationTypeType.java    |  2 +-
 .../xml/handler/ResourceEnvRefType.java            |  2 +-
 .../apache/axis2/format/TextMessageBuilder.java    |  2 +-
 modules/transport/jms/pom.xml                      | 10 ++----
 .../axis2/transport/jms/JMSConnectionFactory.java  | 12 ++++----
 .../apache/axis2/transport/jms/JMSConstants.java   |  6 ++--
 .../apache/axis2/transport/jms/JMSEndpoint.java    |  4 +--
 .../axis2/transport/jms/JMSMessageReceiver.java    | 10 +++---
 .../axis2/transport/jms/JMSMessageSender.java      | 18 +++++------
 .../axis2/transport/jms/JMSOutTransportInfo.java   | 28 ++++++++---------
 .../org/apache/axis2/transport/jms/JMSSender.java  | 14 ++++-----
 .../org/apache/axis2/transport/jms/JMSUtils.java   | 36 +++++++++++-----------
 .../axis2/transport/jms/ServiceTaskManager.java    | 18 +++++------
 .../transport/jms/ServiceTaskManagerFactory.java   |  2 +-
 .../axis2/transport/jms/ctype/ContentTypeRule.java |  4 +--
 .../jms/ctype/ContentTypeRuleFactory.java          |  4 +--
 .../transport/jms/ctype/ContentTypeRuleSet.java    |  4 +--
 .../axis2/transport/jms/ctype/DefaultRule.java     |  2 +-
 .../axis2/transport/jms/ctype/MessageTypeRule.java |  2 +-
 .../axis2/transport/jms/ctype/PropertyRule.java    |  4 +--
 .../jms/iowrappers/BytesMessageDataSource.java     |  4 +--
 .../jms/iowrappers/BytesMessageInputStream.java    |  6 ++--
 .../jms/iowrappers/BytesMessageOutputStream.java   |  4 +--
 .../jms/iowrappers/JMSExceptionWrapper.java        |  2 +-
 .../transport/jms/ActiveMQTestEnvironment.java     |  6 ++--
 .../transport/jms/JMSBytesMessageFactory.java      |  8 ++---
 .../org/apache/axis2/transport/jms/JMSChannel.java | 12 ++++----
 .../org/apache/axis2/transport/jms/JMSClient.java  | 12 ++++----
 .../axis2/transport/jms/JMSMessageFactory.java     |  6 ++--
 .../transport/jms/JMSRequestResponseChannel.java   |  2 +-
 .../transport/jms/JMSRequestResponseClient.java    | 12 ++++----
 .../axis2/transport/jms/JMSTestEnvironment.java    |  8 ++---
 .../axis2/transport/jms/JMSTextMessageFactory.java |  8 ++---
 .../jms/JMSTransportDescriptionFactory.java        |  2 +-
 .../apache/axis2/transport/jms/JMSUtilsTest.java   |  6 ++--
 .../org/apache/axis2/transport/jms/LogAspect.java  | 10 +++---
 .../axis2/transport/jms/MockEchoEndpoint.java      | 22 ++++++-------
 .../transport/jms/ctype/ContentTypeRuleTest.java   |  8 ++---
 .../axis2/transport/testkit/axis2/LogAspect.java   |  2 +-
 40 files changed, 161 insertions(+), 165 deletions(-)

Reply via email to