Claus Ibsen created CAMEL-13675:
-----------------------------------
Summary: camel-main - Optimise main configurer
Key: CAMEL-13675
URL: https://issues.apache.org/jira/browse/CAMEL-13675
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 3.0.0, 3.0.0.M4
This method takes approx 60 millis on my laptop
org.apache.camel.main.DefaultConfigurationConfigurer#afterPropertiesSet
I suspects its all those lambda's that are loaded on classpath and only in use
if there is a bean to lookup. The logic can be improved to use old fashioned
code with some if != null
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)