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
Instead of adding the core type converters in a bit of dynamic way, we can hardcode how they are registered and invoked which will by pass some of the overhead that dynamic discovered type converters have.
The benefit is that these core type converters are used a lot more and therefore we can gain some memory footprint and performance by doing so.