This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch camel-2.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.21.x by this push:
     new 8c14037  Fixed the camel-2.21.x build
8c14037 is described below

commit 8c14037e0dbafd369de694415540b6c3d2b248e7
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Tue Jun 12 21:58:44 2018 +0200

    Fixed the camel-2.21.x build
---
 .../apache/camel/test/spring/CamelSpringBootExecutionListener.java   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java
 
b/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java
index 60f8f8d..ce0eb5c 100644
--- 
a/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java
+++ 
b/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java
@@ -16,7 +16,6 @@
  */
 package org.apache.camel.test.spring;
 
-import org.apache.camel.CamelContext;
 import org.apache.camel.spring.SpringCamelContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -26,10 +25,10 @@ import 
org.springframework.test.context.support.AbstractTestExecutionListener;
 
 public class CamelSpringBootExecutionListener extends 
AbstractTestExecutionListener {
 
-    private static final Logger LOG = 
LoggerFactory.getLogger(CamelSpringBootExecutionListener.class);
-
     protected static ThreadLocal<ConfigurableApplicationContext> 
threadApplicationContext = new ThreadLocal<>();
 
+    private static final Logger LOG = 
LoggerFactory.getLogger(CamelSpringBootExecutionListener.class);
+
     @Override
     public void prepareTestInstance(TestContext testContext) throws Exception {
         LOG.info("@RunWith(CamelSpringBootRunner.class) preparing: {}", 
testContext.getTestClass());

-- 
To stop receiving notification emails like this one, please contact
aldettin...@apache.org.

Reply via email to