Claus Ibsen created CAMEL-11379:
-----------------------------------
Summary: Optimise - core type converters to be invoked faster
Key: CAMEL-11379
URL: https://issues.apache.org/jira/browse/CAMEL-11379
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Fix For: 2.20.0
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)