You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/01/19 08:16:56 UTC

[camel] branch master updated: "CAMEL-11598:camel-spring-boot - actuator endpoints - Make it read-only by default"

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


The following commit(s) were added to refs/heads/master by this push:
     new c0519fa  "CAMEL-11598:camel-spring-boot - actuator endpoints - Make it read-only by default"
c0519fa is described below

commit c0519fae887dee476bc3062c922648bb08dfcc68
Author: Ramu <kk...@redhat.com>
AuthorDate: Fri Jan 19 12:36:00 2018 +0530

    "CAMEL-11598:camel-spring-boot - actuator endpoints - Make it read-only by default"
---
 .../src/main/resources/application.properties                           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-spring-boot-supervising-route-controller/src/main/resources/application.properties b/examples/camel-example-spring-boot-supervising-route-controller/src/main/resources/application.properties
index 8533f6b..ba6d516 100644
--- a/examples/camel-example-spring-boot-supervising-route-controller/src/main/resources/application.properties
+++ b/examples/camel-example-spring-boot-supervising-route-controller/src/main/resources/application.properties
@@ -24,7 +24,7 @@ logging.level.org.apache.camel.impl.SupervisingRouteController = DEBUG
 logging.level.org.apache.camel.util.backoff = DEBUG
 logging.level.sample.camel = DEBUG
 
-endpoints.enabled = false
+endpoints.enabled = true
 endpoints.jmx.enabled = false
 endpoints.health.enabled = true
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].