This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 37c2c4055 chore: nightly automatic updates
     new 8a82e3fda feat(trait): jvm refactoring
     new eb2f9c702 doc: base image explained
     new d44ebd19e fix(trait): dynamic dependencies path
     new 2a2360542 fix(e2e): remove useless copies

The 4 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:
 .../ROOT/pages/configuration/base-image.adoc       |  13 +
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  11 +-
 docs/modules/traits/pages/builder.adoc             |   3 +-
 docs/modules/traits/pages/jvm.adoc                 |  18 +-
 e2e/advanced/promote_test.go                       |   4 -
 e2e/common/runtimes/runtimes_test.go               |   6 +-
 e2e/common/traits/builder_test.go                  |  13 +
 e2e/support/test_support.go                        |  10 +
 helm/camel-k/crds/crd-integration-kit.yaml         |   4 +-
 helm/camel-k/crds/crd-integration-platform.yaml    |  26 +-
 helm/camel-k/crds/crd-integration-profile.yaml     |  26 +-
 helm/camel-k/crds/crd-integration.yaml             |  13 +-
 helm/camel-k/crds/crd-kamelet-binding.yaml         |  14 +-
 helm/camel-k/crds/crd-pipe.yaml                    |  14 +-
 pkg/apis/camel/v1/integrationkit_types_support.go  |  17 +
 .../camel/v1/integrationkit_types_support_test.go} |  43 ++-
 pkg/apis/camel/v1/trait/builder.go                 |   3 +-
 pkg/apis/camel/v1/trait/jvm.go                     |   3 +
 pkg/cmd/promote.go                                 |  31 ++
 pkg/cmd/promote_test.go                            |  30 +-
 pkg/cmd/run_test.go                                |   4 +-
 pkg/controller/integrationkit/error.go             |   4 +
 pkg/controller/integrationkit/initialize.go        |  20 +-
 .../integrationkit/integrationkit_controller.go    |   2 -
 pkg/controller/integrationkit/monitor.go           |   4 +
 .../bases/camel.apache.org_integrationkits.yaml    |   4 +-
 .../camel.apache.org_integrationplatforms.yaml     |  26 +-
 .../camel.apache.org_integrationprofiles.yaml      |  26 +-
 .../crd/bases/camel.apache.org_integrations.yaml   |  13 +-
 .../bases/camel.apache.org_kameletbindings.yaml    |  14 +-
 .../config/crd/bases/camel.apache.org_pipes.yaml   |  14 +-
 pkg/trait/jvm.go                                   | 216 +++++++------
 pkg/trait/jvm_test.go                              | 343 ++++++++++++++++++---
 33 files changed, 745 insertions(+), 247 deletions(-)
 create mode 100644 docs/modules/ROOT/pages/configuration/base-image.adoc
 copy pkg/{util/kubernetes/util_test.go => 
apis/camel/v1/integrationkit_types_support_test.go} (54%)

Reply via email to