Aurélien Pupier created CAMEL-15621:
---------------------------------------
Summary: Support partial route containing only the "from" for
RouteBuilderParser.parseRouteBuilderTree
Key: CAMEL-15621
URL: https://issues.apache.org/jira/browse/CAMEL-15621
Project: Camel
Issue Type: Improvement
Affects Versions: 3.5.0
Reporter: Aurélien Pupier
currently, if I have
{noformat}
public class PartialRoute extends RouteBuilder {
public void configure() {
from("file:src/data?noop=true");
}
}
{noformat}
the
org.apache.camel.parser.RouteBuilderParser.parseRouteBuilderTree(JavaClassSource,
String, String, boolean) method is returning an empty list
--
This message was sent by Atlassian Jira
(v8.3.4#803005)