This is an automated email from the ASF dual-hosted git repository. mattrpav pushed a commit to branch activemq-5.19.x in repository https://gitbox.apache.org/repos/asf/activemq.git
commit f0811d0593dc2a2f38ae80375034917d75b40121 Author: Matt Pavlovich <[email protected]> AuthorDate: Tue Jun 23 16:55:46 2026 -0500 [#2137] 5.19.x backport fixes --- .../apache/activemq/usecases/MaxUncommittedCountNetworkTest.java | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/MaxUncommittedCountNetworkTest.java b/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/MaxUncommittedCountNetworkTest.java index 5e2fd208f9..e32041a242 100644 --- a/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/MaxUncommittedCountNetworkTest.java +++ b/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/MaxUncommittedCountNetworkTest.java @@ -23,8 +23,8 @@ import java.util.Arrays; import java.util.Collection; import java.util.concurrent.atomic.AtomicInteger; -import jakarta.jms.JMSContext; -import jakarta.jms.Message; +import javax.jms.JMSContext; +import javax.jms.Message; import org.apache.activemq.ActiveMQConnectionFactory; import org.apache.activemq.broker.BrokerService; @@ -33,8 +33,6 @@ import org.apache.activemq.util.Wait; import org.junit.After; import org.junit.Before; import org.junit.Test; -import org.junit.experimental.categories.Category; -import org.apache.activemq.test.annotations.ParallelTest; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; @@ -48,7 +46,6 @@ import org.junit.runners.Parameterized; * was set to a positive value. */ @RunWith(value = Parameterized.class) -@Category(ParallelTest.class) public class MaxUncommittedCountNetworkTest { private BrokerService brokerA; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
