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 2022/08/15 11:19:54 UTC

[camel-spring-boot] branch camel-spring-boot-3.14.x updated (9fe92733cf2 -> da94bdad0a7)

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

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


    from 9fe92733cf2 Regen
     new 67f368dcb4c Upgrade to spring boot 2.6.10
     new da94bdad0a7 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:
 archetypes/camel-archetype-spring-boot/pom.xml     |  2 +-
 components-starter/camel-any23-starter/pom.xml     |  8 +++
 .../camel-atomix-starter/src/main/docs/atomix.json | 24 +++----
 .../src/main/docs/caffeine.json                    | 24 +++----
 .../src/main/docs/ehcache.json                     | 12 ++--
 .../camel-ignite-starter/src/main/docs/ignite.json | 84 +++++++++++-----------
 .../src/main/docs/infinispan-embedded.json         | 48 ++++++-------
 .../src/main/docs/infinispan.json                  | 48 ++++++-------
 .../src/main/docs/undertow.json                    | 12 ++--
 .../src/main/docs/xmlsecurity.json                 | 12 ++--
 pom.xml                                            |  2 +-
 tooling/camel-spring-boot-dependencies/pom.xml     | 58 +++++++--------
 12 files changed, 171 insertions(+), 163 deletions(-)


[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 camel-spring-boot-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit da94bdad0a793559679521a1bb5e0d07b516ea9b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 15 13:19:31 2022 +0200

    Regen
---
 components-starter/camel-any23-starter/pom.xml     |  8 +++
 .../camel-atomix-starter/src/main/docs/atomix.json | 24 +++----
 .../src/main/docs/caffeine.json                    | 24 +++----
 .../src/main/docs/ehcache.json                     | 12 ++--
 .../camel-ignite-starter/src/main/docs/ignite.json | 84 +++++++++++-----------
 .../src/main/docs/infinispan-embedded.json         | 48 ++++++-------
 .../src/main/docs/infinispan.json                  | 48 ++++++-------
 .../src/main/docs/undertow.json                    | 12 ++--
 .../src/main/docs/xmlsecurity.json                 | 12 ++--
 tooling/camel-spring-boot-dependencies/pom.xml     | 58 +++++++--------
 10 files changed, 169 insertions(+), 161 deletions(-)

diff --git a/components-starter/camel-any23-starter/pom.xml b/components-starter/camel-any23-starter/pom.xml
index 30c0da527e0..91b7c4c4435 100644
--- a/components-starter/camel-any23-starter/pom.xml
+++ b/components-starter/camel-any23-starter/pom.xml
@@ -44,6 +44,14 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.logging.log4j</groupId>
+          <artifactId>log4j-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.logging.log4j</groupId>
+          <artifactId>log4j-slf4j-impl</artifactId>
+        </exclusion>
       </exclusions>
       <!--END OF GENERATED CODE-->
     </dependency>
diff --git a/components-starter/camel-atomix-starter/src/main/docs/atomix.json b/components-starter/camel-atomix-starter/src/main/docs/atomix.json
index be49cda04fd..08321a86c70 100644
--- a/components-starter/camel-atomix-starter/src/main/docs/atomix.json
+++ b/components-starter/camel-atomix-starter/src/main/docs/atomix.json
@@ -16,6 +16,12 @@
       "sourceType": "org.apache.camel.component.atomix.client.map.springboot.AtomixMapComponentConfiguration",
       "sourceMethod": "getCustomizer()"
     },
+    {
+      "name": "camel.component.atomix-map.key",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.atomix.client.map.springboot.AtomixMapComponentConfiguration",
+      "sourceMethod": "getKey()"
+    },
     {
       "name": "camel.component.atomix-messaging",
       "type": "org.apache.camel.component.atomix.client.messaging.springboot.AtomixMessagingComponentConfiguration",
@@ -38,6 +44,12 @@
       "sourceType": "org.apache.camel.component.atomix.client.multimap.springboot.AtomixMultiMapComponentConfiguration",
       "sourceMethod": "getCustomizer()"
     },
