[
https://issues.apache.org/jira/browse/CAMEL-15621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aurélien Pupier updated CAMEL-15621:
------------------------------------
Description:
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.
i'm expecting that i tis returning a list of one element with the "from"
was:
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
> 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.
> i'm expecting that i tis returning a list of one element with the "from"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)