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 8c425d4 Regen 8c425d4 is described below commit 8c425d45daa8fa63cf5ccbfe67d0f8c7b9422d44 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jul 6 08:59:12 2018 +0200 Regen --- components/readme.adoc | 2 +- .../component/service/springboot/ServiceComponentConfiguration.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/readme.adoc b/components/readme.adoc index e2470a0..176ba70 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -726,7 +726,7 @@ Number of Components: 297 in 203 JAR artifacts (20 deprecated) `seda:name` | 1.1 | The seda component provides asynchronous call to another endpoint from any CamelContext in the same JVM. | link:camel-service/src/main/docs/service-component.adoc[Service] (camel-service) + -`service:serviceName:delegateUri` | 2.22 | Represents an endpoint which only becomes active when the CamelClusterView has the leadership. +`service:serviceName:delegateUri` | 2.22 | Represents an endpoint which is registered to a Service Registry such as Consul, Etcd. | link:camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc[ServiceNow] (camel-servicenow) + `servicenow:instanceName` | 2.18 | The servicenow component is used to integrate Camel with ServiceNow cloud services. diff --git a/platforms/spring-boot/components-starter/camel-service-starter/src/main/java/org/apache/camel/component/service/springboot/ServiceComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-service-starter/src/main/java/org/apache/camel/component/service/springboot/ServiceComponentConfiguration.java index 87f9814..bac347f 100644 --- a/platforms/spring-boot/components-starter/camel-service-starter/src/main/java/org/apache/camel/component/service/springboot/ServiceComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-service-starter/src/main/java/org/apache/camel/component/service/springboot/ServiceComponentConfiguration.java @@ -24,8 +24,8 @@ import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.NestedConfigurationProperty; /** - * Represents an endpoint which only becomes active when the CamelClusterView - * has the leadership. + * Represents an endpoint which is registered to a Service Registry such as + * Consul, Etcd. * * Generated by camel-package-maven-plugin - do not edit this file! */