You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/11/15 12:12:15 UTC

[camel-quarkus] branch bv updated (dc3183f -> 8bf5b68)

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a change to branch bv
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from dc3183f  Polished, remove duplicate, thanks Peter, and order a..z
     add b619be2  bean-validator
     add 8bf5b68  bean-validator

No new revisions were added by this update.

Summary of changes:
 .../deployment/BeanValidatorProcessor.java         | 24 ++++++
 extensions/bean-validator/runtime/pom.xml          | 16 +++-
 .../bean/validator/BeanValidatorRecorder.java      | 88 ++++++++++++++++++++++
 .../component/xslt/deployment/XsltProcessor.java   |  1 -
 .../src/main/resources/application.properties      |  2 +-
 5 files changed, 127 insertions(+), 4 deletions(-)
 create mode 100644 extensions/bean-validator/runtime/src/main/java/org/apache/camel/quarkus/component/bean/validator/BeanValidatorRecorder.java
 copy integration-tests/{platform-http => bean-validator}/src/main/resources/application.properties (98%)