This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from cb088f6 Increate timeout as CI server can be really slow
add ee0d891 core: avoid referencing application classes in bean build
items and loading them in core build processors
add b65802c chore: fix camel-validator it
No new revisions were added by this update.
Summary of changes:
.../quarkus/core/deployment/BuildProcessor.java | 88 ++++++++++++----------
.../core/deployment/CamelBeanBuildItem.java | 6 +-
.../core/deployment/CamelRuntimeBeanBuildItem.java | 6 +-
.../camel/quarkus/core/CamelMainRecorder.java | 12 ---
.../deployment/MicroProfileHealthProcessor.java | 18 ++---
.../runtime/CamelMicroProfileHealthRecorder.java | 16 ----
.../deployment/MicroProfileMetricsProcessor.java | 13 ++--
.../deployment/OpenTracingProcessor.java | 11 ++-
.../http/deployment/PlatformHttpProcessor.java | 4 +-
.../core/support/deployment/SupportBuildStep.java | 2 +-
integration-tests/validator/pom.xml | 3 -
.../component/validator/it/ValidatorResource.java | 11 +--
.../validator/it/ValidatorRouteBuilder.java | 3 +-
13 files changed, 80 insertions(+), 113 deletions(-)