Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.20.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Description
We can optimise
org.apache.camel.component.bean.AbstractBeanProcessor#allowProcessor
Where we can pre-calculate the allow processor instead of doing this per method call, and store the result of the processor type conversion.