Let LazyLoadingTypeConverter load the converters from camel-core on startup ---------------------------------------------------------------------------
Key: CAMEL-3260 URL: https://issues.apache.org/activemq/browse/CAMEL-3260 Project: Apache Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.6.0, 3.0.0 Reporter: Claus Ibsen Priority: Minor Fix For: 2.5.0 When using lazy loading type converter and Spring XML you will trigger the type converters to be loaded on startup due XML configuration needs to convert from String -> other types etc. So we should let Camel always load the type converters from camel-core as they are essential. Then the package scanning converters can be loaded on demand later. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.