You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/23 13:39:46 UTC

[camel-k-runtime] branch 1.16.0-prepare updated (1b93a258 -> d7ad8d9f)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch 1.16.0-prepare
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


    from 1b93a258 Preparing for Camel K Runtime 1.16.0 - Use Camel-quarkus knative
     add d7ad8d9f Reintroduce the Camel-K-Knative-impl dependency and revisit modules

No new revisions were added by this update.

Summary of changes:
 {camel-k-webhook => camel-k-knative}/impl/pom.xml  |  25 ++---
 ...tiveSinkBindingContextCustomizerConfigurer.java |  67 +++++++++++++
 ....customizer.KnativeSinkBindingContextCustomizer |   2 +
 .../KnativeSinkBindingContextCustomizer.java       | 107 +++++++++++++++++++++
 .../knative/KnativeSourceLoaderInterceptor.java    |  53 ++++++++++
 {camel-k-cron => camel-k-knative}/pom.xml          |   4 +-
 itests/camel-k-itests-knative-consumer/pom.xml     |   4 +
 .../camel/k/quarkus/it/KnativeConsumerTest.java    |   5 +-
 .../pom.xml                                        |   4 +
 .../pom.xml                                        |   2 +-
 itests/camel-k-itests-knative-producer/pom.xml     |   4 +
 .../camel/k/quarkus/it/KnativeProducerTest.java    |   5 +-
 itests/camel-k-itests-knative-sinkbinding/pom.xml  |   4 +
 .../camel-k-itests-knative-source-groovy/pom.xml   |   4 +
 itests/camel-k-itests-knative-source-java/pom.xml  |   4 +
 itests/camel-k-itests-knative-source-js/pom.xml    |   4 +
 itests/camel-k-itests-knative-source-xml/pom.xml   |   4 +
 itests/camel-k-itests-knative-source-yaml/pom.xml  |   4 +
 itests/camel-k-itests-runtime-yaml/pom.xml         |  17 +---
 pom.xml                                            |   8 ++
 support/camel-k-runtime-bom/pom.xml                |   5 +
 21 files changed, 299 insertions(+), 37 deletions(-)
 copy {camel-k-webhook => camel-k-knative}/impl/pom.xml (88%)
 create mode 100644 camel-k-knative/impl/src/generated/java/org/apache/camel/k/knative/customizer/KnativeSinkBindingContextCustomizerConfigurer.java
 create mode 100644 camel-k-knative/impl/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.k.knative.customizer.KnativeSinkBindingContextCustomizer
 create mode 100644 camel-k-knative/impl/src/main/java/org/apache/camel/k/knative/customizer/KnativeSinkBindingContextCustomizer.java
 create mode 100644 camel-k-knative/impl/src/main/java/org/apache/camel/k/loader/knative/KnativeSourceLoaderInterceptor.java
 copy {camel-k-cron => camel-k-knative}/pom.xml (92%)