This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch release-1.4.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 3a464ab7c777279be550ff71b8146100e2621d94 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Wed Apr 28 14:42:54 2021 +0200 doc(trait): regen --- deploy/traits.yaml | 4 ++-- docs/modules/traits/pages/error-handler.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/traits.yaml b/deploy/traits.yaml index a252fa8..be47067 100755 --- a/deploy/traits.yaml +++ b/deploy/traits.yaml @@ -284,9 +284,9 @@ traits: type: bool description: Can be used to enable or disable a trait. All traits share this common property. - - name: error-handler-ref + - name: ref type: string - description: The error handler ref name found in application properties + description: The error handler ref name provided or found in application properties - name: gc platform: false profiles: diff --git a/docs/modules/traits/pages/error-handler.adoc b/docs/modules/traits/pages/error-handler.adoc index 978e76f..7ddfd17 100755 --- a/docs/modules/traits/pages/error-handler.adoc +++ b/docs/modules/traits/pages/error-handler.adoc @@ -27,9 +27,9 @@ The following configuration options are available: | bool | Can be used to enable or disable a trait. All traits share this common property. -| error-handler.error-handler-ref +| error-handler.ref | string -| The error handler ref name found in application properties +| The error handler ref name provided or found in application properties |===