[ 
https://issues.apache.org/jira/browse/CAMEL-13313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16794288#comment-16794288
 ] 

Claus Ibsen edited comment on CAMEL-13313 at 3/16/19 3:26 PM:
--------------------------------------------------------------

- Make it possible to switch to FastTypeConverterRegistry on CamelContext *DONE*
- Update documentation in user-manual
- Add backwards compatible mode to have it scan for old converters and report 
WARN loggings
- Add option to turn on backwards mode
- Use as default type converter out of the box in the near future
- Potentially a maven plugin to generate a java source that loads the type 
converters discovered in the maven dependency tree so the TypeConverterLoader 
resource files are not loaded from META-INF during doInit.


was (Author: davsclaus):
- Make it possible to switch to FastTypeConverterRegistry on CamelContext *DONE*
- Update documentation in user-manual
- Add backwards compatible mode to have it scan for old converters and report 
WARN loggings
- Add option to turn on backwards mode
- Use as default type converter out of the box in the near future


> 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)

Reply via email to