This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 65272e4 fix(OLM): Remove replaces field from Kustomize base CSV
manifest
new 8e97ba7 feat(trait): leverage ConfigMap binary data for resources
new cfd2ffd feat(test): binary data integration test
new d643368 chore(examples): group resources examples
new b482460 feat(cmd): compress-binary no longer needed
new c573998 chore(crd): upgrade CRDs
new fb615c5 chore(examples): remove duplicate examplese
The 6 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:
config/crd/bases/camel.apache.org_builds.yaml | 10 ++
.../crd/bases/camel.apache.org_integrations.yaml | 20 +++
.../bases/camel.apache.org_kameletbindings.yaml | 10 ++
config/crd/bases/camel.apache.org_kamelets.yaml | 5 +
deploy/crd-build.yaml | 10 ++
deploy/crd-integration.yaml | 20 +++
deploy/crd-kamelet-binding.yaml | 10 ++
deploy/crd-kamelet.yaml | 5 +
.../builds.camel.apache.org.crd.yaml | 10 ++
.../integrations.camel.apache.org.crd.yaml | 20 +++
.../kameletbindings.camel.apache.org.crd.yaml | 10 ++
.../kamelets.camel.apache.org.crd.yaml | 5 +
.../resources/files/ResourcesBinary.java | 23 ++-
.../resources/files/ResourcesText.java | 14 +-
.../resources/files}/resources-data.txt | 0
e2e/resources/files/resources-data.zip | Bin 0 -> 199 bytes
.../java_test.go => resources/resources_test.go} | 27 ++-
helm/camel-k/crds/crd-build.yaml | 10 ++
helm/camel-k/crds/crd-integration.yaml | 20 +++
helm/camel-k/crds/crd-kamelet-binding.yaml | 10 ++
helm/camel-k/crds/crd-kamelet.yaml | 5 +
pkg/apis/camel/v1/common_types.go | 2 +
pkg/cmd/run.go | 48 ++++--
pkg/cmd/run_test.go | 54 +++++-
pkg/cmd/util_content.go | 37 +++--
pkg/cmd/util_content_test.go | 99 +++++++++++
pkg/cmd/util_dependencies.go | 2 +-
pkg/trait/trait_test.go | 185 ++++++++++++++-------
pkg/trait/trait_types.go | 15 +-
script/Makefile | 4 +
30 files changed, 563 insertions(+), 127 deletions(-)
copy examples/polyglot/JavaRoute.java =>
e2e/resources/files/ResourcesBinary.java (64%)
copy examples/polyglot/JavaRoute.java =>
e2e/resources/files/ResourcesText.java (76%)
copy {examples/basic => e2e/resources/files}/resources-data.txt (100%)
create mode 100644 e2e/resources/files/resources-data.zip
copy e2e/{common/languages/java_test.go => resources/resources_test.go} (56%)
create mode 100644 pkg/cmd/util_content_test.go