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

commit b403c192717c72894f0d6f89b7daf6e06f1c9416
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Oct 13 07:56:29 2020 +0200

    Regen
---
 .../catalog/main/camel-main-configuration-metadata.json    |  1 +
 .../org/apache/camel/catalog/models/camelContext.json      |  1 +
 .../org/apache/camel/catalog/schemas/camel-spring.xsd      | 14 ++++++++++++++
 .../modules/ROOT/pages/aws2-eventbridge-component.adoc     |  2 +-
 4 files changed, 17 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
index 60b10f9..b64d68b 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
@@ -23,6 +23,7 @@
     { "name": "camel.main.backlogTracing", "description": "Sets whether 
backlog tracing is enabled or not. Default is false.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "boolean", 
"javaType": "boolean" },
     { "name": "camel.main.beanIntrospectionExtendedStatistics", "description": 
"Sets whether bean introspection uses extended statistics. The default is 
false.", "sourceType": "org.apache.camel.main.DefaultConfigurationProperties", 
"type": "boolean", "javaType": "boolean" },
     { "name": "camel.main.beanIntrospectionLoggingLevel", "description": "Sets 
the logging level used by bean introspection, logging activity of its usage. 
The default is TRACE.", "sourceType": 
"org.apache.camel.main.DefaultConfigurationProperties", "type": "object", 
"javaType": "org.apache.camel.LoggingLevel", "enum": [ "ERROR", "WARN", "INFO", 
"DEBUG", "TRACE", "OFF" ] },
+    { "name": "camel.main.beanPostProcessorEnabled", "description": "Can be 
used to turn off bean post processing. Be careful to turn this off, as this 
means that beans that use Camel annotations such as 
org.apache.camel.EndpointInject , org.apache.camel.ProducerTemplate , 
org.apache.camel.Produce , org.apache.camel.Consume etc will not be injected 
and in use. Turning this off should only be done if you are sure you do not use 
any of these Camel features. Not all runtimes allow turning t [...]
     { "name": "camel.main.caseInsensitiveHeaders", "description": "Whether to 
use case sensitive or insensitive headers. Important: When using case sensitive 
(this is set to false). Then the map is case sensitive which means headers such 
as content-type and Content-Type are two different keys which can be a problem 
for some protocols such as HTTP based, which rely on case insensitive headers. 
However case sensitive implementations can yield faster performance. Therefore 
use case sensitiv [...]
     { "name": "camel.main.configurationClasses", "description": "Sets classes 
names that will be used to configure the camel context as example by providing 
custom beans through org.apache.camel.BindToRegistry annotation.", 
"sourceType": "org.apache.camel.main.MainConfigurationProperties", "type": 
"string", "javaType": "java.lang.String" },
     { "name": "camel.main.configurations", "description": "Sets the 
configuration objects used to configure the camel context.", "sourceType": 
"org.apache.camel.main.MainConfigurationProperties", "type": "object", 
"javaType": "java.util.List" },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/camelContext.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/camelContext.json
index 98be123..0b445c8 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/camelContext.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/camelContext.json
@@ -28,6 +28,7 @@
     "mdcLoggingKeysPattern": { "kind": "attribute", "displayName": "MDC 
Logging Keys Pattern", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "Sets 
the pattern used for determine which custom MDC keys to propagate during 
message routing when the routing engine continues routing asynchronously for 
the given message. Setting this pattern to will propagate all custom keys. Or 
setting the pattern to foo,bar will propa [...]
     "useDataType": { "kind": "attribute", "displayName": "Use Data Type", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "Whether to enable using 
data type on Camel messages. Data type are automatic turned on if: one ore more 
routes has been explicit configured with input and output types when using 
rest-dsl with binding turned on Otherwise data type is default off." },
     "useBreadcrumb": { "kind": "attribute", "displayName": "Use Breadcrumb", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "Set whether breadcrumb is 
enabled." },
+    "beanPostProcessorEnabled": { "kind": "attribute", "displayName": "Bean 
Post Processor Enabled", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "defaultValue": 
"true", "description": "Can be used to turn off bean post processing. Be 
careful to turn this off, as this means that beans that use Camel annotations 
such as org.apache.camel.EndpointInject , org.apache.camel.ProducerTemplate , 
org.apache.camel.Produce , org.apache.c [...]
     "allowUseOriginalMessage": { "kind": "attribute", "displayName": "Allow 
Use Original Message", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "Sets 
whether to allow access to the original message from Camel's error handler, or 
from org.apache.camel.spi.UnitOfWork#getOriginalInMessage() . Turning this off 
can optimize performance, as defensive copy of the original message is not 
needed." },
     "caseInsensitiveHeaders": { "kind": "attribute", "displayName": "Case 
Insensitive Headers", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": 
"Whether to use case sensitive or insensitive headers. Important: When using 
case sensitive (this is set to false). Then the map is case sensitive which 
means headers such as content-type and Content-Type are two different keys 
which can be a problem for some protocols such [...]
     "runtimeEndpointRegistryEnabled": { "kind": "attribute", "displayName": 
"Runtime Endpoint Registry Enabled", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "Sets whether org.apache.camel.spi.RuntimeEndpointRegistry is 
enabled." },
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 9b5b990..a9fab3b 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
@@ -13807,6 +13807,20 @@ Set whether breadcrumb is enabled.
             ]]></xs:documentation>
           </xs:annotation>
         </xs:attribute>
+        <xs:attribute name="beanPostProcessorEnabled" type="xs:string">
+          <xs:annotation>
+            <xs:documentation xml:lang="en"><![CDATA[
+Can be used to turn off bean post processing. Be careful to turn this off, as
+this means that beans that use Camel annotations such as
+org.apache.camel.EndpointInject , org.apache.camel.ProducerTemplate ,
+org.apache.camel.Produce , org.apache.camel.Consume etc will not be injected 
and
+in use. Turning this off should only be done if you are sure you do not use any
+of these Camel features. Not all runtimes allow turning this off (such as
+camel-blueprint or camel-cdi with XML). The default value is true (enabled).
+Default value: true
+            ]]></xs:documentation>
+          </xs:annotation>
+        </xs:attribute>
         <xs:attribute name="allowUseOriginalMessage" type="xs:string">
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
diff --git a/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc
index 86d9b5f..0bd50e2 100644
--- a/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-eventbridge-component.adoc
@@ -1,7 +1,7 @@
 [[aws2-eventbridge-component]]
 = AWS 2 Eventbridge Component
 //THIS FILE IS COPIED: EDIT THE SOURCE FILE:
-:page-source: 
components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc
+:page-source: 
components/camel-aws2-eventbridge/bin/src/main/docs/aws2-eventbridge-component.adoc
 :docTitle: AWS 2 Eventbridge
 :artifactId: camel-aws2-eventbridge
 :description: Manage AWS Eventbridge cluster instances using AWS SDK version 
2.x.

Reply via email to