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 a0ba41b Regen a0ba41b is described below commit a0ba41ba8578e4db0aeff460dd3b0abc9743319b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Jul 19 09:52:01 2020 +0200 Regen --- .../resources/org/apache/camel/catalog/docs/opentracing.adoc | 4 ---- .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 8 ++++---- docs/components/modules/others/pages/opentracing.adoc | 4 ---- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/opentracing.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/opentracing.adoc index 7bd4cc1..e66884b 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/opentracing.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/opentracing.adoc @@ -16,7 +16,6 @@ to/from Camel. See the http://opentracing.io/[OpenTracing] website for a list of supported tracers. - == Configuration The configuration properties for the OpenTracing tracer are: @@ -33,7 +32,6 @@ Dashes need for instances to be encoded for JMS property keys. |======================================================================= - There are three ways in which an OpenTracing tracer can be configured to provide distributed tracing for a Camel application: === Explicit @@ -73,7 +71,6 @@ the main class with `@CamelOpenTracing`. The `Tracer` will be implicitly obtained from the camel context's `Registry`, or the `ServiceLoader`, unless a `Tracer` bean has been defined by the application. - == Java Agent The third approach is to use a Java Agent to automatically configure the OpenTracing support. @@ -93,7 +90,6 @@ The OpenTracing Java Agent is associated with the following dependency: IMPORTANT: It is necessary to use an OpenTracing compliant tracer that is compatible with OpenTracing Java API version 0.31 or higher. - The `Tracer` used will be implicitly loaded from the camel context `Registry` or using the `ServiceLoader`. How this agent is used will be specific to how you execute your application. _Service2_ in the https://github.com/apache/camel-spring-boot-examples/tree/master/camel-example-spring-boot-opentracing[camel-example-spring-boot-opentracing] downloads the agent into a local folder and then uses the `exec-maven-plugin` to launch the service with the `-javaagent` command line option. diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java index 677fe00..b9421b5 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java @@ -14347,7 +14347,7 @@ public class StaticEndpointBuilders { * * @param path httpURI */ - static org.apache.camel.builder.endpoint.dsl.UndertowEndpointBuilderFactory.UndertowEndpointBuilder undertow( + public static org.apache.camel.builder.endpoint.dsl.UndertowEndpointBuilderFactory.UndertowEndpointBuilder undertow( String path) { return org.apache.camel.builder.endpoint.dsl.UndertowEndpointBuilderFactory.endpointBuilder("undertow", path); } @@ -14369,7 +14369,7 @@ public class StaticEndpointBuilders { * instead of the default name * @param path httpURI */ - static org.apache.camel.builder.endpoint.dsl.UndertowEndpointBuilderFactory.UndertowEndpointBuilder undertow( + public static org.apache.camel.builder.endpoint.dsl.UndertowEndpointBuilderFactory.UndertowEndpointBuilder undertow( String componentName, String path) { return org.apache.camel.builder.endpoint.dsl.UndertowEndpointBuilderFactory.endpointBuilder(componentName, path); @@ -15471,7 +15471,7 @@ public class StaticEndpointBuilders { * * @param path serverUrls/path */ - public static org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder zookeeper( + static org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder zookeeper( String path) { return org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.endpointBuilder("zookeeper", path); } @@ -15495,7 +15495,7 @@ public class StaticEndpointBuilders { * instead of the default name * @param path serverUrls/path */ - public static org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder zookeeper( + static org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder zookeeper( String componentName, String path) { return org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.endpointBuilder(componentName, path); diff --git a/docs/components/modules/others/pages/opentracing.adoc b/docs/components/modules/others/pages/opentracing.adoc index fb76832..b12de68 100644 --- a/docs/components/modules/others/pages/opentracing.adoc +++ b/docs/components/modules/others/pages/opentracing.adoc @@ -18,7 +18,6 @@ to/from Camel. See the http://opentracing.io/[OpenTracing] website for a list of supported tracers. - == Configuration The configuration properties for the OpenTracing tracer are: @@ -35,7 +34,6 @@ Dashes need for instances to be encoded for JMS property keys. |======================================================================= - There are three ways in which an OpenTracing tracer can be configured to provide distributed tracing for a Camel application: === Explicit @@ -75,7 +73,6 @@ the main class with `@CamelOpenTracing`. The `Tracer` will be implicitly obtained from the camel context's `Registry`, or the `ServiceLoader`, unless a `Tracer` bean has been defined by the application. - == Java Agent The third approach is to use a Java Agent to automatically configure the OpenTracing support. @@ -95,7 +92,6 @@ The OpenTracing Java Agent is associated with the following dependency: IMPORTANT: It is necessary to use an OpenTracing compliant tracer that is compatible with OpenTracing Java API version 0.31 or higher. - The `Tracer` used will be implicitly loaded from the camel context `Registry` or using the `ServiceLoader`. How this agent is used will be specific to how you execute your application. _Service2_ in the https://github.com/apache/camel-spring-boot-examples/tree/master/camel-example-spring-boot-opentracing[camel-example-spring-boot-opentracing] downloads the agent into a local folder and then uses the `exec-maven-plugin` to launch the service with the `-javaagent` command line option.