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 c16ed2c chore: cleanup build new 5f469ca Add timeout to maven operations #761 new c780221 Add timeout to maven operations #761 (fix findings) new c17f0be Add timeout to maven operations #761 (add tests) The 3 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: Gopkg.lock | 1 + pkg/apis/camel/v1alpha1/common_types.go | 3 +- pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go | 1 + pkg/builder/builder_steps.go | 6 +- pkg/builder/builder_types.go | 1 - pkg/controller/integrationplatform/initialize.go | 33 ++++- .../integrationplatform/initialize_test.go | 149 +++++++++++++++++++++ pkg/trait/camel.go | 5 +- pkg/trait/rest-dsl.go | 5 +- pkg/util/maven/maven.go | 48 ++++--- pkg/util/maven/maven_types.go | 6 +- 11 files changed, 223 insertions(+), 35 deletions(-) create mode 100644 pkg/controller/integrationplatform/initialize_test.go