+    {
+      "name": "camel.component.atomix-multimap.key",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.atomix.client.multimap.springboot.AtomixMultiMapComponentConfiguration",
+      "sourceMethod": "getKey()"
+    },
     {
       "name": "camel.component.atomix-queue",
       "type": "org.apache.camel.component.atomix.client.queue.springboot.AtomixQueueComponentConfiguration",
@@ -208,12 +220,6 @@
       "sourceType": "org.apache.camel.component.atomix.client.map.springboot.AtomixMapComponentConfiguration",
       "defaultValue": false
     },
-    {
-      "name": "camel.component.atomix-map.key",
-      "type": "java.lang.Object",
-      "description": "The key to use if none is set in the header or to listen for events for a specific key. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.atomix.client.map.springboot.AtomixMapComponentConfiguration"
-    },
     {
       "name": "camel.component.atomix-map.lazy-start-producer",
       "type": "java.lang.Boolean",
@@ -455,12 +461,6 @@
       "sourceType": "org.apache.camel.component.atomix.client.multimap.springboot.AtomixMultiMapComponentConfiguration",
       "defaultValue": false
     },
-    {
-      "name": "camel.component.atomix-multimap.key",
-      "type": "java.lang.Object",
-      "description": "The key to use if none is set in the header or to listen for events for a specific key. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.atomix.client.multimap.springboot.AtomixMultiMapComponentConfiguration"
-    },
     {
       "name": "camel.component.atomix-multimap.lazy-start-producer",
       "type": "java.lang.Boolean",
diff --git a/components-starter/camel-caffeine-starter/src/main/docs/caffeine.json b/components-starter/camel-caffeine-starter/src/main/docs/caffeine.json
index 8ca9ca765b6..e02b18ec5b8 100644
--- a/components-starter/camel-caffeine-starter/src/main/docs/caffeine.json
+++ b/components-starter/camel-caffeine-starter/src/main/docs/caffeine.json
@@ -11,6 +11,12 @@
       "sourceType": "org.apache.camel.component.caffeine.cache.springboot.CaffeineCacheComponentConfiguration",
       "sourceMethod": "getCustomizer()"
     },
+    {
+      "name": "camel.component.caffeine-cache.key",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.caffeine.cache.springboot.CaffeineCacheComponentConfiguration",
+      "sourceMethod": "getKey()"
+    },
     {
       "name": "camel.component.caffeine-loadcache",
       "type": "org.apache.camel.component.caffeine.load.springboot.CaffeineLoadCacheComponentConfiguration",
@@ -21,6 +27,12 @@
       "type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
       "sourceType": "org.apache.camel.component.caffeine.load.springboot.CaffeineLoadCacheComponentConfiguration",
       "sourceMethod": "getCustomizer()"
+    },
+    {
+      "name": "camel.component.caffeine-loadcache.key",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.caffeine.load.springboot.CaffeineLoadCacheComponentConfiguration",
+      "sourceMethod": "getKey()"
     }
   ],
   "properties": [
@@ -94,12 +106,6 @@
       "sourceType": "org.apache.camel.component.caffeine.cache.springboot.CaffeineCacheComponentConfiguration",
       "defaultValue": 10000
     },
-    {
-      "name": "camel.component.caffeine-cache.key",
-      "type": "java.lang.Object",
-      "description": "To configure the default action key. If a key is set in the message header, then the key from the header takes precedence. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.caffeine.cache.springboot.CaffeineCacheComponentConfiguration"
-    },
     {
       "name": "camel.component.caffeine-cache.key-type",
       "type": "java.lang.String",
@@ -215,12 +221,6 @@
       "sourceType": "org.apache.camel.component.caffeine.load.springboot.CaffeineLoadCacheComponentConfiguration",
       "defaultValue": 10000
     },
