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 5845d92  Merge pull request #1 from lburgazzoli/scripting
     new b045295  Refactor maven builder into its own module
     new fef7130  Fix integration with new runtime classes

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:
 Sample.java                                        |   2 +-
 build/Makefile                                     |   7 +-
 pkg/build/build_manager_integration_test.go        |  15 +-
 pkg/build/local/local_builder.go                   | 235 ++++---------------
 pkg/build/local/local_builder_integration_test.go  |  27 ++-
 pkg/client/cmd/run/run.go                          |  14 +-
 pkg/util/digest/digest.go                          |   6 +
 pkg/util/maven/maven.go                            | 256 +++++++++++++++++++++
 pkg/util/{test/testing_env.go => maven/types.go}   |  24 +-
 .../java/org/apache/camel/k/jvm/Application.java   |   6 +-
 10 files changed, 369 insertions(+), 223 deletions(-)
 create mode 100644 pkg/util/maven/maven.go
 copy pkg/util/{test/testing_env.go => maven/types.go} (71%)

Reply via email to