Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Advanced
Description
See CAMEL-19098
When invoking a method
myBean?method=foo(hello)
Then Camel will match by type (was implemented first), eg to see if the method has a parameter of type 'hello'.
This is intended for
myBean?method=foo(String, int)
To match a method that has String, int as types.
However users want to pass in that as parameter values instead (implemented later). So instead lets move the parameter type matching away
myBean?method=foo¶meterTypes=String,int
Attachments
Issue Links
- is related to
-
CAMEL-19098 Possible performance issue invoking a bean method with a string parameter
- Resolved
- relates to
-
CAMEL-19244 camel-bean - Add signature parameter to specify parameter types
- Resolved