This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from e2e32c9285 Speed up examples CI build step add 4a0a8a3c53 Allow extensions to inject kamelets resources No new revisions were added by this update. Summary of changes: .../kamelet/deployment/KameletProcessor.java | 45 +++++++---- ...uildItem.java => KameletResourceBuildItem.java} | 24 +++--- .../deployment/pom.xml | 10 +-- .../deployment/CustomKameletResourceProcessor.java | 91 ++++++++++++++++++++++ .../pom.xml | 4 +- .../runtime/pom.xml | 8 +- integration-tests-support/pom.xml | 1 + integration-tests/kamelet/pom.xml | 5 ++ .../quarkus/component/kamelet/it/KameletTest.java | 5 +- poms/bom-test/pom.xml | 5 ++ 10 files changed, 161 insertions(+), 37 deletions(-) copy extensions/kamelet/deployment/src/main/java/org/apache/camel/quarkus/component/kamelet/deployment/{KameletResolverBuildItem.java => KameletResourceBuildItem.java} (61%) copy integration-tests-support/{custom-log-component => custom-kamelet-resource}/deployment/pom.xml (91%) create mode 100644 integration-tests-support/custom-kamelet-resource/deployment/src/main/java/org/apache/camel/quarkus/it/support/kamelet/deployment/CustomKameletResourceProcessor.java copy integration-tests-support/{custom-log-component => custom-kamelet-resource}/pom.xml (92%) copy integration-tests-support/{custom-log-component => custom-kamelet-resource}/runtime/pom.xml (91%)