Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(SourceCode): Fix doCatch serialization #1026

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Apr 22, 2024

Context

Currently, there's no handling when adding a new doCatch element to a doTry processor, leading to create a wrong structure.

The fix is to handle this situation so a proper doCatch is created at the right position with the correct structure.

fix: #1025

Currently, there's no handling when adding a new `doCatch` element to a
`doTry` processor, leading to create a wrong structure.

The fix is to handle this situation so a proper `doCatch` is created at
the right position with the correct structure.

fix: KaotoIO#1025
@lordrip lordrip requested a review from igarashitm April 22, 2024 11:41
@lordrip lordrip merged commit 0f1cc40 into KaotoIO:main Apr 23, 2024
6 checks passed
@lordrip lordrip deleted the fix/wrong-do-catch branch April 23, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inserting a doCatch generates an invalid Camel structure
2 participants