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

github-bot pushed a change to branch dependabot/maven/org.ow2.asm-asm-9.9.1
in repository https://gitbox.apache.org/repos/asf/activemq.git


 discard 01fdcdf60a Bump org.ow2.asm:asm from 9.9 to 9.9.1
     add 2790ac25c9 [AMQ-9815] Add additional attributes to ConnectorView 
(#1556)
     add b7adf30302 Bump org.apache.geronimo.specs:geronimo-atinject_1.0_spec 
(#1602)
     add 2b481e0745 Until Java 25 work is finished, because SecurityManager is 
also not available in 24 (#1607)
     add 1da5c269b6 Bump jolokia-version from 2.4.0 to 2.4.3 (#1611)
     add 94c3c3dac2 Facky tests revealed mainly with faster CI (aka Github 
Actions but also with Java 25) (#1610)
     add 67b0b517c0 Bump org.ow2.asm:asm from 9.9 to 9.9.1

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   (01fdcdf60a)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.ow2.asm-asm-9.9.1 
(67b0b517c0)

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:
 .github/workflows/ci-nightly.yml                   |   4 +-
 .../java/org/apache/activemq/broker/Connector.java |  29 +++-
 .../apache/activemq/broker/TransportConnector.java |  14 ++
 .../apache/activemq/broker/jmx/ConnectorView.java  |  79 ++++++++++
 .../activemq/broker/jmx/ConnectorViewMBean.java    |  44 ++++++
 .../apache/activemq/ActiveMQMessageConsumer.java   |  54 ++++++-
 .../PooledConnectionSecurityExceptionTest.java     |  65 +++++++-
 .../store/kahadb/scheduler/AMQ7086Test.java        |   8 +-
 activemq-karaf-itest/pom.xml                       |   2 +-
 activemq-mqtt/pom.xml                              |  13 +-
 .../transport/mqtt/MQTTProtocolConverterTest.java  |   2 +-
 .../activemq/ra/ActiveMQConnectionFactoryTest.java |  18 ++-
 .../activemq/transport/stomp/Stomp11Test.java      |  21 ++-
 .../activemq/transport/stomp/Stomp12Test.java      |  28 +++-
 .../stomp/StompCompositeDestinationTest.java       |  16 +-
 .../apache/activemq/transport/stomp/StompTest.java |   6 +-
 activemq-unit-tests/pom.xml                        |  15 +-
 .../apache/activemq/ZeroPrefetchConsumerTest.java  |  21 ++-
 .../java/org/apache/activemq/bugs/AMQ6815Test.java |  19 ++-
 .../java/org/apache/activemq/bugs/AMQ7118Test.java |  21 ++-
 .../jms2/ActiveMQJMS2MessageListenerTest.java      | 165 ++++++++++++---------
 .../network/DurableSyncNetworkBridgeTest.java      |  27 ++++
 ...callyIncludedDestinationsDuplexNetworkTest.java |  14 +-
 .../network/NetworkAdvancedStatisticsTest.java     |  59 ++++++++
 .../network/VirtualConsumerDemandTest.java         |  73 +++++++--
 .../transport/TransportBrokerTestSupport.java      |   1 +
 .../nio/AutoNIOJmsDurableTopicSendReceiveTest.java |   2 +-
 .../auto/nio/AutoNIOJmsSendAndReceiveTest.java     |   2 +-
 .../nio/AutoNIOPersistentSendAndReceiveTest.java   |   2 +-
 .../FailoverDurableSubTransactionTest.java         |   8 +-
 .../nio/NIOJmsDurableTopicSendReceiveTest.java     |  13 +-
 .../transport/nio/NIOJmsSendAndReceiveTest.java    |  13 +-
 .../activemq/transport/nio/NIOSSLLoadTest.java     |   2 +-
 .../transport/nio/NIOTransportBrokerTest.java      |   2 +-
 .../activemq/transport/tcp/TransportUriTest.java   |  12 +-
 .../QueueZeroPrefetchLazyDispatchPriorityTest.java |  34 ++++-
 pom.xml                                            |  10 +-
 37 files changed, 755 insertions(+), 163 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to