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
The following commit(s) were added to refs/heads/main by this push:
new 5e4dbe9ddbb Regen
5e4dbe9ddbb is described below
commit 5e4dbe9ddbb6f33a36b3b4d7ef8026e91acbb5ce
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jun 19 13:53:54 2026 +0200
Regen
---
docs/spring-boot/modules/ROOT/pages/starters/azure-cosmosdb.adoc | 2 +-
docs/spring-boot/modules/ROOT/pages/starters/crypto.adoc | 2 +-
docs/spring-boot/modules/ROOT/pages/starters/disruptor.adoc | 2 +-
docs/spring-boot/modules/ROOT/pages/starters/fastjson.adoc | 2 +-
docs/spring-boot/modules/ROOT/pages/starters/google-storage.adoc | 2 +-
docs/spring-boot/modules/ROOT/pages/starters/gson.adoc | 2 +-
docs/spring-boot/modules/ROOT/pages/starters/jsonb.adoc | 2 +-
docs/spring-boot/modules/ROOT/pages/starters/nats.adoc | 4 ++--
docs/spring-boot/modules/ROOT/pages/starters/snakeyaml.adoc | 2 +-
docs/spring-boot/modules/ROOT/pages/starters/xmlsecurity.adoc | 4 ++--
10 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/azure-cosmosdb.adoc
b/docs/spring-boot/modules/ROOT/pages/starters/azure-cosmosdb.adoc
index fe3ce032d96..eb522649a49 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/azure-cosmosdb.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/azure-cosmosdb.adoc
@@ -56,7 +56,7 @@ The starter supports 32 options, which are listed below.
| camel.component.azure-cosmosdb.multiple-write-regions-enabled | Sets the
flag to enable writes on any regions for geo-replicated database accounts in
the Azure Cosmos DB service. When the value of this property is true, the SDK
will direct write operations to available writable regions of geo-replicated
database account. Writable regions are ordered by PreferredRegions property.
Setting the property value to true has no effect until
EnableMultipleWriteRegions in DatabaseAccount is also [...]
| camel.component.azure-cosmosdb.operation | The CosmosDB operation that can
be used with this component on the producer. | listdatabases |
CosmosDbOperationsDefinition
| camel.component.azure-cosmosdb.preferred-regions | Sets the comma separated
preferred regions for geo-replicated database accounts. For example, East US as
the preferred region. When EnableEndpointDiscovery is true and PreferredRegions
is non-empty, the SDK will prefer to use the regions in the container in the
order they are specified to perform operations. | | String
-| camel.component.azure-cosmosdb.query | An SQL query to execute on a given
resources. To learn more about Cosmos SQL API, check this link {link
https://docs.microsoft.com/en-us/azure/cosmos-db/sql-query-getting-started} |
| String
+| camel.component.azure-cosmosdb.query | An SQL query to execute on a given
resources. To learn more about Cosmos SQL API, check this link \{link
https://docs.microsoft.com/en-us/azure/cosmos-db/sql-query-getting-started} |
| String
| camel.component.azure-cosmosdb.query-request-options | Set additional
QueryRequestOptions that can be used with queryItems, queryContainers,
queryDatabases, listDatabases, listItems, listContainers operations. The option
is a com.azure.cosmos.models.CosmosQueryRequestOptions type. | |
CosmosQueryRequestOptions
| camel.component.azure-cosmosdb.read-requests-fallback-enabled | Sets whether
to allow for reads to go to multiple regions configured on an account of Azure
Cosmos DB service. DEFAULT value is true. If this property is not set, the
default is true for all Consistency Levels other than Bounded Staleness, The
default is false for Bounded Staleness. 1. endpointDiscoveryEnabled is true 2.
the Azure Cosmos DB account has more than one region | true | Boolean
| camel.component.azure-cosmosdb.throughput-properties | Sets throughput of
the resources in the Azure Cosmos DB service. The option is a
com.azure.cosmos.models.ThroughputProperties type. | | ThroughputProperties
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/crypto.adoc
b/docs/spring-boot/modules/ROOT/pages/starters/crypto.adoc
index 10afb3fdc00..efcd7342e17 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/crypto.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/crypto.adoc
@@ -30,7 +30,7 @@ The starter supports 32 options, which are listed below.
|===
| Name | Description | Default | Type
| camel.component.crypto.algorithm | Sets the JCE name of the Algorithm that
should be used for the signer. | SHA256withRSA | String
-| camel.component.crypto.alias | Sets the alias used to query the KeyStore for
keys and {link java.security.cert.Certificate Certificates} to be used in
signing and verifying exchanges. This value can be provided at runtime via the
message header
org.apache.camel.component.crypto.DigitalSignatureConstants#KEYSTORE_ALIAS | |
String
+| camel.component.crypto.alias | Sets the alias used to query the KeyStore for
keys and \{link java.security.cert.Certificate Certificates} to be used in
signing and verifying exchanges. This value can be provided at runtime via the
message header
org.apache.camel.component.crypto.DigitalSignatureConstants#KEYSTORE_ALIAS | |
String
| camel.component.crypto.autowired-enabled | Whether autowiring is enabled.
This is used for automatic autowiring options (the option must be marked as
autowired) by looking up in the registry to find if there is a single instance
of matching type, which then gets configured on the component. This can be used
for automatic configuring JDBC data sources, JMS connection factories, AWS
Clients, etc. | true | Boolean
| camel.component.crypto.buffer-size | Set the size of the buffer used to read
in the Exchange payload data. | 2048 | Integer
| camel.component.crypto.certificate | Set the Certificate that should be used
to verify the signature in the exchange based on its payload. The option is a
java.security.cert.Certificate type. | | Certificate
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/disruptor.adoc
b/docs/spring-boot/modules/ROOT/pages/starters/disruptor.adoc
index e05b606e7a2..d88d9e96735 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/disruptor.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/disruptor.adoc
@@ -8,7 +8,7 @@ Provides asynchronous SEDA behavior using LMAX Disruptor.
== What's inside
* xref:{csb-camel-components}::disruptor-component.adoc[Disruptor component],
URI syntax: `disruptor:name`
-* xref:{csb-camel-components}::disruptor-vm-component.adoc[Disruptor VM
component], URI syntax: `disruptor-vm:name`
+* xref:{csb-camel-components}::disruptor-component.adoc[Disruptor VM
component], URI syntax: `disruptor-vm:name`
Please refer to the above links for usage and configuration details.
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/fastjson.adoc
b/docs/spring-boot/modules/ROOT/pages/starters/fastjson.adoc
index 1dda2865d46..fefa44defa5 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/fastjson.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/fastjson.adoc
@@ -7,7 +7,7 @@ Marshal POJOs to JSON and back using Fastjson
== What's inside
-* xref:{csb-camel-components}:dataformats:fastjson-dataformat.adoc[JSON
Fastjson data format]
+* xref:{csb-camel-components}:dataformats:json-dataformat.adoc[JSON Fastjson
data format]
Please refer to the above links for usage and configuration details.
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/google-storage.adoc
b/docs/spring-boot/modules/ROOT/pages/starters/google-storage.adoc
index f5fe847c019..05b5c988e5b 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/google-storage.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/google-storage.adoc
@@ -34,7 +34,7 @@ The starter supports 22 options, which are listed below.
| camel.component.google-storage.configuration | The component configuration.
The option is a
org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration type.
| | GoogleCloudStorageConfiguration
| camel.component.google-storage.delete-after-read | Delete objects from the
bucket after they have been retrieved. The delete is only performed if the
Exchange is committed. If a rollback occurs, the object is not deleted. If this
option is false, then the same objects will be retrieve over and over again on
the polls. | true | Boolean
| camel.component.google-storage.destination-bucket | Define the destination
bucket where an object must be moved when moveAfterRead is set to true. | |
String
-| camel.component.google-storage.download-file-name | The folder or filename
to use when downloading the blob. By default, this specifies the folder name,
and the name of the file is the blob name. For example, setting this to
mydownload will be the same as setting mydownload/${file:name}. You can use
dynamic expressions for fine-grained control. For example, you can specify
${date:now:yyyyMMdd}/${file:name} to store the blob in sub folders based on
today's day. Only ${file:name} and ${f [...]
+| camel.component.google-storage.download-file-name | The folder or filename
to use when downloading the blob. By default, this specifies the folder name,
and the name of the file is the blob name. For example, setting this to
mydownload will be the same as setting mydownload/$\{file:name}. You can use
dynamic expressions for fine-grained control. For example, you can specify
$\{date:now:yyyyMMdd}/$\{file:name} to store the blob in sub folders based on
today's day. Only $\{file:name} and [...]
| camel.component.google-storage.enabled | Whether to enable auto
configuration of the google-storage component. This is enabled by default. | |
Boolean
| camel.component.google-storage.filter | A regular expression to include only
blobs with name matching it. | | String
| camel.component.google-storage.health-check-consumer-enabled | Used for
enabling or disabling all consumer based health checks from this component |
true | Boolean
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/gson.adoc
b/docs/spring-boot/modules/ROOT/pages/starters/gson.adoc
index 2e2607775df..4b497737b32 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/gson.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/gson.adoc
@@ -7,7 +7,7 @@ Marshal POJOs to JSON and back using Gson
== What's inside
-* xref:{csb-camel-components}:dataformats:gson-dataformat.adoc[JSON Gson data
format]
+* xref:{csb-camel-components}:dataformats:json-dataformat.adoc[JSON Gson data
format]
Please refer to the above links for usage and configuration details.
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/jsonb.adoc
b/docs/spring-boot/modules/ROOT/pages/starters/jsonb.adoc
index 025440bd55e..69c5e8b34a2 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/jsonb.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/jsonb.adoc
@@ -7,7 +7,7 @@ Marshal POJOs to JSON and back using JSON-B.
== What's inside
-* xref:{csb-camel-components}:dataformats:jsonb-dataformat.adoc[JSON JSON-B
data format]
+* xref:{csb-camel-components}:dataformats:json-dataformat.adoc[JSON JSON-B
data format]
Please refer to the above links for usage and configuration details.
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/nats.adoc
b/docs/spring-boot/modules/ROOT/pages/starters/nats.adoc
index 8d079be1a01..063c135c5d6 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/nats.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/nats.adoc
@@ -57,8 +57,8 @@ The starter supports 45 options, which are listed below.
| camel.component.nats.pedantic | Whether or not running in pedantic mode
(this affects performance) | false | Boolean
| camel.component.nats.ping-interval | Ping interval to be aware if connection
is still alive (in milliseconds) | 120000 | Integer
| camel.component.nats.pool-size | Consumer thread pool size (default is 10) |
10 | Integer
-| camel.component.nats.pull-batch-size | Maximum number of messages to fetch
per pull request when using a JetStream Pull Subscription. Only used when {code
pullSubscription=true}. | 10 | Integer
-| camel.component.nats.pull-fetch-timeout | Maximum time (in milliseconds) to
wait for a batch of messages to be available on the server during a single
fetch when using a JetStream Pull Subscription. Only used when {code
pullSubscription=true}. | 1000 | Long
+| camel.component.nats.pull-batch-size | Maximum number of messages to fetch
per pull request when using a JetStream Pull Subscription. Only used when
\{code pullSubscription=true}. | 10 | Integer
+| camel.component.nats.pull-fetch-timeout | Maximum time (in milliseconds) to
wait for a batch of messages to be available on the server during a single
fetch when using a JetStream Pull Subscription. Only used when \{code
pullSubscription=true}. | 1000 | Long
| camel.component.nats.pull-subscription | Sets the consumer subscription type
for JetStream. Set to true to use a Pull Subscription (consumer explicitly
requests messages). Set to false to use a Push Subscription (messages are
automatically delivered). | true | Boolean
| camel.component.nats.queue-name | The Queue name if we are using nats for a
queue configuration | | String
| camel.component.nats.reconnect | Whether or not using reconnection feature |
true | Boolean
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/snakeyaml.adoc
b/docs/spring-boot/modules/ROOT/pages/starters/snakeyaml.adoc
index ef680b8bf77..fb43c3d8f04 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/snakeyaml.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/snakeyaml.adoc
@@ -7,7 +7,7 @@ Marshal and unmarshal Java objects to and from YAML using
SnakeYAML
== What's inside
-* xref:{csb-camel-components}:dataformats:snakeYaml-dataformat.adoc[YAML
SnakeYAML data format]
+* xref:{csb-camel-components}:dataformats:yaml-dataformat.adoc[YAML SnakeYAML
data format]
Please refer to the above links for usage and configuration details.
diff --git a/docs/spring-boot/modules/ROOT/pages/starters/xmlsecurity.adoc
b/docs/spring-boot/modules/ROOT/pages/starters/xmlsecurity.adoc
index d18f12e8554..91d7c415f19 100644
--- a/docs/spring-boot/modules/ROOT/pages/starters/xmlsecurity.adoc
+++ b/docs/spring-boot/modules/ROOT/pages/starters/xmlsecurity.adoc
@@ -38,7 +38,7 @@ The starter supports 63 options, which are listed below.
| camel.component.xmlsecurity-sign.content-object-id | Sets the content object
Id attribute value. By default a UUID is generated. If you set the null value,
then a new UUID will be generated. Only used in the enveloping case. | | String
| camel.component.xmlsecurity-sign.content-reference-type | Type of the
content reference. The default value is null. This value can be overwritten by
the header XmlSignatureConstants#HEADER_CONTENT_REFERENCE_TYPE. | | String
| camel.component.xmlsecurity-sign.content-reference-uri | Reference URI for
the content to be signed. Only used in the enveloped case. If the reference URI
contains an ID attribute value, then the resource schema URI (
setSchemaResourceUri(String)) must also be set because the schema validator
will then find out which attributes are ID attributes. Will be ignored in the
enveloping or detached case. | | String
-| camel.component.xmlsecurity-sign.crypto-context-properties | Sets the crypto
context properties. See {link XMLCryptoContext#setProperty(String, Object)}.
Possible properties are defined in XMLSignContext an XMLValidateContext (see
Supported Properties). The following properties are set by default to the value
Boolean#TRUE for the XML validation. If you want to switch these features off
you must set the property value to Boolean#FALSE.
org.jcp.xml.dsig.validateManifests javax.xml.crypto [...]
+| camel.component.xmlsecurity-sign.crypto-context-properties | Sets the crypto
context properties. See \{link XMLCryptoContext#setProperty(String, Object)}.
Possible properties are defined in XMLSignContext an XMLValidateContext (see
Supported Properties). The following properties are set by default to the value
Boolean#TRUE for the XML validation. If you want to switch these features off
you must set the property value to Boolean#FALSE.
org.jcp.xml.dsig.validateManifests javax.xml.crypt [...]
| camel.component.xmlsecurity-sign.digest-algorithm | Digest algorithm URI.
Optional parameter. This digest algorithm is used for calculating the digest of
the input message. If this digest algorithm is not specified then the digest
algorithm is calculated from the signature algorithm. Example:
http://www.w3.org/2001/04/xmlenc#sha256 | | String
| camel.component.xmlsecurity-sign.disallow-doctype-decl | Disallows that the
incoming XML document contains DTD DOCTYPE declaration. The default value is
Boolean#TRUE. | true | Boolean
| camel.component.xmlsecurity-sign.enabled | Whether to enable auto
configuration of the xmlsecurity-sign component. This is enabled by default. |
| Boolean
@@ -63,7 +63,7 @@ The starter supports 63 options, which are listed below.
| camel.component.xmlsecurity-verify.autowired-enabled | Whether autowiring is
enabled. This is used for automatic autowiring options (the option must be
marked as autowired) by looking up in the registry to find if there is a single
instance of matching type, which then gets configured on the component. This
can be used for automatic configuring JDBC data sources, JMS connection
factories, AWS Clients, etc. | true | Boolean
| camel.component.xmlsecurity-verify.base-uri | You can set a base URI which
is used in the URI dereferencing. Relative URIs are then concatenated with the
base URI. | | String
| camel.component.xmlsecurity-verify.clear-headers | Determines if the XML
signature specific headers be cleared after signing and verification. Defaults
to true. | true | Boolean
-| camel.component.xmlsecurity-verify.crypto-context-properties | Sets the
crypto context properties. See {link XMLCryptoContext#setProperty(String,
Object)}. Possible properties are defined in XMLSignContext an
XMLValidateContext (see Supported Properties). The following properties are set
by default to the value Boolean#TRUE for the XML validation. If you want to
switch these features off you must set the property value to Boolean#FALSE.
org.jcp.xml.dsig.validateManifests javax.xml.cryp [...]
+| camel.component.xmlsecurity-verify.crypto-context-properties | Sets the
crypto context properties. See \{link XMLCryptoContext#setProperty(String,
Object)}. Possible properties are defined in XMLSignContext an
XMLValidateContext (see Supported Properties). The following properties are set
by default to the value Boolean#TRUE for the XML validation. If you want to
switch these features off you must set the property value to Boolean#FALSE.
org.jcp.xml.dsig.validateManifests javax.xml.cry [...]
| camel.component.xmlsecurity-verify.disallow-doctype-decl | Disallows that
the incoming XML document contains DTD DOCTYPE declaration. The default value
is Boolean#TRUE. | true | Boolean
| camel.component.xmlsecurity-verify.enabled | Whether to enable auto
configuration of the xmlsecurity-verify component. This is enabled by default.
| | Boolean
| camel.component.xmlsecurity-verify.key-selector | Provides the key for
validating the XML signature. The option is a javax.xml.crypto.KeySelector
type. | | KeySelector