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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 0afa3d1  Remove jmxCreateConnector option from spring boot as its 
removed from camel
0afa3d1 is described below

commit 0afa3d157fbc2d8d0f02f6d050d48e225cc9363b
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu May 7 15:49:11 2020 +0200

    Remove jmxCreateConnector option from spring boot as its removed from camel
---
 .../org/apache/camel/spring/boot/CamelConfigurationProperties.java | 7 -------
 1 file changed, 7 deletions(-)

diff --git 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
index 56caf08..82feb76 100644
--- 
a/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
+++ 
b/core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java
@@ -415,13 +415,6 @@ public class CamelConfigurationProperties extends 
DefaultConfigurationProperties
     private String jmxManagementNamePattern = "#name#";
 
     /**
-     * Whether JMX connector is created, allowing clients to connect remotely
-     *
-     * The default value is false.
-     */
-    private boolean jmxCreateConnector;
-
-    /**
      * To turn on MDC logging
      */
     private boolean useMdcLogging;

Reply via email to