-    {
-      "name": "camel.component.caffeine-loadcache.key",
-      "type": "java.lang.Object",
-      "description": "To configure the default action key. If a key is set in the message header, then the key from the header takes precedence. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.caffeine.load.springboot.CaffeineLoadCacheComponentConfiguration"
-    },
     {
       "name": "camel.component.caffeine-loadcache.key-type",
       "type": "java.lang.String",
diff --git a/components-starter/camel-ehcache-starter/src/main/docs/ehcache.json b/components-starter/camel-ehcache-starter/src/main/docs/ehcache.json
index 18771f6061c..b2aa053c4a1 100644
--- a/components-starter/camel-ehcache-starter/src/main/docs/ehcache.json
+++ b/components-starter/camel-ehcache-starter/src/main/docs/ehcache.json
@@ -20,6 +20,12 @@
       "name": "camel.component.ehcache.customizer.cache-manager",
       "type": "org.apache.camel.component.ehcache.springboot.customizer.CacheManagerCustomizerConfiguration",
       "sourceType": "org.apache.camel.component.ehcache.springboot.customizer.CacheManagerCustomizerConfiguration"
+    },
+    {
+      "name": "camel.component.ehcache.key",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration",
+      "sourceMethod": "getKey()"
     }
   ],
   "properties": [
@@ -136,12 +142,6 @@
       "description": "Set the type of events to listen for (EVICTED,EXPIRED,REMOVED,CREATED,UPDATED). You can specify multiple entries separated by comma.",
       "sourceType": "org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration"
     },
-    {
-      "name": "camel.component.ehcache.key",
-      "type": "java.lang.Object",
-      "description": "To configure the default action key. If a key is set in the message header, then the key from the header takes precedence. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration"
-    },
     {
       "name": "camel.component.ehcache.key-type",
       "type": "java.lang.String",
diff --git a/components-starter/camel-ignite-starter/src/main/docs/ignite.json b/components-starter/camel-ignite-starter/src/main/docs/ignite.json
index ec96335dcdf..9d13d4e2076 100644
--- a/components-starter/camel-ignite-starter/src/main/docs/ignite.json
+++ b/components-starter/camel-ignite-starter/src/main/docs/ignite.json
@@ -5,6 +5,12 @@
       "type": "org.apache.camel.component.ignite.cache.springboot.IgniteCacheComponentConfiguration",
       "sourceType": "org.apache.camel.component.ignite.cache.springboot.IgniteCacheComponentConfiguration"
     },
+    {
+      "name": "camel.component.ignite-cache.configuration-resource",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.ignite.cache.springboot.IgniteCacheComponentConfiguration",
+      "sourceMethod": "getConfigurationResource()"
+    },
     {
       "name": "camel.component.ignite-cache.customizer",
       "type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
@@ -16,6 +22,12 @@
       "type": "org.apache.camel.component.ignite.compute.springboot.IgniteComputeComponentConfiguration",
       "sourceType": "org.apache.camel.component.ignite.compute.springboot.IgniteComputeComponentConfiguration"
     },
+    {
+      "name": "camel.component.ignite-compute.configuration-resource",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.ignite.compute.springboot.IgniteComputeComponentConfiguration",
+      "sourceMethod": "getConfigurationResource()"
+    },
     {
       "name": "camel.component.ignite-compute.customizer",
       "type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
@@ -27,6 +39,12 @@
       "type": "org.apache.camel.component.ignite.events.springboot.IgniteEventsComponentConfiguration",
       "sourceType": "org.apache.camel.component.ignite.events.springboot.IgniteEventsComponentConfiguration"
     },
+    {
+      "name": "camel.component.ignite-events.configuration-resource",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.ignite.events.springboot.IgniteEventsComponentConfiguration",
+      "sourceMethod": "getConfigurationResource()"
+    },
     {
       "name": "camel.component.ignite-events.customizer",
       "type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
@@ -38,6 +56,12 @@
       "type": "org.apache.camel.component.ignite.idgen.springboot.IgniteIdGenComponentConfiguration",
       "sourceType": "org.apache.camel.component.ignite.idgen.springboot.IgniteIdGenComponentConfiguration"
     },
