Claus Ibsen created CAMEL-10627:
-----------------------------------
Summary: Live reload for Java DSL routes
Key: CAMEL-10627
URL: https://issues.apache.org/jira/browse/CAMEL-10627
Project: Camel
Issue Type: New Feature
Components: tooling
Reporter: Claus Ibsen
Fix For: Future
Tweeted about live reload for XML
https://twitter.com/davsclaus/status/811226802874175488
And wonder if we can do it for Java DSL (limited possibilities).
But we still need to build that tool that parses your Java code and build the
route model in memory (we do fetch endpoints and expressions today). And with
that in mind, we could build the model, and output as XML for live java update.
There are some corner cases and if you use Java lamdas etc its not possible.
Then again people can use JRebel or other tooling for hot reload of Java .class
files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)