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-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new f8d80ab Polished f8d80ab is described below commit f8d80abc74285ab759bd1013cba3ff77d1a462f5 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Nov 16 07:57:04 2019 +0100 Polished --- docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc | 2 +- extensions/bean-validator/runtime/pom.xml | 2 +- extensions/pom.xml | 3 +-- extensions/readme.adoc | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc index dc9584e..aa17d0d 100644 --- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc +++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc @@ -28,7 +28,7 @@ Number of Camel components: 35 in 31 JAR artifacts (0 deprecated) `bean:beanName` | 0.2 | The bean component is for invoking Java beans from Camel. | link:https://camel.apache.org/components/latest/bean-validator-component.html[Bean Validator] (camel-quarkus-bean-validator) + -`bean-validator:label` | 0.4 | The Validator component performs bean validation of the message body using the Java Bean Validation API. +`bean-validator:label` | 0.5 | The Validator component performs bean validation of the message body using the Java Bean Validation API. | link:https://camel.apache.org/components/latest/class-component.html[Class] (camel-quarkus-bean) + `class:beanName` | 0.2 | The class component is for invoking Java classes (Java beans) from Camel. diff --git a/extensions/bean-validator/runtime/pom.xml b/extensions/bean-validator/runtime/pom.xml index 33c61b8..c8d9c48 100644 --- a/extensions/bean-validator/runtime/pom.xml +++ b/extensions/bean-validator/runtime/pom.xml @@ -32,7 +32,7 @@ <name>Camel Quarkus :: Bean Validator :: Runtime</name> <properties> - <firstVersion>0.4.0</firstVersion> + <firstVersion>0.5.0</firstVersion> </properties> <dependencyManagement> diff --git a/extensions/pom.xml b/extensions/pom.xml index e1c1730..1d28639 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -49,6 +49,7 @@ <module>aws-sns</module> <module>aws-sqs</module> <module>bean</module> + <module>bean-validator</module> <module>controlbus</module> <module>csv</module> <module>dataformat</module> @@ -82,8 +83,6 @@ <module>vm</module> <module>zipfile</module> <module>xslt</module> - <module>bean-validator</module> - </modules> <build> diff --git a/extensions/readme.adoc b/extensions/readme.adoc index 06ab51d..eca00cb 100644 --- a/extensions/readme.adoc +++ b/extensions/readme.adoc @@ -27,7 +27,7 @@ Number of Camel components: 35 in 31 JAR artifacts (0 deprecated) `bean:beanName` | 0.2 | The bean component is for invoking Java beans from Camel. | link:https://camel.apache.org/components/latest/bean-validator-component.html[Bean Validator] (camel-quarkus-bean-validator) + -`bean-validator:label` | 0.4 | The Validator component performs bean validation of the message body using the Java Bean Validation API. +`bean-validator:label` | 0.5 | The Validator component performs bean validation of the message body using the Java Bean Validation API. | link:https://camel.apache.org/components/latest/class-component.html[Class] (camel-quarkus-bean) + `class:beanName` | 0.2 | The class component is for invoking Java classes (Java beans) from Camel.