[
https://issues.apache.org/jira/browse/CAMEL-13313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16794202#comment-16794202
]
Claus Ibsen commented on CAMEL-13313:
-------------------------------------
You can now switch to use a faster type converter registry as this test shows
https://github.com/apache/camel/blob/tc-loader/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanProxyNoBindingWithTypeConverterLoaderRegistryTest.java
> camel-core - Add alternative way of loading type converters without classpath
> scanning
> --------------------------------------------------------------------------------------
>
> Key: CAMEL-13313
> URL: https://issues.apache.org/jira/browse/CAMEL-13313
> Project: Camel
> Issue Type: New Feature
> Components: camel-core
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.0.0, 3.0.0-M2
>
>
> We should make it possible to load and install all type converters without
> having to do
> - classpath scanning
> - loading TypeConverter file from META-INF
> For example we do some apt compiler source code generation for the core type
> converter.
> It would be good to have something similar or other means of loading and
> installing type converters that can be done fast and quick, which is needed
> for Camel K and graal like runtimes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)