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 c574262 Merge pull request #373 from apache/Surefire-3.0.0-M5 new 359c8e1 camel-knative: add support for lookup service definition from the registry #371 new ff5069c camel-knative: add support for URL in knative environment #369 new c483481 Add runtime support for Knative sinkbinding #365 The 3 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: .../knative/KnativeSourceLoaderInterceptor.java | 62 ++++- .../knative/KnativeSourceRoutesLoaderTest.java | 95 +++++++- .../src/test/resources/sources/routes.groovy | 2 +- .../src/test/resources/sources/routes.java | 7 +- .../src/test/resources/sources/routes.js | 2 +- .../src/test/resources/sources/routes.kts | 2 +- .../src/test/resources/sources/routes.xml | 2 +- .../camel/component/knative/spi/Knative.java | 1 + .../component/knative/spi/KnativeEnvironment.java | 265 +++++++++++++-------- .../knative/http/KnativeHttpProducer.java | 31 ++- .../component/knative/http/KnativeHttpTest.java | 43 ++++ .../camel/component/knative/KnativeEndpoint.java | 69 +++--- .../component/knative/KnativeComponentTest.java | 10 + 13 files changed, 429 insertions(+), 162 deletions(-)