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

cshannon pushed a commit to branch activemq-6.2.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-6.2.x by this push:
     new eccbe4c94a compilation-fix (#1919)
eccbe4c94a is described below

commit eccbe4c94ab6dad6d38a2b02462b1e15b72ccbc6
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Mon Apr 13 18:32:29 2026 -0400

    compilation-fix (#1919)
---
 .../org/apache/activemq/spring/ActiveMQConnectionFactoryXBeanTest.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/activemq-unit-tests/src/test/java/org/apache/activemq/spring/ActiveMQConnectionFactoryXBeanTest.java
 
b/activemq-unit-tests/src/test/java/org/apache/activemq/spring/ActiveMQConnectionFactoryXBeanTest.java
index 6ae9f9c847..a77b19e74f 100644
--- 
a/activemq-unit-tests/src/test/java/org/apache/activemq/spring/ActiveMQConnectionFactoryXBeanTest.java
+++ 
b/activemq-unit-tests/src/test/java/org/apache/activemq/spring/ActiveMQConnectionFactoryXBeanTest.java
@@ -28,15 +28,12 @@ import java.io.FileNotFoundException;
 import java.net.UnknownHostException;
 import java.nio.file.NoSuchFileException;
 import org.apache.activemq.ActiveMQConnectionFactory;
-import org.apache.activemq.test.annotations.ParallelTest;
 import org.apache.activemq.xbean.XBeanBrokerFactory;
 import org.junit.AfterClass;
 import org.junit.Before;
 import org.junit.Test;
-import org.junit.experimental.categories.Category;
 import org.springframework.beans.FatalBeanException;
 
-@Category(ParallelTest.class)
 public class ActiveMQConnectionFactoryXBeanTest {
 
     @Before


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