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

Camel 4.4 - Add button to update route from XML #3152

Open
davsclaus opened this issue Dec 21, 2023 · 4 comments
Open

Camel 4.4 - Add button to update route from XML #3152

davsclaus opened this issue Dec 21, 2023 · 4 comments
Assignees
Milestone

Comments

@davsclaus
Copy link
Member

https://issues.apache.org/jira/browse/CAMEL-20274

We could do this in the past, but was removed due to enabled always. Now we have added it back, but with an option that end user must enable to have it supported.

You can check the JMX attribute if its enabled or not: isUpdateRouteEnabled
And if enabled then invoke updateRouteFromXml(xml) with the source from the text field.

@tadayosi
Copy link
Member

Nice! @lhein so updating Camel routes can be restored.

@lhein
Copy link

lhein commented Dec 22, 2023

Nice. We just need to ensure that this operation cannot be invoked by anybody as it is quite risky to change running integrations. WDYT?

@davsclaus
Copy link
Member Author

Yes its disabled by default, but there is an option to enable it (such as for development) and jbang is enabled OOTB

@tadayosi tadayosi added this to the 2024Q2 milestone Feb 5, 2024
@tadayosi
Copy link
Member

@mmelko Could you work on it next?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

4 participants