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 ff22dcc  CAMEL-15071: Attempt to fix doc warning
     new 2083249  Improve knative broker integration #326
     new c433628  Support CloudEvents v1.0.0 #179
     new 15729bb  Fix typo
     new 5a8524c  Improve knative broker integration (add support for dynamic 
event type) #326

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:
 .../camel/component/knative/spi/CloudEvents.java   |  22 +-
 camel-knative/camel-knative-http/pom.xml           |   5 -
 .../component/knative/http/KnativeHttpSupport.java |  30 +-
 .../knative/http/KnativeHttpTransport.java         |   8 +-
 .../component/knative/http/KnativeHttpServer.java  | 214 ++++++
 .../component/knative/http/KnativeHttpTest.java    | 727 ++++++++++-----------
 .../apache/camel/component/knative/knative.json    |   2 +-
 .../camel/component/knative/KnativeComponent.java  |   2 +-
 .../component/knative/KnativeConfiguration.java    |   4 +-
 .../knative/ce/AbstractCloudEventProcessor.java    |  31 +-
 .../component/knative/ce/CloudEventProcessors.java |  33 +-
 11 files changed, 689 insertions(+), 389 deletions(-)
 create mode 100644 
camel-knative/camel-knative-http/src/test/java/org/apache/camel/component/knative/http/KnativeHttpServer.java

Reply via email to