This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from afe00e5 Updated CHANGELOG.md
new 8b5cc0b fix(trait): some error when comparing trait properties
new 93b1d10 feat(cmd): build-property flag
new 7801519 doc(example): build-property example
new afe8cb7 feat(e2e): build-property integration test
new 6b38844 chore(doc): autogen trait
new b9feccf refactor(trait): property names and error condition
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:
deploy/traits.yaml | 3 +
docs/modules/traits/pages/builder.adoc | 4 +
e2e/common/config/config_test.go | 20 +++++
.../config/files/build-property-route.groovy | 10 ++-
...le-route.groovy => build-property-route.groovy} | 10 ++-
pkg/cmd/run.go | 14 +++-
pkg/cmd/run_test.go | 12 +++
pkg/controller/integration/util.go | 37 +++++++++-
pkg/controller/integration/util_test.go | 86 ++++++++++++++++++++++
pkg/trait/builder.go | 37 +++++++++-
pkg/trait/builder_test.go | 19 +++++
11 files changed, 236 insertions(+), 16 deletions(-)
copy examples/user-config/property-file-route.groovy =>
e2e/common/config/files/build-property-route.groovy (74%)
copy examples/user-config/{property-file-route.groovy =>
build-property-route.groovy} (74%)