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

github-bot pushed a change to branch 
dependabot/maven/org.mockito-mockito-core-5.22.0
in repository https://gitbox.apache.org/repos/asf/activemq.git


 discard ddf1830bf8 Bump org.mockito:mockito-core from 5.21.0 to 5.22.0
     add f7993bcc6b test(unit-tests): improve reliability of message 
consumption in tests (#1711)
     add e4d0149de4 [AMQ-8525] run mqtt parallel-friendly tests into separate 
forks in parallel (#1541)
     add 0999ffbd87 Bump org.mockito:mockito-core from 5.21.0 to 5.22.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   (ddf1830bf8)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.mockito-mockito-core-5.22.0 (0999ffbd87)

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:
 Jenkinsfile                                        |  1 +
 activemq-mqtt/pom.xml                              | 56 ++++++++++++++++++----
 .../activemq/transport/mqtt/MQTTAuthTest.java      |  3 +-
 .../activemq/transport/mqtt/MQTTCodecTest.java     |  2 +
 .../mqtt/MQTTCompositeQueueRetainedTest.java       |  3 ++
 .../activemq/transport/mqtt/MQTTConnectTest.java   |  2 +
 .../transport/mqtt/MQTTMaxFrameSizeTest.java       |  2 +
 .../activemq/transport/mqtt/MQTTNIOSSLTest.java    |  3 ++
 .../activemq/transport/mqtt/MQTTNIOTest.java       |  3 ++
 .../mqtt/MQTTOverlapedSubscriptionsTest.java       |  2 +
 .../activemq/transport/mqtt/MQTTPingReqTest.java   |  2 +
 .../transport/mqtt/MQTTProtocolConverterTest.java  |  2 +
 .../activemq/transport/mqtt/MQTTSSLTest.java       |  3 ++
 .../mqtt/MQTTSubscriptionRecoveryTest.java         |  2 +
 .../apache/activemq/transport/mqtt/MQTTTest.java   |  4 ++
 .../activemq/transport/mqtt/MQTTTestSupport.java   |  5 +-
 .../mqtt/MQTTVirtualTopicSubscriptionsTest.java    |  2 +
 .../activemq/transport/mqtt/MQTTWillTest.java      |  2 +
 .../activemq/transport/mqtt/PahoMQTTNIOTest.java   |  3 ++
 .../activemq/transport/mqtt/PahoMQTTTest.java      |  3 ++
 .../transport/mqtt/PahoVirtualTopicMQTTTest.java   |  2 +
 .../activemq/transport/mqtt}/ParallelTest.java     |  2 +-
 .../transport/mqtt/auto/MQTTAutoNioSslTest.java    |  3 ++
 .../transport/mqtt/auto/MQTTAutoNioTest.java       |  3 ++
 .../transport/mqtt/auto/MQTTAutoSslAuthTest.java   |  4 ++
 .../transport/mqtt/auto/MQTTAutoSslTest.java       |  3 ++
 .../activemq/transport/mqtt/auto/MQTTAutoTest.java |  3 ++
 .../pool/ConnectionFailureEvictsFromPoolTest.java  | 40 +++++++++++-----
 .../java/org/apache/activemq/bugs/AMQ2149Test.java |  9 +++-
 .../org/apache/activemq/store/StoreOrderTest.java  |  2 +
 .../activemq/store/jdbc/XACompletionTest.java      |  7 +--
 .../transport/MaxFrameSizeEnabledTest.java         | 17 ++++---
 .../RestrictedThreadPoolInactivityTimeoutTest.java |  2 +
 .../QueueZeroPrefetchLazyDispatchPriorityTest.java | 22 ++++++---
 pom.xml                                            | 14 ++++++
 35 files changed, 191 insertions(+), 47 deletions(-)
 copy {activemq-amqp/src/test/java/org/apache/activemq/transport/amqp => 
activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt}/ParallelTest.java
 (96%)


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