You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/02/24 07:06:29 UTC

[camel-spring-boot] 11/12: Regen

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-spring-boot.git

commit 4b6ed1a1fecc585a43c0e9e7857255a7406ad969
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Feb 22 10:34:54 2020 +0100

    Regen
---
 components-starter/README.adoc                               |  2 +-
 .../camel-spring-cloud-zookeeper-starter/pom.xml             | 12 ------------
 docs/modules/ROOT/pages/list.adoc                            |  2 +-
 .../ROOT/pages/{jaxp-starter.adoc => xml-jaxp-starter.adoc}  |  7 ++++---
 4 files changed, 6 insertions(+), 17 deletions(-)

diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index d6248e1..17f266d 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -1181,7 +1181,7 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 deprecated)
 (camel-base) | 2.0 | To use Camel message body or header with a tokenizer in Camel expressions or predicates.
 
 | link:https://camel.apache.org/components/latest/xtokenize-language.html[XML Tokenize] +
-(camel-jaxp-starter) | 2.14 | To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.
+(camel-xml-jaxp-starter) | 2.14 | To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.
 
 | link:https://camel.apache.org/components/latest/xpath-language.html[XPath] +
 (camel-xpath-starter) | 1.1 | To use XPath (XML) in Camel expressions or predicates.
diff --git a/components-starter/camel-spring-cloud-zookeeper-starter/pom.xml b/components-starter/camel-spring-cloud-zookeeper-starter/pom.xml
index 140df86..0ff60aa 100644
--- a/components-starter/camel-spring-cloud-zookeeper-starter/pom.xml
+++ b/components-starter/camel-spring-cloud-zookeeper-starter/pom.xml
@@ -38,18 +38,6 @@
       <groupId>org.apache.camel.springboot</groupId>
       <artifactId>camel-spring-cloud-zookeeper</artifactId>
       <version>${project.version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-classic</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-core</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
diff --git a/docs/modules/ROOT/pages/list.adoc b/docs/modules/ROOT/pages/list.adoc
index d6248e1..17f266d 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -1181,7 +1181,7 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 deprecated)
 (camel-base) | 2.0 | To use Camel message body or header with a tokenizer in Camel expressions or predicates.
 
 | link:https://camel.apache.org/components/latest/xtokenize-language.html[XML Tokenize] +
-(camel-jaxp-starter) | 2.14 | To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.
+(camel-xml-jaxp-starter) | 2.14 | To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.
 
 | link:https://camel.apache.org/components/latest/xpath-language.html[XPath] +
 (camel-xpath-starter) | 1.1 | To use XPath (XML) in Camel expressions or predicates.
diff --git a/docs/modules/ROOT/pages/jaxp-starter.adoc b/docs/modules/ROOT/pages/xml-jaxp-starter.adoc
similarity index 83%
rename from docs/modules/ROOT/pages/jaxp-starter.adoc
rename to docs/modules/ROOT/pages/xml-jaxp-starter.adoc
index 2a497e4..d7752d4 100644
--- a/docs/modules/ROOT/pages/jaxp-starter.adoc
+++ b/docs/modules/ROOT/pages/xml-jaxp-starter.adoc
@@ -1,16 +1,16 @@
 // spring-boot-auto-configure options: START
 :page-partial:
-:doctitle: Camel Spring Boot Starter for jaxp
+:doctitle: Camel Spring Boot Starter for xml-jaxp
 
 == Spring Boot Auto-Configuration
 
-When using jaxp with Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
+When using xml-jaxp with Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
 
 [source,xml]
 ----
 <dependency>
   <groupId>org.apache.camel.springboot</groupId>
-  <artifactId>camel-jaxp-starter</artifactId>
+  <artifactId>camel-xml-jaxp-starter</artifactId>
   <version>x.x.x</version>
   <!-- use the same version as your Camel core version -->
 </dependency>
@@ -29,4 +29,5 @@ The component supports 3 options, which are listed below.
 | *camel.language.xtokenize.trim* | Whether to trim the value to remove leading and trailing whitespaces and line breaks | true | Boolean
 |===
 
+
 // spring-boot-auto-configure options: END