This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 3537540 Force init of Camel version 3537540 is described below commit 35375403ab20f4aceb88ab26e54ca694803236d0 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Apr 2 17:46:25 2019 +0200 Force init of Camel version --- .../src/main/java/org/apache/camel/impl/AbstractCamelContext.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/camel-core/src/main/java/org/apache/camel/impl/AbstractCamelContext.java b/core/camel-core/src/main/java/org/apache/camel/impl/AbstractCamelContext.java index 30b9e46..8cc4210 100644 --- a/core/camel-core/src/main/java/org/apache/camel/impl/AbstractCamelContext.java +++ b/core/camel-core/src/main/java/org/apache/camel/impl/AbstractCamelContext.java @@ -3232,6 +3232,7 @@ public abstract class AbstractCamelContext extends ServiceSupport implements Mod */ protected void forceLazyInitialization() { if (initialization != Initialization.Lazy) { + getVersion(); getTypeConverter(); getTypeConverterRegistry(); getInjector();