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 b5e208942 api: Generate apply configurations
     new acf77559f fix(#3844): Add service discovery for Kamelet data type 
converter
     new d1af7f9b6 fix(#3844): Add e2e test for data type converter service 
discovery

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:
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  34 +++++
 .../event-binding.yaml}                            |  25 ++--
 .../event-sink.kamelet.yaml}                       |  44 +++++--
 .../event-source.kamelet.yaml}                     |  50 +++++---
 .../kamelet-data-types/kamelet-data-types.feature  |  15 +++
 .../kamelet-data-types/log-action.kamelet.yaml     |  63 +++++++++
 .../yaks-config.yaml                               |  16 ++-
 pkg/apis/camel/v1/maven_types.go                   |   6 +
 pkg/apis/camel/v1/maven_types_support.go           |  62 ++++++++-
 pkg/apis/camel/v1/maven_types_support_test.go      | 142 +++++++++++++++++++++
 pkg/apis/camel/v1/zz_generated.deepcopy.go         |  43 +++++++
 pkg/builder/project_test.go                        |   4 +-
 pkg/builder/quarkus.go                             |  50 +++++---
 pkg/cmd/local/local.go                             |   2 +-
 pkg/util/camel/camel_dependencies.go               |  18 +--
 pkg/util/defaults/defaults.go                      |   2 +-
 pkg/util/maven/maven_project.go                    |   7 +-
 pkg/util/maven/maven_types.go                      |   8 +-
 18 files changed, 505 insertions(+), 86 deletions(-)
 copy e2e/yaks/common/{kamelet-steps/steps-binding.yaml => 
kamelet-data-types/event-binding.yaml} (81%)
 copy e2e/yaks/common/{kamelet-binding/logger-sink.kamelet.yaml => 
kamelet-data-types/event-sink.kamelet.yaml} (53%)
 copy e2e/yaks/common/{kamelet-binding/timer-source.kamelet.yaml => 
kamelet-data-types/event-source.kamelet.yaml} (55%)
 create mode 100644 
e2e/yaks/common/kamelet-data-types/kamelet-data-types.feature
 create mode 100644 e2e/yaks/common/kamelet-data-types/log-action.kamelet.yaml
 copy e2e/yaks/common/{kamelet-beans => kamelet-data-types}/yaks-config.yaml 
(71%)
 create mode 100644 pkg/apis/camel/v1/maven_types_support_test.go

Reply via email to