+    {
+      "name": "camel.component.ignite-idgen.configuration-resource",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.ignite.idgen.springboot.IgniteIdGenComponentConfiguration",
+      "sourceMethod": "getConfigurationResource()"
+    },
     {
       "name": "camel.component.ignite-idgen.customizer",
       "type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
@@ -49,6 +73,12 @@
       "type": "org.apache.camel.component.ignite.messaging.springboot.IgniteMessagingComponentConfiguration",
       "sourceType": "org.apache.camel.component.ignite.messaging.springboot.IgniteMessagingComponentConfiguration"
     },
+    {
+      "name": "camel.component.ignite-messaging.configuration-resource",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.ignite.messaging.springboot.IgniteMessagingComponentConfiguration",
+      "sourceMethod": "getConfigurationResource()"
+    },
     {
       "name": "camel.component.ignite-messaging.customizer",
       "type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
@@ -60,6 +90,12 @@
       "type": "org.apache.camel.component.ignite.queue.springboot.IgniteQueueComponentConfiguration",
       "sourceType": "org.apache.camel.component.ignite.queue.springboot.IgniteQueueComponentConfiguration"
     },
+    {
+      "name": "camel.component.ignite-queue.configuration-resource",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.ignite.queue.springboot.IgniteQueueComponentConfiguration",
+      "sourceMethod": "getConfigurationResource()"
+    },
     {
       "name": "camel.component.ignite-queue.customizer",
       "type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
@@ -71,6 +107,12 @@
       "type": "org.apache.camel.component.ignite.set.springboot.IgniteSetComponentConfiguration",
       "sourceType": "org.apache.camel.component.ignite.set.springboot.IgniteSetComponentConfiguration"
     },
+    {
+      "name": "camel.component.ignite-set.configuration-resource",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.ignite.set.springboot.IgniteSetComponentConfiguration",
+      "sourceMethod": "getConfigurationResource()"
+    },
     {
       "name": "camel.component.ignite-set.customizer",
       "type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
@@ -93,12 +135,6 @@
       "sourceType": "org.apache.camel.component.ignite.cache.springboot.IgniteCacheComponentConfiguration",
       "defaultValue": false
     },
-    {
-      "name": "camel.component.ignite-cache.configuration-resource",
-      "type": "java.lang.Object",
-      "description": "The resource from where to load the configuration. It can be a: URL, String or InputStream type. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.ignite.cache.springboot.IgniteCacheComponentConfiguration"
-    },
     {
       "name": "camel.component.ignite-cache.customizer.enabled",
       "type": "java.lang.Boolean",
@@ -136,12 +172,6 @@
       "sourceType": "org.apache.camel.component.ignite.compute.springboot.IgniteComputeComponentConfiguration",
       "defaultValue": true
     },
-    {
-      "name": "camel.component.ignite-compute.configuration-resource",
-      "type": "java.lang.Object",
-      "description": "The resource from where to load the configuration. It can be a: URL, String or InputStream type. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.ignite.compute.springboot.IgniteComputeComponentConfiguration"
-    },
     {
       "name": "camel.component.ignite-compute.customizer.enabled",
       "type": "java.lang.Boolean",
@@ -186,12 +216,6 @@
       "sourceType": "org.apache.camel.component.ignite.events.springboot.IgniteEventsComponentConfiguration",
       "defaultValue": false
     },
-    {
-      "name": "camel.component.ignite-events.configuration-resource",
-      "type": "java.lang.Object",
-      "description": "The resource from where to load the configuration. It can be a: URL, String or InputStream type. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.ignite.events.springboot.IgniteEventsComponentConfiguration"
-    },
     {
       "name": "camel.component.ignite-events.customizer.enabled",
       "type": "java.lang.Boolean",
@@ -222,12 +246,6 @@
       "sourceType": "org.apache.camel.component.ignite.idgen.springboot.IgniteIdGenComponentConfiguration",
       "defaultValue": true
     },
