This is an automated email from the ASF dual-hosted git repository. onders 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 4b8749e CAMEL-12383 - changes regarding SB 2.0 upgrade remove non-customizable management.security.enabled property 4b8749e is described below commit 4b8749eb4086bce20fee256faac70ef3699b5875 Author: Sezgin <onder.sez...@nokia.com> AuthorDate: Thu May 3 13:44:29 2018 +0300 CAMEL-12383 - changes regarding SB 2.0 upgrade remove non-customizable management.security.enabled property --- .../archetype-resources/src/main/resources/application.properties | 2 -- components/camel-spring-boot/src/test/resources/application.properties | 2 +- .../camel-example-rabbitmq/src/main/resources/application.properties | 2 -- .../cluster-node/src/main/resources/application.properties | 2 +- .../application/src/main/resources/application.properties | 2 -- .../src/main/resources/application.properties | 2 +- .../src/main/resources/application.properties | 2 -- .../src/main/resources/application.properties | 2 -- 8 files changed, 3 insertions(+), 13 deletions(-) diff --git a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/src/main/resources/application.properties b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/src/main/resources/application.properties index 24b20c1..2c1eb8d 100644 --- a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/src/main/resources/application.properties +++ b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/src/main/resources/application.properties @@ -34,8 +34,6 @@ timer.period = 2000 # expose actuator endpoint via HTTP management.endpoints.web.exposure.include=info,health,camelroutes -# all access to actuator endpoints without security -management.security.enabled = false # turn on actuator health check management.endpoint.health.enabled = true diff --git a/components/camel-spring-boot/src/test/resources/application.properties b/components/camel-spring-boot/src/test/resources/application.properties index 518bcd1..4271cf9 100644 --- a/components/camel-spring-boot/src/test/resources/application.properties +++ b/components/camel-spring-boot/src/test/resources/application.properties @@ -15,7 +15,7 @@ ## limitations under the License. ## --------------------------------------------------------------------------- -spring.main.banner_mode=off +spring.main.banner-mode=off from=direct:test to=mock:test diff --git a/examples/camel-example-rabbitmq/src/main/resources/application.properties b/examples/camel-example-rabbitmq/src/main/resources/application.properties index cd4dc76..613e5f8 100644 --- a/examples/camel-example-rabbitmq/src/main/resources/application.properties +++ b/examples/camel-example-rabbitmq/src/main/resources/application.properties @@ -28,8 +28,6 @@ camel.springboot.name = SampleCamel # properties used in the Camel route and beans # -------------------------------------------- -# all access to actuator endpoints without security -management.security.enabled = false # turn on actuator health check management.endpoint.health.enabled = true diff --git a/examples/camel-example-spring-boot-clustered-route-controller/cluster-node/src/main/resources/application.properties b/examples/camel-example-spring-boot-clustered-route-controller/cluster-node/src/main/resources/application.properties index 52314b2..fbaf9c1 100644 --- a/examples/camel-example-spring-boot-clustered-route-controller/cluster-node/src/main/resources/application.properties +++ b/examples/camel-example-spring-boot-clustered-route-controller/cluster-node/src/main/resources/application.properties @@ -28,7 +28,7 @@ management.endpoints.enabled-by-default = false management.endpoints.jmx.enabled = false management.endpoint.health.enabled = true -management.port = -1 +management.server.port = -1 node.id = ${random.uuid} diff --git a/examples/camel-example-spring-boot-health-checks/application/src/main/resources/application.properties b/examples/camel-example-spring-boot-health-checks/application/src/main/resources/application.properties index ae3be62..e22e0d2b 100644 --- a/examples/camel-example-spring-boot-health-checks/application/src/main/resources/application.properties +++ b/examples/camel-example-spring-boot-health-checks/application/src/main/resources/application.properties @@ -28,8 +28,6 @@ management.endpoint.mappings.enabled = true management.endpoint.health.enabled = true management.endpoint.camelhealthchecks.enabled = true -management.security.enabled = false - camel.springboot.name = SampleHealthChecks ################################################################################ diff --git a/examples/camel-example-spring-boot-master/src/main/resources/application.properties b/examples/camel-example-spring-boot-master/src/main/resources/application.properties index 9f09fb4..26ee85d 100644 --- a/examples/camel-example-spring-boot-master/src/main/resources/application.properties +++ b/examples/camel-example-spring-boot-master/src/main/resources/application.properties @@ -29,7 +29,7 @@ management.endpoints.enabled-by-default = false management.endpoints.jmx.enabled = false management.endpoint.health.enabled = true -management.port = -1 +management.server.port = -1 node.id = ${random.uuid} node.namespace = camel-master 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 63741bd..4a8a2e9 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 @@ -38,8 +38,6 @@ management.endpoint.health.enabled = true # turn off read-only so we can stop/start the Camel routes management.endpoint.camelroutes.read-only = false -management.security.enabled = false - camel.springboot.name = SampleSupervisingRouteController camel.supervising.controller.enabled = true diff --git a/examples/camel-example-spring-boot-xml/src/main/resources/application.properties b/examples/camel-example-spring-boot-xml/src/main/resources/application.properties index 49a5e9f..b4088ad 100644 --- a/examples/camel-example-spring-boot-xml/src/main/resources/application.properties +++ b/examples/camel-example-spring-boot-xml/src/main/resources/application.properties @@ -34,8 +34,6 @@ greeting = Hello World # how often to trigger the timer timer.period = 2000 -# all access to actuator endpoints without security -management.security.enabled = false # turn on actuator health check management.endpoint.health.enabled = true -- To stop receiving notification emails like this one, please contact ond...@apache.org.