Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Some expressions have init logic to setup resources and whatnot. But some places we call init on evaluate/matches. Instead we should ensure init is first-class so we dont need to have this runtime check overhead.
Just follow this where its used in the code
org.apache.camel.Expression#init
Attachments
Issue Links
- relates to
-
CAMEL-15630 camel-bean - Optimize to lookup custom ParameterMappingStrategy once
- Resolved