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 3e8f12d Updated CHANGELOG.md
new 552e6a8 Support computing and outputting of transitive dependencies.
new e47c8f8 Move dependencies to dependencies folder.
new ceb5daf Clean-up.
new 97ed848 Remove double printing of top level dependencies.
new 36f5cbf Fix default versions.
new 3435eb1 Add capability to process several additional dependencies
flags.
new 792e087 Only print top-level dependencies if they are requested.
new bd0c53d Fix after rebase.
new 7dab1aa Update Camel version.
new f0684ca Remove workspace directory. Make maven directory temporary.
new 5f2c9e0 Refactor output of dependencies.
new 3f2a7e2 Move builder independent functions to utils.
new 1b24a78 Only print transitive dependencies.
new 1afd591 Update comment.
new a6a3157 Remove hardcoded camel runtime version.
new 5ff028f Use default and quarkus runtime.
new 95ad3c0 Move to quarkus.
new 0612d97 Make output of maven quiet for local runs.
new 04d7909 Remove comment.
The 19 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/builder/builder_steps.go | 154 +-------------------------
pkg/builder/runtime/main.go | 63 ++++++++---
pkg/builder/runtime/quarkus.go | 82 ++++++++++----
pkg/cmd/inspect.go | 208 +++++++++++++++++++++++++++++++----
pkg/util/camel/camel_dependencies.go | 185 +++++++++++++++++++++++++++++++
pkg/util/camel/catalog.go | 6 +-
pkg/util/util.go | 18 +++
7 files changed, 503 insertions(+), 213 deletions(-)
create mode 100644 pkg/util/camel/camel_dependencies.go