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
If you use a simple expression in a Camel route that has a simple token, then it's re-created per exchange during routing. The expression by itself can be cached and reused, which avoids using the simple parser over and over again.