[
https://issues.apache.org/jira/browse/CAMEL-15621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17206176#comment-17206176
]
Aurélien Pupier commented on CAMEL-15621:
-----------------------------------------
looking to provide a Pull Request
> 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
> Priority: Minor
>
> 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)