-    {
-      "name": "camel.component.ignite-idgen.configuration-resource",
-      "type": "java.lang.Object",
-      "description": "The resource from where to load the configuration. It can be a: URL, String or InputStream type. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.ignite.idgen.springboot.IgniteIdGenComponentConfiguration"
-    },
     {
       "name": "camel.component.ignite-idgen.customizer.enabled",
       "type": "java.lang.Boolean",
@@ -272,12 +290,6 @@
       "sourceType": "org.apache.camel.component.ignite.messaging.springboot.IgniteMessagingComponentConfiguration",
       "defaultValue": false
     },
-    {
-      "name": "camel.component.ignite-messaging.configuration-resource",
-      "type": "java.lang.Object",
-      "description": "The resource from where to load the configuration. It can be a: URL, String or InputStream type. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.ignite.messaging.springboot.IgniteMessagingComponentConfiguration"
-    },
     {
       "name": "camel.component.ignite-messaging.customizer.enabled",
       "type": "java.lang.Boolean",
@@ -315,12 +327,6 @@
       "sourceType": "org.apache.camel.component.ignite.queue.springboot.IgniteQueueComponentConfiguration",
       "defaultValue": true
     },
-    {
-      "name": "camel.component.ignite-queue.configuration-resource",
-      "type": "java.lang.Object",
-      "description": "The resource from where to load the configuration. It can be a: URL, String or InputStream type. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.ignite.queue.springboot.IgniteQueueComponentConfiguration"
-    },
     {
       "name": "camel.component.ignite-queue.customizer.enabled",
       "type": "java.lang.Boolean",
@@ -358,12 +364,6 @@
       "sourceType": "org.apache.camel.component.ignite.set.springboot.IgniteSetComponentConfiguration",
       "defaultValue": true
     },
-    {
-      "name": "camel.component.ignite-set.configuration-resource",
-      "type": "java.lang.Object",
-      "description": "The resource from where to load the configuration. It can be a: URL, String or InputStream type. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.ignite.set.springboot.IgniteSetComponentConfiguration"
-    },
     {
       "name": "camel.component.ignite-set.customizer.enabled",
       "type": "java.lang.Boolean",
diff --git a/components-starter/camel-infinispan-embedded-starter/src/main/docs/infinispan-embedded.json b/components-starter/camel-infinispan-embedded-starter/src/main/docs/infinispan-embedded.json
index 4c7f191ffdb..e7f76c9b121 100644
--- a/components-starter/camel-infinispan-embedded-starter/src/main/docs/infinispan-embedded.json
+++ b/components-starter/camel-infinispan-embedded-starter/src/main/docs/infinispan-embedded.json
@@ -10,6 +10,30 @@
       "type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
       "sourceType": "org.apache.camel.component.infinispan.embedded.springboot.InfinispanEmbeddedComponentConfiguration",
       "sourceMethod": "getCustomizer()"
+    },
+    {
+      "name": "camel.component.infinispan-embedded.default-value",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.infinispan.embedded.springboot.InfinispanEmbeddedComponentConfiguration",
+      "sourceMethod": "getDefaultValue()"
+    },
+    {
+      "name": "camel.component.infinispan-embedded.key",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.infinispan.embedded.springboot.InfinispanEmbeddedComponentConfiguration",
+      "sourceMethod": "getKey()"
+    },
+    {
+      "name": "camel.component.infinispan-embedded.old-value",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.infinispan.embedded.springboot.InfinispanEmbeddedComponentConfiguration",
+      "sourceMethod": "getOldValue()"
+    },
+    {
+      "name": "camel.component.infinispan-embedded.value",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.infinispan.embedded.springboot.InfinispanEmbeddedComponentConfiguration",
+      "sourceMethod": "getValue()"
     }
   ],
   "properties": [
@@ -69,12 +93,6 @@
       "type": "java.lang.Boolean",
       "sourceType": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
     },
