This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 522c767bf temporary solution to build camel-k in windows
     new 8cb181c6e fix: redirect ouput and errors to appropriate writer
     new a757de401 fix: fix lint errors

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:
 cmd/util/json-schema-gen/main.go                   |  2 +-
 cmd/util/license-check/main.go                     |  2 +-
 e2e/common/build/maven_http_proxy_test.go          |  5 ++-
 e2e/common/kustomize/operator_test.go              |  1 +
 e2e/common/kustomize/setup_test.go                 |  1 +
 e2e/common/traits/route_test.go                    |  6 ++--
 .../service_binding_kamelet_test.go                |  1 +
 e2e/support/test_support.go                        | 10 +++---
 pkg/apis/camel/v1/zz_generated.defaults.go         |  1 +
 pkg/cmd/bind.go                                    |  4 +--
 pkg/cmd/completion_bash.go                         |  2 +-
 pkg/cmd/completion_zsh.go                          |  2 +-
 pkg/cmd/debug.go                                   | 10 +++---
 pkg/cmd/delete.go                                  | 24 ++++++-------
 pkg/cmd/describe_integration.go                    |  6 ++--
 pkg/cmd/describe_kamelet.go                        |  8 ++---
 pkg/cmd/describe_kit.go                            |  8 ++---
 pkg/cmd/describe_platform.go                       |  6 ++--
 pkg/cmd/dump.go                                    |  2 +-
 pkg/cmd/install.go                                 | 14 ++++----
 pkg/cmd/kamelet_delete.go                          | 12 +++----
 pkg/cmd/kamelet_get.go                             |  2 +-
 pkg/cmd/kit_create.go                              | 14 ++++----
 pkg/cmd/kit_delete.go                              | 14 ++++----
 pkg/cmd/kit_get.go                                 |  2 +-
 pkg/cmd/local_build.go                             |  2 +-
 pkg/cmd/local_inspect.go                           |  8 ++---
 pkg/cmd/local_run.go                               |  4 +--
 pkg/cmd/log.go                                     |  6 ++--
 pkg/cmd/modeline.go                                |  8 ++---
 pkg/cmd/rebuild.go                                 |  4 +--
 pkg/cmd/reset.go                                   | 20 +++++------
 pkg/cmd/root.go                                    |  2 +-
 pkg/cmd/run.go                                     | 36 +++++++++----------
 pkg/cmd/run_help.go                                |  9 +++--
 pkg/cmd/run_test.go                                |  7 ++--
 pkg/cmd/uninstall.go                               | 42 +++++++++++-----------
 pkg/cmd/util_commands.go                           |  2 +-
 pkg/cmd/util_containerization.go                   | 14 +++++---
 pkg/cmd/util_dependencies.go                       | 15 ++++----
 pkg/cmd/util_sources.go                            |  5 +--
 pkg/cmd/version.go                                 |  6 ++--
 pkg/cmd/version_test.go                            | 15 ++++----
 pkg/install/operator.go                            | 31 ++++++++--------
 pkg/util/kubernetes/log/util.go                    |  9 ++---
 pkg/util/tar/util_compress.go                      |  8 +++--
 46 files changed, 213 insertions(+), 199 deletions(-)

Reply via email to