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 612df1ff7bee87b7eec4df0add782caa4217c24c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Apr 19 07:56:47 2021 +0200 Regen --- camel-dependencies/pom.xml | 2 +- .../generated/resources/org/apache/camel/catalog/components/vertx.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index bb7846f..3150ae1 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -404,7 +404,7 @@ <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version> <maven-jboss-as-maven-plugin-version>7.9.Final</maven-jboss-as-maven-plugin-version> <maven-model-version>3.2.5</maven-model-version> - <maven-owasp-plugin-version>6.1.3</maven-owasp-plugin-version> + <maven-owasp-plugin-version>6.1.5</maven-owasp-plugin-version> <maven-plugin-annotations-version>3.6.0</maven-plugin-annotations-version> <maven-plugin-plugin-version>3.6.0</maven-plugin-plugin-version> <maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version> diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/vertx.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/vertx.json index 76e614f..b43d816 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/vertx.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/vertx.json @@ -30,7 +30,7 @@ "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error Handler", "group": "consumer", "label": "consumer", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a me [...] "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 [...] "autowiredEnabled": { "kind": "property", "displayName": "Autowired Enabled", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "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 t [...] - "vertxFactory": { "kind": "property", "displayName": "Vertx Factory", "group": "advanced", "label": "advanced", "required": false, "type": "object", "javaType": "io.vertx.core.impl.VertxFactory", "deprecated": false, "autowired": false, "secret": false, "description": "To use a custom VertxFactory implementation" } + "vertxFactory": { "kind": "property", "displayName": "Vertx Factory", "group": "advanced", "label": "advanced", "required": false, "type": "object", "javaType": "io.vertx.core.impl.VertxBuilder", "deprecated": false, "autowired": false, "secret": false, "description": "To use a custom VertxFactory implementation" } }, "properties": { "address": { "kind": "path", "displayName": "Address", "group": "common", "label": "", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Sets the event bus address used to communicate" },