-    {
-      "name": "camel.component.infinispan-embedded.default-value",
-      "type": "java.lang.Object",
-      "description": "Set a specific default value for some producer operations. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.infinispan.embedded.springboot.InfinispanEmbeddedComponentConfiguration"
-    },
     {
       "name": "camel.component.infinispan-embedded.enabled",
       "type": "java.lang.Boolean",
@@ -93,12 +111,6 @@
       "description": "A comma separated list of org.infinispan.context.Flag to be applied by default on each cache invocation",
       "sourceType": "org.apache.camel.component.infinispan.embedded.springboot.InfinispanEmbeddedComponentConfiguration"
     },
-    {
-      "name": "camel.component.infinispan-embedded.key",
-      "type": "java.lang.Object",
-      "description": "Set a specific key for producer operations. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.infinispan.embedded.springboot.InfinispanEmbeddedComponentConfiguration"
-    },
     {
       "name": "camel.component.infinispan-embedded.lazy-start-producer",
       "type": "java.lang.Boolean",
@@ -106,12 +118,6 @@
       "sourceType": "org.apache.camel.component.infinispan.embedded.springboot.InfinispanEmbeddedComponentConfiguration",
       "defaultValue": false
     },
-    {
-      "name": "camel.component.infinispan-embedded.old-value",
-      "type": "java.lang.Object",
-      "description": "Set a specific old value for some producer operations. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.infinispan.embedded.springboot.InfinispanEmbeddedComponentConfiguration"
-    },
     {
       "name": "camel.component.infinispan-embedded.operation",
       "type": "org.apache.camel.component.infinispan.InfinispanOperation",
@@ -142,12 +148,6 @@
       "description": "If true, the consumer will receive notifications synchronously",
       "sourceType": "org.apache.camel.component.infinispan.embedded.springboot.InfinispanEmbeddedComponentConfiguration",
       "defaultValue": true
-    },
-    {
-      "name": "camel.component.infinispan-embedded.value",
-      "type": "java.lang.Object",
-      "description": "Set a specific value for producer operations. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.infinispan.embedded.springboot.InfinispanEmbeddedComponentConfiguration"
     }
   ],
   "hints": []
diff --git a/components-starter/camel-infinispan-starter/src/main/docs/infinispan.json b/components-starter/camel-infinispan-starter/src/main/docs/infinispan.json
index b47b44ea945..13ff12ae031 100644
--- a/components-starter/camel-infinispan-starter/src/main/docs/infinispan.json
+++ b/components-starter/camel-infinispan-starter/src/main/docs/infinispan.json
@@ -10,6 +10,30 @@
       "type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
       "sourceType": "org.apache.camel.component.infinispan.remote.springboot.InfinispanRemoteComponentConfiguration",
       "sourceMethod": "getCustomizer()"
+    },
+    {
+      "name": "camel.component.infinispan.default-value",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.infinispan.remote.springboot.InfinispanRemoteComponentConfiguration",
+      "sourceMethod": "getDefaultValue()"
+    },
+    {
+      "name": "camel.component.infinispan.key",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.infinispan.remote.springboot.InfinispanRemoteComponentConfiguration",
+      "sourceMethod": "getKey()"
+    },
+    {
+      "name": "camel.component.infinispan.old-value",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.infinispan.remote.springboot.InfinispanRemoteComponentConfiguration",
+      "sourceMethod": "getOldValue()"
+    },
+    {
+      "name": "camel.component.infinispan.value",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.infinispan.remote.springboot.InfinispanRemoteComponentConfiguration",
+      "sourceMethod": "getValue()"
     }
   ],
   "properties": [
@@ -68,12 +92,6 @@
       "type": "java.lang.Boolean",
       "sourceType": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
     },
