This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 78943a1d7da7d5c03bf4f6c300cc12b5d4499099 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Sep 16 13:50:19 2024 +0200 CAMEL-21080: avoid duplicating JMX configuration defaults in camel-microprofile --- .../FaultToleranceRefConfigurationNoReflectionTest.java | 5 ----- .../microprofile/faulttolerance/FaultToleranceRouteOkTest.java | 5 ----- 2 files changed, 10 deletions(-) diff --git a/components/camel-microprofile/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceRefConfigurationNoReflectionTest.java b/components/camel-microprofile/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceRefConfigurationNoReflectionTest.java index c12d69f1137..a1bf921b291 100644 --- a/components/camel-microprofile/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceRefConfigurationNoReflectionTest.java +++ b/components/camel-microprofile/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceRefConfigurationNoReflectionTest.java @@ -33,11 +33,6 @@ public class FaultToleranceRefConfigurationNoReflectionTest extends CamelTestSup private BeanIntrospection bi; - @Override - protected boolean useJmx() { - return false; - } - @Override protected CamelContext createCamelContext() throws Exception { CamelContext context = super.createCamelContext(); diff --git a/components/camel-microprofile/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceRouteOkTest.java b/components/camel-microprofile/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceRouteOkTest.java index 6351baf6bbc..a03a91129c4 100644 --- a/components/camel-microprofile/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceRouteOkTest.java +++ b/components/camel-microprofile/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceRouteOkTest.java @@ -32,11 +32,6 @@ public class FaultToleranceRouteOkTest extends CamelTestSupport { private BeanIntrospection bi; - @Override - protected boolean useJmx() { - return false; - } - @Override protected CamelContext createCamelContext() throws Exception { CamelContext context = super.createCamelContext();
