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
The following commit(s) were added to refs/heads/main by this push:
new 3e902bc Regen for commit 9d44d2d0579af4f3fb4af4aa81d5d506c2602acc
3e902bc is described below
commit 3e902bc48f2cf3ff3bb967bd4490993504da8149
Author: davsclaus <[email protected]>
AuthorDate: Tue Mar 29 13:38:36 2022 +0000
Regen for commit 9d44d2d0579af4f3fb4af4aa81d5d506c2602acc
Signed-off-by: GitHub <[email protected]>
---
.../camel/catalog/components/azure-servicebus.json | 8 +-
.../org/apache/camel/catalog/components/http.json | 1 +
.../org/apache/camel/catalog/components/https.json | 1 +
.../apache/camel/catalog/components/resteasy.json | 1 +
.../apache/camel/catalog/schemas/camel-spring.xsd | 6 +-
.../resteasy/ResteasyEndpointUriFactory.java | 3 +-
.../apache/camel/component/resteasy/resteasy.json | 1 +
.../endpoint/dsl/HttpEndpointBuilderFactory.java | 62 +++++++
.../dsl/ResteasyEndpointBuilderFactory.java | 189 +++++++++++++++++++++
9 files changed, 264 insertions(+), 8 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
index bb91029..c57ebb5 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
@@ -34,10 +34,10 @@
"maxAutoLockRenewDuration": { "kind": "property", "displayName": "Max Auto
Lock Renew Duration", "group": "consumer", "label": "consumer", "required":
false, "type": "object", "javaType": "java.time.Duration", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "5m",
"configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the amount of time
to continue auto-renewing [...]
"peekNumMaxMessages": { "kind": "property", "displayName": "Peek Num Max
Messages", "group": "consumer", "label": "consumer", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Set the max number of
messages to be peeked during the peek operation." },
"prefetchCount": { "kind": "property", "displayName": "Prefetch Count",
"group": "consumer", "label": "consumer", "required": false, "type": "integer",
"javaType": "int", "deprecated": false, "autowired": false, "secret": false,
"configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the prefetch count
of the receiver. For both {link ServiceBusReceiveMode#PEEK_LOCK PEEK_LOCK} and
{link Se [...]
- "receiverAsyncClient": { "kind": "property", "displayName": "Receiver
Async Client", "group": "consumer", "label": "consumer", "required": false,
"type": "object", "javaType":
"com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient", "deprecated":
false, "deprecationNote": "", "autowired": true, "secret": false,
"configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the receiverAsy
[...]
+ "receiverAsyncClient": { "kind": "property", "displayName": "Receiver
Async Client", "group": "consumer", "label": "consumer", "required": false,
"type": "object", "javaType":
"com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient", "deprecated":
false, "deprecationNote": "", "autowired": true, "secret": false,
"configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the receiverAsy
[...]
"serviceBusReceiveMode": { "kind": "property", "displayName": "Service Bus
Receive Mode", "group": "consumer", "label": "consumer", "required": false,
"type": "object", "javaType":
"com.azure.messaging.servicebus.models.ServiceBusReceiveMode", "enum": [
"PEEK_LOCK", "RECEIVE_AND_DELETE" ], "deprecated": false, "autowired": false,
"secret": false, "defaultValue": "PEEK_LOCK", "configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationFie [...]
"subQueue": { "kind": "property", "displayName": "Sub Queue", "group":
"consumer", "label": "consumer", "required": false, "type": "object",
"javaType": "com.azure.messaging.servicebus.models.SubQueue", "enum": [ "NONE",
"DEAD_LETTER_QUEUE", "TRANSFER_DEAD_LETTER_QUEUE" ], "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the [...]
- "subscriptionName": { "kind": "property", "displayName": "Subscription
Name", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the name of the
subscription in the topic to listen to. topicOrQueueName and serviceBusT [...]
+ "subscriptionName": { "kind": "property", "displayName": "Subscription
Name", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the name of the
subscription in the topic to listen to. topicOrQueueName and serviceBusT [...]
"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start
Producer", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Whether the producer
should be started lazy (on the first message). By starting lazy you can use
this to allow CamelContext and routes to startup in situations where a producer
may otherwise fail during star [...]
"producerOperation": { "kind": "property", "displayName": "Producer
Operation", "group": "producer", "label": "producer", "required": false,
"type": "object", "javaType":
"org.apache.camel.component.azure.servicebus.ServiceBusProducerOperationDefinition",
"enum": [ "sendMessages", "scheduleMessages" ], "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "sendMessages",
"configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration", " [...]
"scheduledEnqueueTime": { "kind": "property", "displayName": "Scheduled
Enqueue Time", "group": "producer", "label": "producer", "required": false,
"type": "object", "javaType": "java.time.OffsetDateTime", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets OffsetDateTime at
which the message should appear in the Service Bus qu [...]
@@ -88,10 +88,10 @@
"maxAutoLockRenewDuration": { "kind": "parameter", "displayName": "Max
Auto Lock Renew Duration", "group": "consumer", "label": "consumer",
"required": false, "type": "object", "javaType": "java.time.Duration",
"deprecated": false, "autowired": false, "secret": false, "defaultValue": "5m",
"configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the amount of time
to continue auto-renewing [...]
"peekNumMaxMessages": { "kind": "parameter", "displayName": "Peek Num Max
Messages", "group": "consumer", "label": "consumer", "required": false, "type":
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Set the max number of
messages to be peeked during the peek operation." },
"prefetchCount": { "kind": "parameter", "displayName": "Prefetch Count",
"group": "consumer", "label": "consumer", "required": false, "type": "integer",
"javaType": "int", "deprecated": false, "autowired": false, "secret": false,
"configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the prefetch count
of the receiver. For both {link ServiceBusReceiveMode#PEEK_LOCK PEEK_LOCK} and
{link S [...]
- "receiverAsyncClient": { "kind": "parameter", "displayName": "Receiver
Async Client", "group": "consumer", "label": "consumer", "required": false,
"type": "object", "javaType":
"com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient", "deprecated":
false, "deprecationNote": "", "autowired": true, "secret": false,
"configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the receiverAs [...]
+ "receiverAsyncClient": { "kind": "parameter", "displayName": "Receiver
Async Client", "group": "consumer", "label": "consumer", "required": false,
"type": "object", "javaType":
"com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient", "deprecated":
false, "deprecationNote": "", "autowired": true, "secret": false,
"configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the receiverAs [...]
"serviceBusReceiveMode": { "kind": "parameter", "displayName": "Service
Bus Receive Mode", "group": "consumer", "label": "consumer", "required": false,
"type": "object", "javaType":
"com.azure.messaging.servicebus.models.ServiceBusReceiveMode", "enum": [
"PEEK_LOCK", "RECEIVE_AND_DELETE" ], "deprecated": false, "autowired": false,
"secret": false, "defaultValue": "PEEK_LOCK", "configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationFi [...]
"subQueue": { "kind": "parameter", "displayName": "Sub Queue", "group":
"consumer", "label": "consumer", "required": false, "type": "object",
"javaType": "com.azure.messaging.servicebus.models.SubQueue", "enum": [ "NONE",
"DEAD_LETTER_QUEUE", "TRANSFER_DEAD_LETTER_QUEUE" ], "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets th [...]
- "subscriptionName": { "kind": "parameter", "displayName": "Subscription
Name", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the name of the
subscription in the topic to listen to. topicOrQueueName and serviceBus [...]
+ "subscriptionName": { "kind": "parameter", "displayName": "Subscription
Name", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.azure.servicebus.ServiceBusConfiguration",
"configurationField": "configuration", "description": "Sets the name of the
subscription in the topic to listen to. topicOrQueueName and serviceBus [...]
"exceptionHandler": { "kind": "parameter", "displayName": "Exception
Handler", "group": "consumer (advanced)", "label": "consumer,advanced",
"required": false, "type": "object", "javaType":
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.",
"deprecated": false, "autowired": false, "secret": false, "description": "To
let the consumer use a custom ExceptionHandler. Notice if the option
bridgeErrorHandler is enabled then this option is not in use. By default the
con [...]
"exchangePattern": { "kind": "parameter", "displayName": "Exchange
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced",
"required": false, "type": "object", "javaType":
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut",
"InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the exchange pattern when the consumer creates an
exchange." },
"lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start
Producer", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Whether the producer
should be started lazy (on the first message). By starting lazy you can use
this to allow CamelContext and routes to startup in situations where a producer
may otherwise fail during sta [...]
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/http.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/http.json
index 925c1cd..ea1be0b 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/http.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/http.json
@@ -65,6 +65,7 @@
},
"properties": {
"httpUri": { "kind": "path", "displayName": "Http Uri", "group": "common",
"label": "common", "required": true, "type": "string", "javaType":
"java.net.URI", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The url of the HTTP endpoint to call." },
+ "disableStreamCache": { "kind": "parameter", "displayName": "Disable
Stream Cache", "group": "common", "label": "common", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Determines whether or
not the raw input stream from Servlet is cached or not (Camel will read the
stream into a in memory\/overflow to file, Stream caching) cache. By default
Camel will cache the Servlet inpu [...]
"headerFilterStrategy": { "kind": "parameter", "displayName": "Header
Filter Strategy", "group": "common", "label": "common", "required": false,
"type": "object", "javaType": "org.apache.camel.spi.HeaderFilterStrategy",
"deprecated": false, "autowired": false, "secret": false, "description": "To
use a custom HeaderFilterStrategy to filter header to and from Camel message."
},
"bridgeEndpoint": { "kind": "parameter", "displayName": "Bridge Endpoint",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If the option is true,
HttpProducer will ignore the Exchange.HTTP_URI header, and use the endpoint's
URI for request. You may also set the option throwExceptionOnFailure to be
false to let the HttpProducer send al [...]
"clearExpiredCookies": { "kind": "parameter", "displayName": "Clear
Expired Cookies", "group": "producer", "label": "producer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "Whether to clear
expired cookies before sending the HTTP request. This ensures the cookies store
does not keep growing by adding new cookies which is newer removed when they
are expired. If the component [...]
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/https.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/https.json
index 24f3de2..2cb8ab5 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/https.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/https.json
@@ -65,6 +65,7 @@
},
"properties": {
"httpUri": { "kind": "path", "displayName": "Http Uri", "group": "common",
"label": "common", "required": true, "type": "string", "javaType":
"java.net.URI", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The url of the HTTP endpoint to call." },
+ "disableStreamCache": { "kind": "parameter", "displayName": "Disable
Stream Cache", "group": "common", "label": "common", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Determines whether or
not the raw input stream from Servlet is cached or not (Camel will read the
stream into a in memory\/overflow to file, Stream caching) cache. By default
Camel will cache the Servlet inpu [...]
"headerFilterStrategy": { "kind": "parameter", "displayName": "Header
Filter Strategy", "group": "common", "label": "common", "required": false,
"type": "object", "javaType": "org.apache.camel.spi.HeaderFilterStrategy",
"deprecated": false, "autowired": false, "secret": false, "description": "To
use a custom HeaderFilterStrategy to filter header to and from Camel message."
},
"bridgeEndpoint": { "kind": "parameter", "displayName": "Bridge Endpoint",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If the option is true,
HttpProducer will ignore the Exchange.HTTP_URI header, and use the endpoint's
URI for request. You may also set the option throwExceptionOnFailure to be
false to let the HttpProducer send al [...]
"clearExpiredCookies": { "kind": "parameter", "displayName": "Clear
Expired Cookies", "group": "producer", "label": "producer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "Whether to clear
expired cookies before sending the HTTP request. This ensures the cookies store
does not keep growing by adding new cookies which is newer removed when they
are expired. If the component [...]
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/resteasy.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/resteasy.json
index a1a89f5..7c52028 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/resteasy.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/resteasy.json
@@ -45,6 +45,7 @@
},
"properties": {
"httpUri": { "kind": "path", "displayName": "Http Uri", "group": "common",
"label": "common", "required": true, "type": "string", "javaType":
"java.net.URI", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The url of the HTTP endpoint to call." },
+ "disableStreamCache": { "kind": "parameter", "displayName": "Disable
Stream Cache", "group": "common", "label": "common", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Determines whether or
not the raw input stream from Servlet is cached or not (Camel will read the
stream into a in memory\/overflow to file, Stream caching) cache. By default
Camel will cache the Servlet inpu [...]
"resteasyMethod": { "kind": "parameter", "displayName": "Resteasy Method",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": "GET", "description": "Sets the resteasy
method to process the request" },
"servletName": { "kind": "parameter", "displayName": "Servlet Name",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets the servlet name" },
"async": { "kind": "parameter", "displayName": "Async", "group":
"consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Configure the consumer to work in
async mode" },
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index d249fcd..32fc878 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -7445,8 +7445,8 @@ Default value: true
<xs:attribute name="autoDiscoverObjectMapper" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
-If set to true then Jackson will lookup for an objectMapper into the registry.
-Default value: false
+If set to true then Jackson will look for an objectMapper to use from the
+registry. Default value: false
]]></xs:documentation>
</xs:annotation>
</xs:attribute>
@@ -7502,7 +7502,7 @@ FQN classname to use to unmarshal to. Default value: false
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
Refers to a custom collection type to lookup in the registry to use. This
option
-should rarely be used, but allows to use different collection types than
+should rarely be used, but allows using different collection types than
java.util.Collection based as default.
]]></xs:documentation>
</xs:annotation>
diff --git
a/components/camel-resteasy/src/generated/java/org/apache/camel/component/resteasy/ResteasyEndpointUriFactory.java
b/components/camel-resteasy/src/generated/java/org/apache/camel/component/resteasy/ResteasyEndpointUriFactory.java
index e7c6502..de29d52 100644
---
a/components/camel-resteasy/src/generated/java/org/apache/camel/component/resteasy/ResteasyEndpointUriFactory.java
+++
b/components/camel-resteasy/src/generated/java/org/apache/camel/component/resteasy/ResteasyEndpointUriFactory.java
@@ -21,7 +21,7 @@ public class ResteasyEndpointUriFactory extends
org.apache.camel.support.compone
private static final Set<String> SECRET_PROPERTY_NAMES;
private static final Set<String> MULTI_VALUE_PREFIXES;
static {
- Set<String> props = new HashSet<>(40);
+ Set<String> props = new HashSet<>(41);
props.add("async");
props.add("bridgeEndpoint");
props.add("bridgeErrorHandler");
@@ -31,6 +31,7 @@ public class ResteasyEndpointUriFactory extends
org.apache.camel.support.compone
props.add("copyHeaders");
props.add("customHostHeader");
props.add("deleteWithBody");
+ props.add("disableStreamCache");
props.add("eagerCheckContentAvailable");
props.add("exceptionHandler");
props.add("exchangePattern");
diff --git
a/components/camel-resteasy/src/generated/resources/org/apache/camel/component/resteasy/resteasy.json
b/components/camel-resteasy/src/generated/resources/org/apache/camel/component/resteasy/resteasy.json
index a1a89f5..7c52028 100644
---
a/components/camel-resteasy/src/generated/resources/org/apache/camel/component/resteasy/resteasy.json
+++
b/components/camel-resteasy/src/generated/resources/org/apache/camel/component/resteasy/resteasy.json
@@ -45,6 +45,7 @@
},
"properties": {
"httpUri": { "kind": "path", "displayName": "Http Uri", "group": "common",
"label": "common", "required": true, "type": "string", "javaType":
"java.net.URI", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The url of the HTTP endpoint to call." },
+ "disableStreamCache": { "kind": "parameter", "displayName": "Disable
Stream Cache", "group": "common", "label": "common", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Determines whether or
not the raw input stream from Servlet is cached or not (Camel will read the
stream into a in memory\/overflow to file, Stream caching) cache. By default
Camel will cache the Servlet inpu [...]
"resteasyMethod": { "kind": "parameter", "displayName": "Resteasy Method",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": "GET", "description": "Sets the resteasy
method to process the request" },
"servletName": { "kind": "parameter", "displayName": "Servlet Name",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Sets the servlet name" },
"async": { "kind": "parameter", "displayName": "Async", "group":
"consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Configure the consumer to work in
async mode" },
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HttpEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HttpEndpointBuilderFactory.java
index 8d73a8a..1a052d2 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HttpEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/HttpEndpointBuilderFactory.java
@@ -43,6 +43,68 @@ public interface HttpEndpointBuilderFactory {
return (AdvancedHttpEndpointBuilder) this;
}
/**
+ * Determines whether or not the raw input stream from Servlet is
cached
+ * or not (Camel will read the stream into a in memory/overflow to
file,
+ * Stream caching) cache. By default Camel will cache the Servlet input
+ * stream to support reading it multiple times to ensure it Camel can
+ * retrieve all data from the stream. However you can set this option
to
+ * true when you for example need to access the raw stream, such as
+ * streaming it directly to a file or other persistent store.
+ * DefaultHttpBinding will copy the request input stream into a stream
+ * cache and put it into message body if this option is false to
support
+ * reading the stream multiple times. If you use Servlet to
bridge/proxy
+ * an endpoint then consider enabling this option to improve
+ * performance, in case you do not need to read the message payload
+ * multiple times. The http producer will by default cache the response
+ * body stream. If setting this option to true, then the producers will
+ * not cache the response body stream but use the response stream as-is
+ * as the message body.
+ *
+ * The option is a: <code>boolean</code> type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param disableStreamCache the value to set
+ * @return the dsl builder
+ */
+ default HttpEndpointBuilder disableStreamCache(
+ boolean disableStreamCache) {
+ doSetProperty("disableStreamCache", disableStreamCache);
+ return this;
+ }
+ /**
+ * Determines whether or not the raw input stream from Servlet is
cached
+ * or not (Camel will read the stream into a in memory/overflow to
file,
+ * Stream caching) cache. By default Camel will cache the Servlet input
+ * stream to support reading it multiple times to ensure it Camel can
+ * retrieve all data from the stream. However you can set this option
to
+ * true when you for example need to access the raw stream, such as
+ * streaming it directly to a file or other persistent store.
+ * DefaultHttpBinding will copy the request input stream into a stream
+ * cache and put it into message body if this option is false to
support
+ * reading the stream multiple times. If you use Servlet to
bridge/proxy
+ * an endpoint then consider enabling this option to improve
+ * performance, in case you do not need to read the message payload
+ * multiple times. The http producer will by default cache the response
+ * body stream. If setting this option to true, then the producers will
+ * not cache the response body stream but use the response stream as-is
+ * as the message body.
+ *
+ * The option will be converted to a <code>boolean</code>
+ * type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param disableStreamCache the value to set
+ * @return the dsl builder
+ */
+ default HttpEndpointBuilder disableStreamCache(String
disableStreamCache) {
+ doSetProperty("disableStreamCache", disableStreamCache);
+ return this;
+ }
+ /**
* To use a custom HeaderFilterStrategy to filter header to and from
* Camel message.
*
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ResteasyEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ResteasyEndpointBuilderFactory.java
index c09ba59..0e5dd46 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ResteasyEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ResteasyEndpointBuilderFactory.java
@@ -44,6 +44,69 @@ public interface ResteasyEndpointBuilderFactory {
return (AdvancedResteasyEndpointConsumerBuilder) this;
}
/**
+ * Determines whether or not the raw input stream from Servlet is
cached
+ * or not (Camel will read the stream into a in memory/overflow to
file,
+ * Stream caching) cache. By default Camel will cache the Servlet input
+ * stream to support reading it multiple times to ensure it Camel can
+ * retrieve all data from the stream. However you can set this option
to
+ * true when you for example need to access the raw stream, such as
+ * streaming it directly to a file or other persistent store.
+ * DefaultHttpBinding will copy the request input stream into a stream
+ * cache and put it into message body if this option is false to
support
+ * reading the stream multiple times. If you use Servlet to
bridge/proxy
+ * an endpoint then consider enabling this option to improve
+ * performance, in case you do not need to read the message payload
+ * multiple times. The http producer will by default cache the response
+ * body stream. If setting this option to true, then the producers will
+ * not cache the response body stream but use the response stream as-is
+ * as the message body.
+ *
+ * The option is a: <code>boolean</code> type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param disableStreamCache the value to set
+ * @return the dsl builder
+ */
+ default ResteasyEndpointConsumerBuilder disableStreamCache(
+ boolean disableStreamCache) {
+ doSetProperty("disableStreamCache", disableStreamCache);
+ return this;
+ }
+ /**
+ * Determines whether or not the raw input stream from Servlet is
cached
+ * or not (Camel will read the stream into a in memory/overflow to
file,
+ * Stream caching) cache. By default Camel will cache the Servlet input
+ * stream to support reading it multiple times to ensure it Camel can
+ * retrieve all data from the stream. However you can set this option
to
+ * true when you for example need to access the raw stream, such as
+ * streaming it directly to a file or other persistent store.
+ * DefaultHttpBinding will copy the request input stream into a stream
+ * cache and put it into message body if this option is false to
support
+ * reading the stream multiple times. If you use Servlet to
bridge/proxy
+ * an endpoint then consider enabling this option to improve
+ * performance, in case you do not need to read the message payload
+ * multiple times. The http producer will by default cache the response
+ * body stream. If setting this option to true, then the producers will
+ * not cache the response body stream but use the response stream as-is
+ * as the message body.
+ *
+ * The option will be converted to a <code>boolean</code>
+ * type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param disableStreamCache the value to set
+ * @return the dsl builder
+ */
+ default ResteasyEndpointConsumerBuilder disableStreamCache(
+ String disableStreamCache) {
+ doSetProperty("disableStreamCache", disableStreamCache);
+ return this;
+ }
+ /**
* Sets the resteasy method to process the request.
*
* The option is a: <code>java.lang.String</code> type.
@@ -723,6 +786,69 @@ public interface ResteasyEndpointBuilderFactory {
return (AdvancedResteasyEndpointProducerBuilder) this;
}
/**
+ * Determines whether or not the raw input stream from Servlet is
cached
+ * or not (Camel will read the stream into a in memory/overflow to
file,
+ * Stream caching) cache. By default Camel will cache the Servlet input
+ * stream to support reading it multiple times to ensure it Camel can
+ * retrieve all data from the stream. However you can set this option
to
+ * true when you for example need to access the raw stream, such as
+ * streaming it directly to a file or other persistent store.
+ * DefaultHttpBinding will copy the request input stream into a stream
+ * cache and put it into message body if this option is false to
support
+ * reading the stream multiple times. If you use Servlet to
bridge/proxy
+ * an endpoint then consider enabling this option to improve
+ * performance, in case you do not need to read the message payload
+ * multiple times. The http producer will by default cache the response
+ * body stream. If setting this option to true, then the producers will
+ * not cache the response body stream but use the response stream as-is
+ * as the message body.
+ *
+ * The option is a: <code>boolean</code> type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param disableStreamCache the value to set
+ * @return the dsl builder
+ */
+ default ResteasyEndpointProducerBuilder disableStreamCache(
+ boolean disableStreamCache) {
+ doSetProperty("disableStreamCache", disableStreamCache);
+ return this;
+ }
+ /**
+ * Determines whether or not the raw input stream from Servlet is
cached
+ * or not (Camel will read the stream into a in memory/overflow to
file,
+ * Stream caching) cache. By default Camel will cache the Servlet input
+ * stream to support reading it multiple times to ensure it Camel can
+ * retrieve all data from the stream. However you can set this option
to
+ * true when you for example need to access the raw stream, such as
+ * streaming it directly to a file or other persistent store.
+ * DefaultHttpBinding will copy the request input stream into a stream
+ * cache and put it into message body if this option is false to
support
+ * reading the stream multiple times. If you use Servlet to
bridge/proxy
+ * an endpoint then consider enabling this option to improve
+ * performance, in case you do not need to read the message payload
+ * multiple times. The http producer will by default cache the response
+ * body stream. If setting this option to true, then the producers will
+ * not cache the response body stream but use the response stream as-is
+ * as the message body.
+ *
+ * The option will be converted to a <code>boolean</code>
+ * type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param disableStreamCache the value to set
+ * @return the dsl builder
+ */
+ default ResteasyEndpointProducerBuilder disableStreamCache(
+ String disableStreamCache) {
+ doSetProperty("disableStreamCache", disableStreamCache);
+ return this;
+ }
+ /**
* Sets the resteasy method to process the request.
*
* The option is a: <code>java.lang.String</code> type.
@@ -1541,6 +1667,69 @@ public interface ResteasyEndpointBuilderFactory {
return (AdvancedResteasyEndpointBuilder) this;
}
/**
+ * Determines whether or not the raw input stream from Servlet is
cached
+ * or not (Camel will read the stream into a in memory/overflow to
file,
+ * Stream caching) cache. By default Camel will cache the Servlet input
+ * stream to support reading it multiple times to ensure it Camel can
+ * retrieve all data from the stream. However you can set this option
to
+ * true when you for example need to access the raw stream, such as
+ * streaming it directly to a file or other persistent store.
+ * DefaultHttpBinding will copy the request input stream into a stream
+ * cache and put it into message body if this option is false to
support
+ * reading the stream multiple times. If you use Servlet to
bridge/proxy
+ * an endpoint then consider enabling this option to improve
+ * performance, in case you do not need to read the message payload
+ * multiple times. The http producer will by default cache the response
+ * body stream. If setting this option to true, then the producers will
+ * not cache the response body stream but use the response stream as-is
+ * as the message body.
+ *
+ * The option is a: <code>boolean</code> type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param disableStreamCache the value to set
+ * @return the dsl builder
+ */
+ default ResteasyEndpointBuilder disableStreamCache(
+ boolean disableStreamCache) {
+ doSetProperty("disableStreamCache", disableStreamCache);
+ return this;
+ }
+ /**
+ * Determines whether or not the raw input stream from Servlet is
cached
+ * or not (Camel will read the stream into a in memory/overflow to
file,
+ * Stream caching) cache. By default Camel will cache the Servlet input
+ * stream to support reading it multiple times to ensure it Camel can
+ * retrieve all data from the stream. However you can set this option
to
+ * true when you for example need to access the raw stream, such as
+ * streaming it directly to a file or other persistent store.
+ * DefaultHttpBinding will copy the request input stream into a stream
+ * cache and put it into message body if this option is false to
support
+ * reading the stream multiple times. If you use Servlet to
bridge/proxy
+ * an endpoint then consider enabling this option to improve
+ * performance, in case you do not need to read the message payload
+ * multiple times. The http producer will by default cache the response
+ * body stream. If setting this option to true, then the producers will
+ * not cache the response body stream but use the response stream as-is
+ * as the message body.
+ *
+ * The option will be converted to a <code>boolean</code>
+ * type.
+ *
+ * Default: false
+ * Group: common
+ *
+ * @param disableStreamCache the value to set
+ * @return the dsl builder
+ */
+ default ResteasyEndpointBuilder disableStreamCache(
+ String disableStreamCache) {
+ doSetProperty("disableStreamCache", disableStreamCache);
+ return this;
+ }
+ /**
* Sets the resteasy method to process the request.
*
* The option is a: <code>java.lang.String</code> type.