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-k-runtime.git.
from aba4352 Updated CHANGELOG.md add a14166b Update to camel-quarkus 1.4.0 and quarkus 1.10.0.Final No new revisions were added by this update. Summary of changes: pom.xml | 14 +--- .../deployment/pom.xml | 59 ---------------- .../deployment/TestBootstrapProcessor.java | 55 --------------- .../camel-k-itests-runtime-bootstrap/pom.xml | 36 ---------- .../runtime/pom.xml | 82 ---------------------- .../quarkus/it/bootstrap/TestBoostrapRecorder.java | 52 -------------- support/camel-k-itests-support/pom.xml | 1 - 7 files changed, 2 insertions(+), 297 deletions(-) delete mode 100644 support/camel-k-itests-support/camel-k-itests-runtime-bootstrap/deployment/pom.xml delete mode 100644 support/camel-k-itests-support/camel-k-itests-runtime-bootstrap/deployment/src/main/java/org/apache/camel/k/quarkus/it/bootstrap/deployment/TestBootstrapProcessor.java delete mode 100644 support/camel-k-itests-support/camel-k-itests-runtime-bootstrap/pom.xml delete mode 100644 support/camel-k-itests-support/camel-k-itests-runtime-bootstrap/runtime/pom.xml delete mode 100644 support/camel-k-itests-support/camel-k-itests-runtime-bootstrap/runtime/src/main/java/org/apache/camel/k/quarkus/it/bootstrap/TestBoostrapRecorder.java