You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/02/04 08:16:50 UTC

[camel-k] branch master updated (21bec3f -> 119c46c)

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 21bec3f  Fix #1162: wait for Kourier pods to be scheduled
     add 0016376  Fix #1102: add run --property-file option
     add 4a4599f  Fix #1102: fix lint
     add 119c46c  Fix #1102: fix e2e test

No new revisions were added by this update.

Summary of changes:
 e2e/files/Java.java                         |  2 +-
 examples/Sample.java => e2e/files/Prop.java |  7 ++--
 e2e/files/prop.properties                   |  3 ++
 e2e/run_test.go                             | 10 ++++-
 pkg/cmd/run.go                              | 61 ++++++++++++++++++++++++++++-
 pkg/cmd/run_test.go                         | 31 ++++++++++++++-
 6 files changed, 107 insertions(+), 7 deletions(-)
 copy examples/Sample.java => e2e/files/Prop.java (89%)
 create mode 100644 e2e/files/prop.properties