This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 218cefce45 ARTEMIS-5710 Bump com.puppycrawl.tools:checkstyle from
11.1.0 to 12.1.0
218cefce45 is described below
commit 218cefce45bb644f128895a9ad06a0b79450b39c
Author: Justin Bertram <[email protected]>
AuthorDate: Mon Oct 20 11:50:47 2025 -0500
ARTEMIS-5710 Bump com.puppycrawl.tools:checkstyle from 11.1.0 to 12.1.0
---
pom.xml | 2 +-
.../artemis/tests/integration/replication/ReplicationTest.java | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index ba63b7f088..d4e9bbec1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
<versions.maven.plugin.version>2.16.1</versions.maven.plugin.version>
<maven.pmd.plugin.version>3.28.0</maven.pmd.plugin.version>
<sevntu.checks.version>1.44.1</sevntu.checks.version>
- <checkstyle.version>11.1.0</checkstyle.version>
+ <checkstyle.version>12.1.0</checkstyle.version>
<mockito.version>5.20.0</mockito.version>
<jctools.version>4.0.5</jctools.version>
<netty.version>4.1.128.Final</netty.version>
diff --git
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/ReplicationTest.java
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/ReplicationTest.java
index efe4f607ad..a177679a7f 100644
---
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/ReplicationTest.java
+++
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/replication/ReplicationTest.java
@@ -684,8 +684,8 @@ public final class ReplicationTest extends ActiveMQTestBase
{
}
/**
- * We need to shutdown the executors before calling {@link
super#tearDown()} (which will check for leaking threads).
- * Due to that, we need to close/stop all components here.
+ * We need to shutdown the executors before calling {@link
ActiveMQTestBase#tearDown()} (which will check for leaking
+ * threads). Due to that, we need to close/stop all components here.
*/
@Override
@AfterEach
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact