This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit ab98fdff94b2ea2b4b9f3fab3ad38e1c0373f3f1 Author: Claus Ibsen <[email protected]> AuthorDate: Tue Jun 23 06:13:33 2020 +0200 Regen --- .../camel/catalog/archetypes/archetype-catalog.xml | 36 +++++++++++----------- .../apache/camel/catalog/components/braintree.json | 2 +- .../modules/ROOT/pages/braintree-component.adoc | 2 +- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml index 1c960fa..eb476a6 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/archetypes/archetype-catalog.xml @@ -3,57 +3,57 @@ <archetypes> <archetype> <groupId>org.apache.camel.archetypes</groupId> - <artifactId>camel-archetype-api-component</artifactId> + <artifactId>camel-archetype-component</artifactId> <version>3.5.0-SNAPSHOT</version> - <description>Creates a new Camel component that wraps one or more API proxies.</description> + <description>Creates a new Camel component.</description> </archetype> <archetype> <groupId>org.apache.camel.archetypes</groupId> - <artifactId>camel-archetype-blueprint</artifactId> + <artifactId>camel-archetype-main</artifactId> <version>3.5.0-SNAPSHOT</version> - <description>Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.</description> + <description>Creates a new Camel project using standalone Camel Main.</description> </archetype> <archetype> <groupId>org.apache.camel.archetypes</groupId> - <artifactId>camel-archetype-cdi</artifactId> + <artifactId>camel-archetype-java</artifactId> <version>3.5.0-SNAPSHOT</version> - <description>Creates a new Camel project using CDI.</description> + <description>Creates a new Camel project using Java DSL.</description> </archetype> <archetype> <groupId>org.apache.camel.archetypes</groupId> - <artifactId>camel-archetype-component</artifactId> + <artifactId>camel-archetype-spring-boot</artifactId> <version>3.5.0-SNAPSHOT</version> - <description>Creates a new Camel component.</description> + <description>Creates a new Camel project using Spring Boot.</description> </archetype> <archetype> <groupId>org.apache.camel.archetypes</groupId> - <artifactId>camel-archetype-dataformat</artifactId> + <artifactId>camel-archetype-cdi</artifactId> <version>3.5.0-SNAPSHOT</version> - <description>Creates a new Camel data format.</description> + <description>Creates a new Camel project using CDI.</description> </archetype> <archetype> <groupId>org.apache.camel.archetypes</groupId> - <artifactId>camel-archetype-java</artifactId> + <artifactId>camel-archetype-blueprint</artifactId> <version>3.5.0-SNAPSHOT</version> - <description>Creates a new Camel project using Java DSL.</description> + <description>Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.</description> </archetype> <archetype> <groupId>org.apache.camel.archetypes</groupId> - <artifactId>camel-archetype-spring-boot</artifactId> + <artifactId>camel-archetype-api-component</artifactId> <version>3.5.0-SNAPSHOT</version> - <description>Creates a new Camel project using Spring Boot.</description> + <description>Creates a new Camel component that wraps one or more API proxies.</description> </archetype> <archetype> <groupId>org.apache.camel.archetypes</groupId> - <artifactId>camel-archetype-spring</artifactId> + <artifactId>camel-archetype-dataformat</artifactId> <version>3.5.0-SNAPSHOT</version> - <description>Creates a new Camel project with added Spring DSL support.</description> + <description>Creates a new Camel data format.</description> </archetype> <archetype> <groupId>org.apache.camel.archetypes</groupId> - <artifactId>camel-archetype-main</artifactId> + <artifactId>camel-archetype-spring</artifactId> <version>3.5.0-SNAPSHOT</version> - <description>Creates a new Camel project using standalone Camel Main.</description> + <description>Creates a new Camel project with added Spring DSL support.</description> </archetype> </archetypes> </archetype-catalog> diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json index f72bc6f..18b6133 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json @@ -41,7 +41,7 @@ "basicPropertyBinding": { "kind": "parameter", "displayName": "Basic Property Binding", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": false, "description": "Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" }, "httpReadTimeout": { "kind": "parameter", "displayName": "Http Read Timeout", "group": "advanced", "label": "advanced", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": false, "configurationClass": "org.apache.camel.component.braintree.BraintreeConfiguration", "configurationField": "configuration", "description": "Set read timeout for http calls." }, "synchronous": { "kind": "parameter", "displayName": "Synchronous", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": "false", "description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." }, - "httpLogLevel": { "kind": "parameter", "displayName": "Http Log Level", "group": "logging", "label": "logging", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "configurationClass": "org.apache.camel.component.braintree.BraintreeConfiguration", "configurationField": "configuration", "description": "Set logging level for http calls, see java.util.logging.Level" }, + "httpLogLevel": { "kind": "parameter", "displayName": "Http Log Level", "group": "logging", "label": "logging", "required": false, "type": "string", "javaType": "java.lang.String", "enum": [ "OFF", "SEVERE", "WARNING", "INFO", "CONFIG", "FINE", "FINER", "FINEST", "ALL" ], "deprecated": false, "secret": false, "configurationClass": "org.apache.camel.component.braintree.BraintreeConfiguration", "configurationField": "configuration", "description": "Set logging level for http calls, see [...] "httpLogName": { "kind": "parameter", "displayName": "Http Log Name", "group": "logging", "label": "logging", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "defaultValue": "Braintree", "configurationClass": "org.apache.camel.component.braintree.BraintreeConfiguration", "configurationField": "configuration", "description": "Set log category to use to log http calls." }, "logHandlerEnabled": { "kind": "parameter", "displayName": "Log Handler Enabled", "group": "logging", "label": "logging", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": "true", "configurationClass": "org.apache.camel.component.braintree.BraintreeConfiguration", "configurationField": "configuration", "description": "Sets whether to enable the BraintreeLogHandler. It may be desirable to set this to 'false' where an exi [...] "proxyHost": { "kind": "parameter", "displayName": "Proxy Host", "group": "proxy", "label": "proxy", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "configurationClass": "org.apache.camel.component.braintree.BraintreeConfiguration", "configurationField": "configuration", "description": "The proxy host" }, diff --git a/docs/components/modules/ROOT/pages/braintree-component.adoc b/docs/components/modules/ROOT/pages/braintree-component.adoc index ebd5e46..bf8788b 100644 --- a/docs/components/modules/ROOT/pages/braintree-component.adoc +++ b/docs/components/modules/ROOT/pages/braintree-component.adoc @@ -102,7 +102,7 @@ with the following path and query parameters: | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean | *httpReadTimeout* (advanced) | Set read timeout for http calls. | | Integer | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean -| *httpLogLevel* (logging) | Set logging level for http calls, see java.util.logging.Level | | String +| *httpLogLevel* (logging) | Set logging level for http calls, see java.util.logging.Level. The value can be one of: OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL | | String | *httpLogName* (logging) | Set log category to use to log http calls. | Braintree | String | *logHandlerEnabled* (logging) | Sets whether to enable the BraintreeLogHandler. It may be desirable to set this to 'false' where an existing JUL - SLF4J logger bridge is on the classpath. This option can also be configured globally on the BraintreeComponent. | true | boolean | *proxyHost* (proxy) | The proxy host | | String
