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 45ed5e1  Updated CHANGELOG.md
     new cfd08e6  chore(deps): update to camel-quarkus 1.3.0
     new be89158  yaml: use EndpointUriFactory to compute endpoint uri
     new 77ca0b7  yaml: use URISupport to create query string
     new c88d959  Regen

The 4 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:
 .../k/loader/yaml/support/StepParserSupport.java   |  35 +-
 camel-k-loader-yaml/camel-k-loader-yaml/pom.xml    |   5 -
 .../src/generated/resources/camel-yaml-dsl.json    |  20 +-
 .../generated/resources/camel-yaml-endpoint.json   | 805 +++++++++------------
 .../k/loader/yaml/RoutesWithEndpointTest.groovy    |   4 +-
 .../routes/RoutesWithEndpointTest_from.yaml        |   2 +-
 .../routes/RoutesWithEndpointTest_route.yaml       |   2 +-
 .../health/HealthContextCustomizerConfigurer.java  |  17 +-
 .../TracingContextCustomizerConfigurer.java        |  17 +-
 .../apache/camel/k/SourceDefinitionConfigurer.java |  29 +-
 .../k/listener/SourcesConfigurerConfigurer.java    |  11 +-
 .../CronSourceLoaderInterceptorConfigurer.java     |  15 +-
 ...formHttpServiceContextCustomizerConfigurer.java |  25 +-
 ...tiveSinkBindingContextCustomizerConfigurer.java |  17 +-
 .../WebhookContextCustomizerConfigurer.java        |  11 +-
 .../kamelet/KameletComponentConfigurer.java        |  19 +-
 .../kamelet/KameletEndpointConfigurer.java         |  29 +-
 .../apache/camel/component/kamelet/kamelet.json    |  13 +-
 components/camel-knative/camel-knative/pom.xml     |   3 +
 .../knative/KnativeComponentConfigurer.java        |  43 +-
 .../knative/KnativeEndpointConfigurer.java         |  45 +-
 .../apache/camel/component/knative/knative.json    |   9 +-
 .../component/wrap/WrapComponentConfigurer.java    |  15 +-
 .../component/wrap/WrapEndpointConfigurer.java     |  22 +-
 .../org/apache/camel/component/wrap/wrap.json      |   5 +-
 pom.xml                                            |  14 +-
 tooling/camel-k-test/pom.xml                       |   4 -
 27 files changed, 608 insertions(+), 628 deletions(-)

Reply via email to