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 25f1cb6670989b39104b1340cfc5a3e1e0ad8f4e Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jan 12 10:18:07 2023 +0100 CAMEL-18879 - Remove Camel-Zipkin after deprecation - Regen Signed-off-by: Andrea Cosentino <[email protected]> --- .../src/generated/resources/org/apache/camel/catalog/others.properties | 1 - docs/components/modules/others/examples/json/zipkin.json | 1 - docs/components/modules/others/nav.adoc | 1 - docs/components/modules/others/pages/zipkin.adoc | 1 - 4 files changed, 4 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties index ec13272219a..078bec5a99e 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties @@ -56,4 +56,3 @@ wal xml-io-dsl xml-jaxb-dsl yaml-dsl -zipkin diff --git a/docs/components/modules/others/examples/json/zipkin.json b/docs/components/modules/others/examples/json/zipkin.json deleted file mode 120000 index 1cfe6061236..00000000000 --- a/docs/components/modules/others/examples/json/zipkin.json +++ /dev/null @@ -1 +0,0 @@ -../../../../../../components/camel-zipkin/src/generated/resources/zipkin.json \ No newline at end of file diff --git a/docs/components/modules/others/nav.adoc b/docs/components/modules/others/nav.adoc index 85293d7b0da..3068b17211c 100644 --- a/docs/components/modules/others/nav.adoc +++ b/docs/components/modules/others/nav.adoc @@ -60,4 +60,3 @@ ** xref:tracing.adoc[Tracing] ** xref:undertow-spring-security.adoc[Undertow Spring Security] ** xref:wal.adoc[Write Ahead Log Strategy for Resume API] -** xref:zipkin.adoc[Zipkin] diff --git a/docs/components/modules/others/pages/zipkin.adoc b/docs/components/modules/others/pages/zipkin.adoc deleted file mode 120000 index 08488816b94..00000000000 --- a/docs/components/modules/others/pages/zipkin.adoc +++ /dev/null @@ -1 +0,0 @@ -../../../../../components/camel-zipkin/src/main/docs/zipkin.adoc \ No newline at end of file
