You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2022/06/29 14:08:27 UTC

[activemq] branch main updated (6598ec571 -> a1b2e3ae0)

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

mattrpav pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


    from 6598ec571 [AMQ-8977] Upgrade to mockito 4.6.1 (#851)
     add a1b2e3ae0 [AMQ-8978] Clean up WARNs in activemq-unit-tests (#852)

No new revisions were added by this update.

Summary of changes:
 .../apache/activemq/broker/BrokerBenchmark.java    |  6 +--
 .../broker/virtual/CompositeQueueTest.java         |  2 -
 .../virtual/CompositeTopicMemoryUsageTest.java     |  2 +-
 .../MessageDestinationVirtualTopicTest.java        |  2 -
 .../MultipleCompositeToPhysicalQueueTest.java      |  1 -
 .../broker/virtual/VirtualDestPerfTest.java        |  6 ---
 .../VirtualTopicFlowControlDiscardTest.java        |  1 -
 .../broker/virtual/VirtualTopicPubSubTest.java     |  2 +-
 .../activemq/bugs/ConnectionPerMessageTest.java    |  2 +-
 .../bugs/CursorMemoryHighWaterMarkTest.java        |  2 +-
 .../apache/activemq/bugs/DurableConsumerTest.java  |  2 +-
 .../activemq/command/ActiveMQBytesMessageTest.java |  4 +-
 .../activemq/command/ActiveMQDestinationTest.java  |  2 +-
 .../activemq/command/ActiveMQMapMessageTest.java   |  2 +-
 .../command/ActiveMQStreamMessageTest.java         | 50 +++++++++++-----------
 .../activemq/command/ActiveMQTextMessageTest.java  |  2 +-
 .../activemq/command/DataStructureTestSupport.java |  2 +-
 .../org/apache/activemq/demo/SimpleProducer.java   |  2 +-
 .../apache/activemq/demo/SimpleQueueSender.java    |  2 +-
 .../network/DemandForwardingBridgeTest.java        |  8 ++--
 .../activemq/network/ForwardingBridgeTest.java     | 16 +++----
 .../apache/activemq/store/MessagePriorityTest.java | 18 ++++----
 .../store/jdbc/JDBCMessagePriorityTest.java        |  2 +-
 .../test/message/NestedMapAndListPropertyTest.java |  8 ++--
 .../activemq/transport/tcp/SocketTstFactory.java   |  2 +-
 .../DurableSubscriptionReactivationTest.java       |  2 +-
 .../NetworkBridgeProducerFlowControlTest.java      |  4 +-
 .../activemq/util/ReflectionSupportTest.java       |  2 +-
 28 files changed, 72 insertions(+), 84 deletions(-)