You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/04/23 14:07:57 UTC

[camel-k-runtime] branch master updated (da362ed -> 314ff25)

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

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


    from da362ed  Merge pull request #49 from lburgazzoli/customizer-cleanup
     new d0522df  Fix #48: add a default type to cloudevents
     new 070b353  Fix #48: use a single server in tests
     new 314ff25  Merge pull request #50 from nicolaferraro/48-cetype

The 202 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:
 .../component/knative/KnativeConfiguration.java    | 21 +++++
 .../camel/component/knative/KnativeEndpoint.java   |  4 +
 .../org/apache/camel/component/knative/ce/V01.java |  5 +-
 .../org/apache/camel/component/knative/ce/V02.java |  5 +-
 .../component/knative/CloudEventsV01Test.java      | 91 +++++++++++++++++++++-
 .../component/knative/CloudEventsV02Test.java      | 91 +++++++++++++++++++++-
 6 files changed, 211 insertions(+), 6 deletions(-)