-    {
-      "name": "camel.component.infinispan.default-value",
-      "type": "java.lang.Object",
-      "description": "Set a specific default value for some producer operations. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.infinispan.remote.springboot.InfinispanRemoteComponentConfiguration"
-    },
     {
       "name": "camel.component.infinispan.enabled",
       "type": "java.lang.Boolean",
@@ -98,12 +116,6 @@
       "description": "Specifies the host of the cache on Infinispan instance",
       "sourceType": "org.apache.camel.component.infinispan.remote.springboot.InfinispanRemoteComponentConfiguration"
     },
-    {
-      "name": "camel.component.infinispan.key",
-      "type": "java.lang.Object",
-      "description": "Set a specific key for producer operations. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.infinispan.remote.springboot.InfinispanRemoteComponentConfiguration"
-    },
     {
       "name": "camel.component.infinispan.lazy-start-producer",
       "type": "java.lang.Boolean",
@@ -111,12 +123,6 @@
       "sourceType": "org.apache.camel.component.infinispan.remote.springboot.InfinispanRemoteComponentConfiguration",
       "defaultValue": false
     },
-    {
-      "name": "camel.component.infinispan.old-value",
-      "type": "java.lang.Object",
-      "description": "Set a specific old value for some producer operations. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.infinispan.remote.springboot.InfinispanRemoteComponentConfiguration"
-    },
     {
       "name": "camel.component.infinispan.operation",
       "type": "org.apache.camel.component.infinispan.InfinispanOperation",
@@ -177,12 +183,6 @@
       "type": "java.lang.String",
       "description": "Define the username to access the infinispan instance",
       "sourceType": "org.apache.camel.component.infinispan.remote.springboot.InfinispanRemoteComponentConfiguration"
-    },
-    {
-      "name": "camel.component.infinispan.value",
-      "type": "java.lang.Object",
-      "description": "Set a specific value for producer operations. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.infinispan.remote.springboot.InfinispanRemoteComponentConfiguration"
     }
   ],
   "hints": []
diff --git a/components-starter/camel-undertow-starter/src/main/docs/undertow.json b/components-starter/camel-undertow-starter/src/main/docs/undertow.json
index 21e22616f82..8effd0bde46 100644
--- a/components-starter/camel-undertow-starter/src/main/docs/undertow.json
+++ b/components-starter/camel-undertow-starter/src/main/docs/undertow.json
@@ -10,6 +10,12 @@
       "type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
       "sourceType": "org.apache.camel.component.undertow.springboot.UndertowComponentConfiguration",
       "sourceMethod": "getCustomizer()"
+    },
+    {
+      "name": "camel.component.undertow.security-configuration",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.undertow.springboot.UndertowComponentConfiguration",
+      "sourceMethod": "getSecurityConfiguration()"
     }
   ],
   "properties": [
@@ -64,12 +70,6 @@
       "sourceType": "org.apache.camel.component.undertow.springboot.UndertowComponentConfiguration",
       "defaultValue": false
     },
-    {
-      "name": "camel.component.undertow.security-configuration",
-      "type": "java.lang.Object",
-      "description": "Configuration used by UndertowSecurityProvider. Security configuration object for use from UndertowSecurityProvider. Configuration is UndertowSecurityProvider specific. Each provider decides, whether it accepts configuration. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.undertow.springboot.UndertowComponentConfiguration"
-    },
     {
       "name": "camel.component.undertow.security-provider",
       "type": "org.apache.camel.component.undertow.spi.UndertowSecurityProvider",
diff --git a/components-starter/camel-xmlsecurity-starter/src/main/docs/xmlsecurity.json b/components-starter/camel-xmlsecurity-starter/src/main/docs/xmlsecurity.json
index a01600eec15..42529657eef 100644
--- a/components-starter/camel-xmlsecurity-starter/src/main/docs/xmlsecurity.json
+++ b/components-starter/camel-xmlsecurity-starter/src/main/docs/xmlsecurity.json
@@ -22,6 +22,12 @@
       "sourceType": "org.apache.camel.component.xmlsecurity.springboot.XmlVerifierComponentConfiguration",
       "sourceMethod": "getCustomizer()"
     },
