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.git.
from 94305dd Adding JSON auto-conversion option
new 920d3ae Avoid changing the spec field if not necessary
new fc708d5 Copy dependencies and context to status
new 692c4f1 chore(lint): make golangci-lint happy
The 3 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:
pkg/apis/camel/v1alpha1/types.go | 24 +++++++++---
pkg/apis/camel/v1alpha1/types_support.go | 15 +++++++-
.../camel/v1alpha1/types_support_test.go} | 19 ++++-----
pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go | 29 +++++++++++++-
pkg/client/cmd/get.go | 2 +-
pkg/metadata/http.go | 2 +-
pkg/metadata/languages.go | 45 ----------------------
pkg/metadata/metadata.go | 9 +----
pkg/metadata/types.go | 4 --
pkg/stub/action/context/build.go | 2 +-
pkg/stub/action/integration/build_context.go | 16 ++++----
pkg/stub/action/integration/build_image.go | 4 +-
pkg/stub/action/integration/deploy.go | 5 ++-
pkg/stub/action/integration/initialize.go | 18 +++------
pkg/stub/action/integration/monitor.go | 2 +-
pkg/stub/action/integration/util.go | 8 ++--
pkg/trait/classpath.go | 6 +--
pkg/trait/dependencies.go | 23 +++++++----
pkg/trait/deployment.go | 6 +--
pkg/trait/knative.go | 8 ++--
pkg/trait/springboot.go | 4 +-
pkg/trait/util.go | 4 +-
pkg/util/source/inspector_xml.go | 6 +--
pkg/util/util.go | 4 ++
24 files changed, 132 insertions(+), 133 deletions(-)
rename pkg/{metadata/metadata_languages_test.go =>
apis/camel/v1alpha1/types_support_test.go} (71%)
delete mode 100644 pkg/metadata/languages.go