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 998d8f3 Remove the need of jaxb in camel-k-runtime-core new 95a704f Remove deprecated properties and processors in camel-knative new 88ad7c7 Create a KnativeTransportNoop test helper The 2 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/KnativeComponent.java | 10 ----- .../component/knative/KnativeConfiguration.java | 16 ------- .../knative/KnativeConversionProcessor.java | 46 ------------------- .../camel/component/knative/KnativeEndpoint.java | 3 +- .../component/knative/KnativeComponentTest.java | 33 +------------- .../component/knative/KnativeTransportNoop.java | 52 ++++++++++++++++++++++ 6 files changed, 54 insertions(+), 106 deletions(-) delete mode 100644 camel-knative/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeConversionProcessor.java create mode 100644 camel-knative/camel-knative/src/test/java/org/apache/camel/component/knative/KnativeTransportNoop.java