This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from ee92705 Fix #2236: Add Service Binding E2E test new d674eef chore(build): Cancellable Maven operations new 80f707f chore: Remove camel-catalog-1.6.0-SNAPSHOT.yaml from embedded resources 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: .../camel/v1/integrationplatform_types_support.go | 8 - pkg/builder/quarkus.go | 15 +- pkg/cmd/local_build.go | 5 +- pkg/cmd/local_inspect.go | 6 +- pkg/cmd/local_run.go | 3 +- pkg/cmd/util_dependencies.go | 38 ++--- .../integrationplatform/initialize_test.go | 23 +-- pkg/platform/defaults.go | 31 +--- pkg/resources/resources.go | 8 - pkg/trait/camel.go | 5 +- pkg/trait/logging.go | 3 +- pkg/trait/openapi.go | 8 +- pkg/util/camel/catalog.go | 8 +- pkg/util/maven/{maven.go => maven_command.go} | 180 ++++++++++++--------- pkg/util/maven/maven_log.go | 9 +- pkg/util/maven/maven_project.go | 49 +++++- pkg/util/maven/maven_settings.go | 16 ++ pkg/util/maven/maven_types.go | 122 +------------- 18 files changed, 226 insertions(+), 311 deletions(-) rename pkg/util/maven/{maven.go => maven_command.go} (65%)