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 2021/11/01 05:50:03 UTC

[camel-spring-boot] branch main updated (c5931c7 -> 551b443)

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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


    from c5931c7  [create-pull-request] automated change (#401)
     new ba8a8fd  CAMEL-17061: camel-springdoc-starter -- Integration with Springdoc.
     new 551b443  Regen

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:
 .../org/apache/camel/springboot/catalog/languages/xtokenize.json       | 2 +-
 components-starter/camel-springdoc-starter/pom.xml                     | 3 ---
 pom.xml                                                                | 1 +
 3 files changed, 2 insertions(+), 4 deletions(-)

[camel-spring-boot] 01/02: CAMEL-17061: camel-springdoc-starter -- Integration with Springdoc.

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit ba8a8fd2363eef8fc6dad52b4023316b580c081b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Nov 1 06:42:12 2021 +0100

    CAMEL-17061: camel-springdoc-starter -- Integration with Springdoc.
---
 components-starter/camel-springdoc-starter/pom.xml | 3 ---
 pom.xml                                            | 1 +
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/components-starter/camel-springdoc-starter/pom.xml b/components-starter/camel-springdoc-starter/pom.xml
index 53c3c4f..e06a288 100644
--- a/components-starter/camel-springdoc-starter/pom.xml
+++ b/components-starter/camel-springdoc-starter/pom.xml
@@ -29,9 +29,6 @@
     <packaging>jar</packaging>
     <name>Camel SB Starters :: Springdoc</name>
     <description>Spring-Boot Starter for Rest-dsl support when using openapi doc and the Springdoc Swagger UI</description>
-    <properties>
-        <springdoc-version>1.5.11</springdoc-version>
-    </properties>
     <dependencies>
         <dependency>
             <groupId>org.springframework.boot</groupId>
diff --git a/pom.xml b/pom.xml
index c7ff109..7698080 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,6 +129,7 @@
         <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
         <mycila-license-version>3.0</mycila-license-version>
+        <springdoc-version>1.5.12</springdoc-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <swagger-parser-v3-version>2.0.28</swagger-parser-v3-version>
         <undertow-version>2.2.0.Final</undertow-version>

[camel-spring-boot] 02/02: Regen

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 551b44327d485c5ec27c1cc1bb8153414ee81e40
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Nov 1 06:43:45 2021 +0100

    Regen
---
 .../org/apache/camel/springboot/catalog/languages/xtokenize.json        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
index bd3b281..bca8424 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
@@ -17,7 +17,7 @@
   },
   "properties": {
     "headerName": { "kind": "attribute", "displayName": "Header Name", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Name of header to tokenize instead of using the message body." },
-    "mode": { "kind": "attribute", "displayName": "Mode", "required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ "i", "w", "u", "t" ], "deprecated": false, "autowired": false, "secret": false, "description": "The extraction mode. The available extraction modes are: i - injecting the contextual namespace bindings into the extracted token (default) w - wrapping the extracted token in its ancestor context u - unwrapping the extracted token to its child content t - extr [...]
+    "mode": { "kind": "attribute", "displayName": "Mode", "required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ "i", "t", "u", "w" ], "deprecated": false, "autowired": false, "secret": false, "description": "The extraction mode. The available extraction modes are: i - injecting the contextual namespace bindings into the extracted token (default) w - wrapping the extracted token in its ancestor context u - unwrapping the extracted token to its child content t - extr [...]
     "group": { "kind": "attribute", "displayName": "Group", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "description": "To group N parts together" },
     "trim": { "kind": "attribute", "displayName": "Trim", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether to trim the value to remove leading and trailing whitespaces and line breaks" },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the id of this node" }