Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.10.0, 2.11.0
-
None
-
Unknown
Description
We should optimize the logic and if a method name with no parameters has been defined, eg
.to("bean:myBean?method=foo()")
Or in ognl's such as
.when().simple("${body.foo()} != null").to("direct:foo")
Then we should optimize the logic to filter out methods with methods, as foo has been declare with no methods explicit by ().