This is an automated email from the ASF dual-hosted git repository. pascalschumacher 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 1069f25 CAMEL-13830: Move camel-examples to a new repo 1069f25 is described below commit 1069f2573e45acb0ee9c805307a45daf2f73d699 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Sat Feb 15 19:01:40 2020 +0100 CAMEL-13830: Move camel-examples to a new repo Fix links to examples in documentation. --- components/camel-opentracing/src/main/docs/opentracing.adoc | 4 ++-- components/camel-zipkin/src/main/docs/zipkin.adoc | 2 +- core/camel-core-engine/src/main/docs/eips/hystrix-eip.adoc | 2 +- core/camel-core-engine/src/main/docs/eips/resilience4j-eip.adoc | 2 +- docs/components/modules/ROOT/pages/opentracing.adoc | 4 ++-- docs/components/modules/ROOT/pages/zipkin.adoc | 2 +- docs/user-manual/modules/ROOT/pages/bean-integration.adoc | 2 +- docs/user-manual/modules/ROOT/pages/camel-run-maven-goal.adoc | 2 +- docs/user-manual/modules/ROOT/pages/change-data-capture.adoc | 2 +- docs/user-manual/modules/ROOT/pages/examples.adoc | 2 +- docs/user-manual/modules/ROOT/pages/hystrix-eip.adoc | 2 +- docs/user-manual/modules/ROOT/pages/resilience4j-eip.adoc | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/components/camel-opentracing/src/main/docs/opentracing.adoc b/components/camel-opentracing/src/main/docs/opentracing.adoc index a404a4d..b9baa9d 100644 --- a/components/camel-opentracing/src/main/docs/opentracing.adoc +++ b/components/camel-opentracing/src/main/docs/opentracing.adoc @@ -91,11 +91,11 @@ 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/tree/master/examples/camel-example-opentracing[camel-example-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-examples/tree/master/examples/camel-example-opentracing[camel-example-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. == Example You can find an example demonstrating the three ways to configure OpenTracing here: -https://github.com/apache/camel/tree/master/examples/camel-example-opentracing[camel-example-opentracing] +https://github.com/apache/camel-examples/tree/master/examples/camel-example-opentracing[camel-example-opentracing] include::camel-spring-boot::page$opentracing-starter.adoc[] diff --git a/components/camel-zipkin/src/main/docs/zipkin.adoc b/components/camel-zipkin/src/main/docs/zipkin.adoc index c311966..c4b1269 100644 --- a/components/camel-zipkin/src/main/docs/zipkin.adoc +++ b/components/camel-zipkin/src/main/docs/zipkin.adoc @@ -275,6 +275,6 @@ exchange.setProperty("camel.client.customtags", customTags); If you are using Spring Boot then you can add the `camel-zipkin-starter` dependency, and turn on zipkin by annotating the main class with `@CamelZipkin`. You can then configure camel-zipkin in the `application.properties` file where you can configure the hostname and port number for the Zipkin Server, and all the other options as listed in the options table above. -You can find an example of this in the https://github.com/apache/camel/tree/master/examples/camel-example-zipkin[camel-example-zipkin] +You can find an example of this in the https://github.com/apache/camel-examples/tree/master/examples/camel-example-zipkin[camel-example-zipkin] include::camel-spring-boot::page$zipkin-starter.adoc[] diff --git a/core/camel-core-engine/src/main/docs/eips/hystrix-eip.adoc b/core/camel-core-engine/src/main/docs/eips/hystrix-eip.adoc index 72fef1c..fe54e16 100644 --- a/core/camel-core-engine/src/main/docs/eips/hystrix-eip.adoc +++ b/core/camel-core-engine/src/main/docs/eips/hystrix-eip.adoc @@ -109,7 +109,7 @@ See xref:onFallback-eip.adoc[onFallback]. == Other examples -You can find an example with the source code: https://github.com/apache/camel/tree/master/examples/camel-example-hystrix[camel-example-hystrix]. +You can find an example with the source code: https://github.com/apache/camel-examples/tree/master/examples/camel-example-hystrix[camel-example-hystrix]. == Using Hystrix with Spring Boot diff --git a/core/camel-core-engine/src/main/docs/eips/resilience4j-eip.adoc b/core/camel-core-engine/src/main/docs/eips/resilience4j-eip.adoc index 364ec8b..5dc8165 100644 --- a/core/camel-core-engine/src/main/docs/eips/resilience4j-eip.adoc +++ b/core/camel-core-engine/src/main/docs/eips/resilience4j-eip.adoc @@ -109,7 +109,7 @@ See xref:onFallback-eip.adoc[onFallback]. == Other examples -You can find an example with the source code: https://github.com/apache/camel/tree/master/examples/camel-example-resilience4j[camel-example-resilience4j]. +You can find an example with the source code: https://github.com/apache/camel-examples/tree/master/examples/camel-example-resilience4j[camel-example-resilience4j]. == Using Resilience4j with Spring Boot diff --git a/docs/components/modules/ROOT/pages/opentracing.adoc b/docs/components/modules/ROOT/pages/opentracing.adoc index 1347a1b..4005ee9 100644 --- a/docs/components/modules/ROOT/pages/opentracing.adoc +++ b/docs/components/modules/ROOT/pages/opentracing.adoc @@ -92,11 +92,11 @@ 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/tree/master/examples/camel-example-opentracing[camel-example-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-examples/tree/master/examples/camel-example-opentracing[camel-example-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. == Example You can find an example demonstrating the three ways to configure OpenTracing here: -https://github.com/apache/camel/tree/master/examples/camel-example-opentracing[camel-example-opentracing] +https://github.com/apache/camel-examples/tree/master/examples/camel-example-opentracing[camel-example-opentracing] include::camel-spring-boot::page$opentracing-starter.adoc[] diff --git a/docs/components/modules/ROOT/pages/zipkin.adoc b/docs/components/modules/ROOT/pages/zipkin.adoc index 8c082ad..372f779 100644 --- a/docs/components/modules/ROOT/pages/zipkin.adoc +++ b/docs/components/modules/ROOT/pages/zipkin.adoc @@ -276,6 +276,6 @@ exchange.setProperty("camel.client.customtags", customTags); If you are using Spring Boot then you can add the `camel-zipkin-starter` dependency, and turn on zipkin by annotating the main class with `@CamelZipkin`. You can then configure camel-zipkin in the `application.properties` file where you can configure the hostname and port number for the Zipkin Server, and all the other options as listed in the options table above. -You can find an example of this in the https://github.com/apache/camel/tree/master/examples/camel-example-zipkin[camel-example-zipkin] +You can find an example of this in the https://github.com/apache/camel-examples/tree/master/examples/camel-example-zipkin[camel-example-zipkin] include::camel-spring-boot::page$zipkin-starter.adoc[] diff --git a/docs/user-manual/modules/ROOT/pages/bean-integration.adoc b/docs/user-manual/modules/ROOT/pages/bean-integration.adoc index d0cc785..1886a97 100644 --- a/docs/user-manual/modules/ROOT/pages/bean-integration.adoc +++ b/docs/user-manual/modules/ROOT/pages/bean-integration.adoc @@ -42,7 +42,7 @@ See more details at: *Example* -See the https://github.com/apache/camel/tree/master/examples/camel-example-pojo-messaging[POJO Messaging Example] +See the https://github.com/apache/camel-examples/tree/master/examples/camel-example-pojo-messaging[POJO Messaging Example] for how to use the annotations for routing and messaging. [[BeanIntegration-BeanComponent]] diff --git a/docs/user-manual/modules/ROOT/pages/camel-run-maven-goal.adoc b/docs/user-manual/modules/ROOT/pages/camel-run-maven-goal.adoc index 8e0b840..3d42e0c 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-run-maven-goal.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-run-maven-goal.adoc @@ -127,7 +127,7 @@ Camel-related, or any other CDI enabled services. You should add the CDI container of your choice (e.g. Weld or OpenWebBeans) to the dependencies of the camel-maven-plugin such as -https://github.com/apache/camel/tree/master/examples/camel-example-cdi/[in +https://github.com/apache/camel-examples/tree/master/examples/camel-example-cdi/[in this example]. From *Camel 2.17* onwards the camel:run goal is able to auto detect if diff --git a/docs/user-manual/modules/ROOT/pages/change-data-capture.adoc b/docs/user-manual/modules/ROOT/pages/change-data-capture.adoc index 98fb457..ca89b4c 100644 --- a/docs/user-manual/modules/ROOT/pages/change-data-capture.adoc +++ b/docs/user-manual/modules/ROOT/pages/change-data-capture.adoc @@ -14,4 +14,4 @@ components that works with different databases such as MySQL, Postgres, and Mong == Sample -See the https://github.com/apache/camel/tree/master/examples/camel-example-debezium[Camel Debezium Example] for more details. \ No newline at end of file +See the https://github.com/apache/camel-examples/tree/master/examples/camel-example-debezium[Camel Debezium Example] for more details. \ No newline at end of file diff --git a/docs/user-manual/modules/ROOT/pages/examples.adoc b/docs/user-manual/modules/ROOT/pages/examples.adoc index 6035ded..7ac359f 100644 --- a/docs/user-manual/modules/ROOT/pages/examples.adoc +++ b/docs/user-manual/modules/ROOT/pages/examples.adoc @@ -38,6 +38,6 @@ the words "Apache Camel". Browse the examples from github where each example is documented and up to date: -https://github.com/apache/camel/tree/master/examples#welcome-to-the-apache-camel-examples +https://github.com/apache/camel-examples/tree/master/examples#welcome-to-the-apache-camel-examples diff --git a/docs/user-manual/modules/ROOT/pages/hystrix-eip.adoc b/docs/user-manual/modules/ROOT/pages/hystrix-eip.adoc index 9dd85ec..a3a992c 100644 --- a/docs/user-manual/modules/ROOT/pages/hystrix-eip.adoc +++ b/docs/user-manual/modules/ROOT/pages/hystrix-eip.adoc @@ -110,7 +110,7 @@ See xref:onFallback-eip.adoc[onFallback]. == Other examples -You can find an example with the source code: https://github.com/apache/camel/tree/master/examples/camel-example-hystrix[camel-example-hystrix]. +You can find an example with the source code: https://github.com/apache/camel-examples/tree/master/examples/camel-example-hystrix[camel-example-hystrix]. == Using Hystrix with Spring Boot diff --git a/docs/user-manual/modules/ROOT/pages/resilience4j-eip.adoc b/docs/user-manual/modules/ROOT/pages/resilience4j-eip.adoc index 9fb100c..dfda445 100644 --- a/docs/user-manual/modules/ROOT/pages/resilience4j-eip.adoc +++ b/docs/user-manual/modules/ROOT/pages/resilience4j-eip.adoc @@ -110,7 +110,7 @@ See xref:onFallback-eip.adoc[onFallback]. == Other examples -You can find an example with the source code: https://github.com/apache/camel/tree/master/examples/camel-example-resilience4j[camel-example-resilience4j]. +You can find an example with the source code: https://github.com/apache/camel-examples/tree/master/examples/camel-example-resilience4j[camel-example-resilience4j]. == Using Resilience4j with Spring Boot