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
The following commit(s) were added to refs/heads/master by this push: new 9821ae1 Regen 9821ae1 is described below commit 9821ae1347b9e5b9d468374abf2f5f919c127998 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Jun 20 08:25:37 2019 +0200 Regen --- bom/camel-bom/pom.xml | 5 ++ .../META-INF/spring-configuration-metadata.json | 80 +++++++++++----------- .../camel-spring-boot-dependencies/pom.xml | 5 ++ 3 files changed, 50 insertions(+), 40 deletions(-) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index 18f4902..cf63b07 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -2205,6 +2205,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-reactive-executor-vertx-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-reactive-streams</artifactId> <version>${project.version}</version> </dependency> diff --git a/examples/camel-example-main-artemis/src/main/resources/META-INF/spring-configuration-metadata.json b/examples/camel-example-main-artemis/src/main/resources/META-INF/spring-configuration-metadata.json index 0a726b6..4f3190e 100644 --- a/examples/camel-example-main-artemis/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/examples/camel-example-main-artemis/src/main/resources/META-INF/spring-configuration-metadata.json @@ -1,46 +1,6 @@ { "properties": [ { - "name": "camel.main.auto-configuration-enabled", - "type": "java.lang.Boolean", - "description": "Whether auto configuration of components/dataformats/languages is enabled or not. When enabled the configuration parameters are loaded from the properties component and optionally from the classpath file META-INF/services/org/apache/camel/autowire.properties. You can prefix the parameters in the properties file with: - camel.component.name.option1=value1 - camel.component.name.option2=value2 - camel.dataformat.name.option1=value1 - camel.dataformat.name.option2=valu [...] - "defaultValue": true - }, - { - "name": "camel.main.autowire-component-properties", - "type": "java.lang.Boolean", - "description": "Whether autowiring components with properties that are of same type, which has been added to the Camel registry, as a singleton instance. This is used for convention over configuration to inject DataSource, AmazonLogin instances to the components. <p/> This option is default enabled.", - "defaultValue": true - }, - { - "name": "camel.main.autowire-component-properties-deep", - "type": "java.lang.Boolean", - "description": "Whether autowiring components (with deep nesting by attempting to walk as deep down the object graph by creating new empty objects on the way if needed) with properties that are of same type, which has been added to the Camel registry, as a singleton instance. This is used for convention over configuration to inject DataSource, AmazonLogin instances to the components. <p/> This option is default disabled." - }, - { - "name": "camel.main.autowire-component-properties-allow-private-setter", - "type": "java.lang.Boolean", - "description": "Whether autowiring components allows to use private setter method when setting the value. This may be needed in some rare situations when some configuration classes may configure via constructors over setters. But constructor configuration is more cumbersome to use via .properties files etc.", - "defaultValue": true - }, - { - "name": "camel.main.duration", - "type": "java.lang.Long", - "description": "Sets the duration (in seconds) to run the application until it should be terminated. Defaults to -1. Any value <= 0 will run forever.", - "defaultValue": -1 - }, - { - "name": "camel.main.duration-hit-exit-code", - "type": "java.lang.Integer", - "description": "Sets the exit code for the application if duration was hit" - }, - { - "name": "camel.main.hangup-interceptor-enabled", - "type": "java.lang.Boolean", - "description": "Whether to use graceful hangup when Camel is stopping or when the JVM terminates.", - "defaultValue": true - }, - { "name": "camel.main.name", "type": "java.lang.String", "description": "Sets the name of the CamelContext." @@ -264,6 +224,46 @@ "description": "Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression as documented by {@link PatternHelper#matchPattern(String,String)} . For example to only include routes which starts with foo in their route id's, use: include=foo* And to exclude routes which starts from JMS endpoints, use: exclude=jms:* [...] }, { + "name": "camel.main.auto-configuration-enabled", + "type": "java.lang.Boolean", + "description": "Whether auto configuration of components/dataformats/languages is enabled or not. When enabled the configuration parameters are loaded from the properties component and optionally from the classpath file META-INF/services/org/apache/camel/autowire.properties. You can prefix the parameters in the properties file with: - camel.component.name.option1=value1 - camel.component.name.option2=value2 - camel.dataformat.name.option1=value1 - camel.dataformat.name.option2=valu [...] + "defaultValue": true + }, + { + "name": "camel.main.autowire-component-properties", + "type": "java.lang.Boolean", + "description": "Whether autowiring components with properties that are of same type, which has been added to the Camel registry, as a singleton instance. This is used for convention over configuration to inject DataSource, AmazonLogin instances to the components. <p/> This option is default enabled.", + "defaultValue": true + }, + { + "name": "camel.main.autowire-component-properties-deep", + "type": "java.lang.Boolean", + "description": "Whether autowiring components (with deep nesting by attempting to walk as deep down the object graph by creating new empty objects on the way if needed) with properties that are of same type, which has been added to the Camel registry, as a singleton instance. This is used for convention over configuration to inject DataSource, AmazonLogin instances to the components. <p/> This option is default disabled." + }, + { + "name": "camel.main.autowire-component-properties-allow-private-setter", + "type": "java.lang.Boolean", + "description": "Whether autowiring components allows to use private setter method when setting the value. This may be needed in some rare situations when some configuration classes may configure via constructors over setters. But constructor configuration is more cumbersome to use via .properties files etc.", + "defaultValue": true + }, + { + "name": "camel.main.duration", + "type": "java.lang.Long", + "description": "Sets the duration (in seconds) to run the application until it should be terminated. Defaults to -1. Any value <= 0 will run forever.", + "defaultValue": -1 + }, + { + "name": "camel.main.duration-hit-exit-code", + "type": "java.lang.Integer", + "description": "Sets the exit code for the application if duration was hit" + }, + { + "name": "camel.main.hangup-interceptor-enabled", + "type": "java.lang.Boolean", + "description": "Whether to use graceful hangup when Camel is stopping or when the JVM terminates.", + "defaultValue": true + }, + { "name": "camel.main.hystrix.group-key", "type": "java.lang.String", "description": "Sets the group key to use. The default value is CamelHystrix." diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 8e7aa34..7a48eec 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -2425,6 +2425,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-reactive-executor-vertx-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-reactive-streams</artifactId> <version>${project.version}</version> </dependency>