You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/01/14 12:27:23 UTC

[camel-k] branch master updated (17363a6 -> 9bb23f3)

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

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


    from 17363a6  fix(cli): help command offline
     add 9bb23f3  fix: Unique syntax for Maven artifact GAV string representation

No new revisions were added by this update.

Summary of changes:
 docs/modules/ROOT/pages/cli/modeline.adoc          |  6 +-
 examples/SampleModeline.java                       |  2 +-
 pkg/apis/camel/v1/camelcatalog_types_support.go    |  3 +-
 pkg/apis/camel/v1/common_types_support.go          | 10 ++-
 .../camel/v1/integration_types_support_test.go     |  4 +-
 pkg/cmd/modeline_test.go                           | 16 ++---
 pkg/cmd/util_dependencies.go                       | 76 +++++++++-------------
 pkg/metadata/metadata_dependencies_test.go         | 20 +++---
 pkg/trait/container.go                             | 16 ++---
 pkg/trait/container_probes_test.go                 |  2 +-
 pkg/trait/cron_test.go                             |  4 +-
 pkg/trait/dependencies.go                          | 11 ++--
 pkg/trait/dependencies_test.go                     | 30 ++++-----
 pkg/trait/init.go                                  |  3 +-
 pkg/trait/jolokia.go                               |  4 +-
 pkg/trait/knative.go                               | 23 ++++---
 pkg/trait/knative_test.go                          |  6 +-
 pkg/trait/prometheus.go                            |  2 +-
 pkg/trait/util.go                                  | 15 ++---
 pkg/util/camel/camel_dependencies.go               |  6 +-
 pkg/util/maven/maven_project_test.go               |  6 +-
 pkg/util/source/inspector.go                       | 13 ++--
 pkg/util/source/inspector_yaml.go                  |  2 +-
 pkg/util/source/inspector_yaml_test.go             | 20 +++---
 24 files changed, 146 insertions(+), 154 deletions(-)