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 c758d5b Refactor extensions class names new 758cda8 Fixes #544: Kamelet component - optimize as we did for direct component new 8a1162d Fixed PMD issue 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: .../kamelet/KameletEndpointConfigurer.java | 5 ++ .../apache/camel/component/kamelet/kamelet.json | 3 +- .../camel/component/kamelet/KameletComponent.java | 74 +++++++++++++++--- .../camel/component/kamelet/KameletConsumer.java | 19 +++-- .../KameletConsumerNotAvailableException.java | 13 ++-- .../camel/component/kamelet/KameletEndpoint.java | 89 +++++++--------------- .../camel/component/kamelet/KameletProducer.java | 70 +++++++++++------ 7 files changed, 163 insertions(+), 110 deletions(-) copy camel-k-loader-js/impl/src/main/java/org/apache/camel/k/loader/js/dsl/ProcessorSupport.java => components/camel-kamelet/src/main/java/org/apache/camel/component/kamelet/KameletConsumerNotAvailableException.java (74%)