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.
discard 8bf5b68 bean-validator discard b619be2 bean-validator add 2bedf85 Make the BeanValidatorComponent leverage the ValidatorFactory computed by Quarkus This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (8bf5b68) \ N -- N -- N refs/heads/bv (2bedf85) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: build/eclipse-formatter-config.xml | 2 +- extensions/bean-validator/runtime/pom.xml | 4 +++ .../bean/validator/BeanValidatorRecorder.java | 27 ++++++--------- ...tituteHibernateValidationProviderResolver.java} | 13 +++---- .../graal/SubstituteValidatorFactories.java} | 40 +++++++++------------- .../src/main/resources/application.properties | 6 ++-- pom.xml | 1 + poms/bom/pom.xml | 21 ++++++------ 8 files changed, 50 insertions(+), 64 deletions(-) copy extensions/{netty/runtime/src/main/java/org/apache/camel/quarkus/component/netty/runtime/SubstituteNettyServerBootstrapConfiguration.java => bean-validator/runtime/src/main/java/org/apache/camel/quarkus/component/bean/validator/graal/SubstituteHibernateValidationProviderResolver.java} (73%) copy extensions/{netty/runtime/src/main/java/org/apache/camel/quarkus/component/netty/runtime/SubstituteNettyServerBossPoolBuilder.java => bean-validator/runtime/src/main/java/org/apache/camel/quarkus/component/bean/validator/graal/SubstituteValidatorFactories.java} (52%)