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 8ea11f7950ca40bb55b16d97a834610cc2f6bcab Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Sep 16 13:51:27 2024 +0200 CAMEL-21080: avoid duplicating JMX configuration defaults in camel-ldif --- .../test/java/org/apache/camel/component/ldif/LdifTestSupport.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-ldif/src/test/java/org/apache/camel/component/ldif/LdifTestSupport.java b/components/camel-ldif/src/test/java/org/apache/camel/component/ldif/LdifTestSupport.java index de5b284d7c7..ececad0a8d7 100644 --- a/components/camel-ldif/src/test/java/org/apache/camel/component/ldif/LdifTestSupport.java +++ b/components/camel-ldif/src/test/java/org/apache/camel/component/ldif/LdifTestSupport.java @@ -27,11 +27,6 @@ public class LdifTestSupport extends CamelTestSupport { protected int port; - @Override - protected boolean useJmx() { - return false; - } - @Override public void doPreSetup() throws Exception { super.doPreSetup();
