This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch 3.15.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from d1a9d123e4 Rely on quarkus-cxf-bom for managing httpclient5 new a22841c3ba Fix build time processing of Kamelets with bean definitions new 98a716cadc Upgrade quarkus-jackson-jq to 2.1.0 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: extensions/jq/runtime/pom.xml | 4 --- .../kamelet/deployment/KameletProcessor.java | 30 +++++++++++++++++-- .../quarkus/component/kamelet/KameletRecorder.java | 7 +++++ integration-tests/kamelet/pom.xml | 17 +++++++++++ .../quarkus/component/kamelet/it/KameletBean.java} | 11 +++++-- .../component/kamelet/it/KameletResource.java | 6 ++++ .../component/kamelet/it/KameletRoutes.java | 3 ++ .../src/main/resources/application.properties | 2 +- ...injector.kamelet.yaml => greeting.kamelet.yaml} | 35 ++++++++-------------- .../quarkus/component/kamelet/it/KameletTest.java | 12 +++++++- pom.xml | 2 +- poms/bom/pom.xml | 5 ---- poms/bom/src/main/generated/flattened-full-pom.xml | 9 ++---- .../src/main/generated/flattened-reduced-pom.xml | 9 ++---- .../generated/flattened-reduced-verbose-pom.xml | 9 ++---- 15 files changed, 101 insertions(+), 60 deletions(-) copy integration-tests/kamelet/src/{test/java/org/apache/camel/quarkus/component/kamelet/it/KameletIT.java => main/java/org/apache/camel/quarkus/component/kamelet/it/KameletBean.java} (80%) copy integration-tests/kamelet/src/main/resources/kamelets/{injector.kamelet.yaml => greeting.kamelet.yaml} (63%)