camel-test - Should use lazy loading of type converters to speedup unit testing
-------------------------------------------------------------------------------
Key: CAMEL-3954
URL: https://issues.apache.org/jira/browse/CAMEL-3954
Project: Camel
Issue Type: Improvement
Components: camel-test, tests
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 2.8.0
This makes unit tests faster with Camel.
End users can override the {{isLazyLoadingTypeConverter}} method from
{{CamelTestSupport}} if they want to control the behavior.
If you return false, then its what it used to be before this change.
Notice that Camel will still by default always load all type converters on
startup.
By enabling lazy loading during testing it allows most unit tests to run
faster, in case they dont need any additional type converter from other camel
components.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira