This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 5910c217d chore(deps): bump
org.apache.maven.plugins:maven-surefire-plugin
new 3a96804b1 fix(traits): annotations refactoring
new ca5239b57 chore(ctrl): deprecate annotations trait
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:
addons/addons_test.go | 36 -----
e2e/common/misc/pipe_with_image_test.go | 10 +-
pkg/cmd/bind.go | 4 +-
pkg/cmd/kit_create.go | 2 +-
pkg/cmd/run.go | 4 +-
pkg/cmd/run_test.go | 2 +-
pkg/controller/integration/build_kit.go | 2 +-
.../integration/integration_controller.go | 6 +-
pkg/controller/integration/kits.go | 10 +-
pkg/controller/integration/kits_test.go | 17 +-
pkg/controller/integration/monitor.go | 24 +++
pkg/controller/integrationkit/monitor.go | 26 +++
pkg/controller/integrationplatform/monitor.go | 23 +++
.../kameletbinding/kameletbinding_controller.go | 12 +-
pkg/controller/kameletbinding/monitor.go | 2 +-
pkg/controller/pipe/integration.go | 14 ++
pkg/controller/pipe/integration_test.go | 71 +++++++++
pkg/controller/pipe/monitor.go | 2 +-
pkg/controller/pipe/monitor_test.go | 48 ++++++
pkg/controller/pipe/pipe_controller.go | 12 +-
pkg/trait/quarkus.go | 6 -
pkg/trait/quarkus_test.go | 19 ---
pkg/trait/trait_configure.go | 6 +
pkg/{cmd => trait}/trait_support.go | 23 ++-
pkg/trait/util.go | 174 ++++++++++++---------
pkg/trait/util_test.go | 67 +++-----
pkg/util/digest/digest.go | 1 +
27 files changed, 400 insertions(+), 223 deletions(-)
rename pkg/{cmd => trait}/trait_support.go (92%)