This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
commit 7a8f30585e16503a73bd9d458481160ff07f29d3 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Wed Jan 11 11:06:28 2023 -0500 Fix #601 --- karavan-core/src/core/api/CamelDefinitionYaml.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/karavan-core/src/core/api/CamelDefinitionYaml.ts b/karavan-core/src/core/api/CamelDefinitionYaml.ts index 3cc6284..3d96f2b 100644 --- a/karavan-core/src/core/api/CamelDefinitionYaml.ts +++ b/karavan-core/src/core/api/CamelDefinitionYaml.ts @@ -127,6 +127,7 @@ export class CamelDefinitionYaml { || stepName === 'jtaTransactionErrorHandler' || stepName === 'noErrorHandler' || stepName === 'springTransactionErrorHandler' + || stepName === 'redeliveryPolicy' || key === 'from') { delete newValue.inArray; delete newValue.inSteps;