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.git.
from 5140057 chore(client): add a reset command new a0b0881 Moving camel environment to API new 40e9ab5 Moving Knative env serialization to API new 9b0ad02 Add flows to types new 38dce53 Add option to provide initial configuration to Knative new d522efb Force setting the default port if missing new 94305dd Adding JSON auto-conversion option The 6 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: cmd/camel-k/main.go | 2 +- cmd/kamel/main.go | 2 +- .../camel/v1alpha1}/knative/register.go | 0 pkg/{util => apis/camel/v1alpha1}/knative/types.go | 0 pkg/apis/camel/v1alpha1/knative/types_support.go | 94 ++++++++++++++++++++++ pkg/apis/camel/v1alpha1/types.go | 3 + pkg/apis/camel/v1alpha1/types_support.go | 10 +++ pkg/trait/knative.go | 58 +++++++------ .../camel/component/knative/KnativeComponent.java | 10 +++ .../knative/KnativeConversionProcessor.java | 28 +++++++ .../camel/component/knative/KnativeEndpoint.java | 20 +++-- 11 files changed, 192 insertions(+), 35 deletions(-) rename pkg/{util => apis/camel/v1alpha1}/knative/register.go (100%) rename pkg/{util => apis/camel/v1alpha1}/knative/types.go (100%) create mode 100644 pkg/apis/camel/v1alpha1/knative/types_support.go create mode 100644 runtime/camel-knative/src/main/java/org/apache/camel/component/knative/KnativeConversionProcessor.java