+    {
+      "name": "camel.component.xmlsecurity-verify.output-node-search",
+      "type": "java.lang.Object",
+      "sourceType": "org.apache.camel.component.xmlsecurity.springboot.XmlVerifierComponentConfiguration",
+      "sourceMethod": "getOutputNodeSearch()"
+    },
     {
       "name": "camel.dataformat.securexml",
       "type": "org.apache.camel.dataformat.xmlsecurity.springboot.XMLSecurityDataFormatConfiguration",
@@ -294,12 +300,6 @@
       "sourceType": "org.apache.camel.component.xmlsecurity.springboot.XmlVerifierComponentConfiguration",
       "defaultValue": false
     },
-    {
-      "name": "camel.component.xmlsecurity-verify.output-node-search",
-      "type": "java.lang.Object",
-      "description": "Sets the output node search value for determining the node from the XML signature document which shall be set to the output message body. The class of the value depends on the type of the output node search. The output node search is forwarded to XmlSignature2Message. The option is a java.lang.Object type.",
-      "sourceType": "org.apache.camel.component.xmlsecurity.springboot.XmlVerifierComponentConfiguration"
-    },
     {
       "name": "camel.component.xmlsecurity-verify.output-node-search-type",
       "type": "java.lang.String",
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index 619479f54b5..1e543a08ded 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -194,7 +194,7 @@
       <dependency>
         <groupId>org.apache.any23</groupId>
         <artifactId>apache-any23-core</artifactId>
-        <version>2.4</version>
+        <version>2.7</version>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>
@@ -4211,142 +4211,142 @@
       <dependency>
         <groupId>org.apache.cxf.services.sts</groupId>
         <artifactId>cxf-services-sts-core</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf.services.ws-discovery</groupId>
         <artifactId>cxf-services-ws-discovery-api</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-core</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-bindings-soap</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-bindings-xml</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-databinding-jaxb</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-features-clustering</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-features-logging</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-frontend-jaxws</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-frontend-simple</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-management</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-rs-client</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-rs-extension-providers</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-rs-security-oauth2</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-transports-http</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-transports-http-jetty</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-transports-jms</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-transports-local</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-ws-addr</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-ws-mex</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-ws-policy</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-ws-rm</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-ws-security</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-ws-security-oauth2</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-wsdl</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-testutils</artifactId>
-        <version>3.4.5</version>
+        <version>3.4.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.ftpserver</groupId>


[camel-spring-boot] 01/02: Upgrade to spring boot 2.6.10

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

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

commit 67f368dcb4c29ec18652bc02e4a510b242356b39
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 15 13:17:41 2022 +0200

    Upgrade to spring boot 2.6.10
---
 archetypes/camel-archetype-spring-boot/pom.xml | 2 +-
 pom.xml                                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/archetypes/camel-archetype-spring-boot/pom.xml b/archetypes/camel-archetype-spring-boot/pom.xml
index af3ad000fdb..a919133ede5 100644
--- a/archetypes/camel-archetype-spring-boot/pom.xml
+++ b/archetypes/camel-archetype-spring-boot/pom.xml
@@ -34,7 +34,7 @@
     <packaging>maven-archetype</packaging>
 
     <properties>
-        <spring-boot-version>2.6.8</spring-boot-version>
+        <spring-boot-version>2.6.10</spring-boot-version>
          <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots -->
     </properties>
 
diff --git a/pom.xml b/pom.xml
index ea3e8469f12..b85201ae1f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.6.8</spring-boot-version>
+        <spring-boot-version>2.6.10</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.14.5-SNAPSHOT</camel-version>