You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/08/30 07:07:39 UTC

[camel] branch main updated (56e4e29 -> b5e4c9f)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 56e4e29  Sync deps
     new ec56ace  Camel-Opentracing: Fixed link to spring boot example
     new b5e4c9f  Regen docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-opentracing/src/main/docs/opentracing.adoc | 2 +-
 docs/components/modules/others/pages/opentracing.adoc       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[camel] 02/02: Regen docs

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b5e4c9f6aa8516c3c21fd341c7eab49688912259
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 30 09:06:59 2021 +0200

    Regen docs
---
 docs/components/modules/others/pages/opentracing.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/others/pages/opentracing.adoc b/docs/components/modules/others/pages/opentracing.adoc
index 2fbd457..6e3ee7d 100644
--- a/docs/components/modules/others/pages/opentracing.adoc
+++ b/docs/components/modules/others/pages/opentracing.adoc
@@ -100,7 +100,7 @@ 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.
+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/main/opentracing[Opentracing Spring Boot example] downloads the agent into a local folder and then uses the `exec-maven-plugin` to launch the service with the `-javaagent` command line option.
 
 == Example
 

[camel] 01/02: Camel-Opentracing: Fixed link to spring boot example

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ec56ace38ed37d54e7d4246c1ae92d6bd56a1c86
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 30 09:02:27 2021 +0200

    Camel-Opentracing: Fixed link to spring boot example
---
 components/camel-opentracing/src/main/docs/opentracing.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-opentracing/src/main/docs/opentracing.adoc b/components/camel-opentracing/src/main/docs/opentracing.adoc
index b104334..54332d2 100644
--- a/components/camel-opentracing/src/main/docs/opentracing.adoc
+++ b/components/camel-opentracing/src/main/docs/opentracing.adoc
@@ -98,7 +98,7 @@ 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.
+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/main/opentracing[Opentracing Spring Boot example] downloads the agent into a local folder and then uses the `exec-maven-plugin` to launch the service with the `-javaagent` command line option.
 
 == Example