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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new cd0df2f  Regen
cd0df2f is described below

commit cd0df2f96fd04a3f0dff8311f5e1b880988d3bc8
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jul 19 12:10:37 2019 +0200

    Regen
---
 docs/components/modules/ROOT/pages/language-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/language-component.adoc 
b/docs/components/modules/ROOT/pages/language-component.adoc
index 81161fa..dc3b08b 100644
--- a/docs/components/modules/ROOT/pages/language-component.adoc
+++ b/docs/components/modules/ROOT/pages/language-component.adoc
@@ -79,7 +79,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | *binary* (producer) | Whether the script is binary content or text content. 
By default the script is read as text content (eg java.lang.String) | false | 
boolean
 | *cacheScript* (producer) | Whether to cache the compiled script and reuse 
Notice reusing the script can cause side effects from processing one Camel 
org.apache.camel.Exchange to the next org.apache.camel.Exchange. | false | 
boolean
-| *contentCache* (producer) | Sets whether to use resource content cache or 
not | false | boolean
+| *contentCache* (producer) | Sets whether to use resource content cache or 
not | true | boolean
 | *lazyStartProducer* (producer) | 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 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *script* (producer) | Sets the script to execute |  | String
 | *transform* (producer) | Whether or not the result of the script should be 
used as message body. This options is default true. | true | boolean

Reply via email to