Repository: camel
Updated Branches:
  refs/heads/master 4d6e8f187 -> 26091d09f


Fix CS


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/26091d09
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/26091d09
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/26091d09

Branch: refs/heads/master
Commit: 26091d09f0fedad8d98eeae832955f6ffe117eff
Parents: 4d6e8f1
Author: lburgazzoli <lburgazz...@gmail.com>
Authored: Fri Sep 8 17:45:46 2017 +0200
Committer: lburgazzoli <lburgazz...@gmail.com>
Committed: Fri Sep 8 17:46:31 2017 +0200

----------------------------------------------------------------------
 .../src/main/resources/application.properties     | 18 +++++++++++++++++-
 .../src/main/resources/application.properties     | 18 +++++++++++++++++-
 .../src/main/resources/application.properties     |  5 ++---
 3 files changed, 36 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/26091d09/examples/camel-example-spring-boot-clustered-route-controller/cluster-bootstrap/src/main/resources/application.properties
----------------------------------------------------------------------
diff --git 
a/examples/camel-example-spring-boot-clustered-route-controller/cluster-bootstrap/src/main/resources/application.properties
 
b/examples/camel-example-spring-boot-clustered-route-controller/cluster-bootstrap/src/main/resources/application.properties
index 1b4b220..32d417f 100644
--- 
a/examples/camel-example-spring-boot-clustered-route-controller/cluster-bootstrap/src/main/resources/application.properties
+++ 
b/examples/camel-example-spring-boot-clustered-route-controller/cluster-bootstrap/src/main/resources/application.properties
@@ -1,7 +1,23 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+##
+##      http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
 
 debug = false
 
 logging.level.org.springframework = INFO
 logging.level.io.atomix = DEBUG
 
-cluster.address = 127.0.0.1:8700
\ No newline at end of file
+cluster.address = 127.0.0.1:8700

http://git-wip-us.apache.org/repos/asf/camel/blob/26091d09/examples/camel-example-spring-boot-clustered-route-controller/cluster-node/src/main/resources/application.properties
----------------------------------------------------------------------
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 e364efa..8a74e7d 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
@@ -1,3 +1,19 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+##
+##      http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
 
 debug = false
 
@@ -28,4 +44,4 @@ camel.clustered.controller.routes.heartbeat.clustered = false
 camel.clustered.service.atomix.enabled = true
 camel.clustered.service.atomix.mode = client
 camel.clustered.service.atomix.nodes = localhost:8700
-camel.clustered.service.atomix.id = ${node.id}
\ No newline at end of file
+camel.clustered.service.atomix.id = ${node.id}

http://git-wip-us.apache.org/repos/asf/camel/blob/26091d09/examples/camel-example-spring-boot-geocoder/src/main/resources/application.properties
----------------------------------------------------------------------
diff --git 
a/examples/camel-example-spring-boot-geocoder/src/main/resources/application.properties
 
b/examples/camel-example-spring-boot-geocoder/src/main/resources/application.properties
index 130af2f..bb504db 100644
--- 
a/examples/camel-example-spring-boot-geocoder/src/main/resources/application.properties
+++ 
b/examples/camel-example-spring-boot-geocoder/src/main/resources/application.properties
@@ -6,13 +6,14 @@
 ## (the "License"); you may not use this file except in compliance with
 ## the License.  You may obtain a copy of the License at
 ##
-## http://www.apache.org/licenses/LICENSE-2.0
+##      http://www.apache.org/licenses/LICENSE-2.0
 ##
 ## Unless required by applicable law or agreed to in writing, software
 ## distributed under the License is distributed on an "AS IS" BASIS,
 ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
+## ---------------------------------------------------------------------------
 
 camel.springboot.name=Geocoder
 
@@ -43,5 +44,3 @@ camel.rest.api-context-path=/api-doc
 camel.rest.api-property.api.title=Geocoder API
 camel.rest.api-property.api.version=1.0.0
 camel.rest.api-property.cors=true
-
-

Reply via email to