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

oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ff50198  AMBARI-23743. Log Feeder: security config bean is duplicated 
(#1157)
ff50198 is described below

commit ff50198ec18e0be15f2fc2f595a864e2d7cb07a1
Author: Olivér Szabó <[email protected]>
AuthorDate: Wed May 2 18:32:25 2018 +0200

    AMBARI-23743. Log Feeder: security config bean is duplicated (#1157)
---
 .../org/apache/ambari/logfeeder/conf/LogFeederSecurityConfig.java     | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/ambari-logsearch/ambari-logsearch-logfeeder/src/main/java/org/apache/ambari/logfeeder/conf/LogFeederSecurityConfig.java
 
b/ambari-logsearch/ambari-logsearch-logfeeder/src/main/java/org/apache/ambari/logfeeder/conf/LogFeederSecurityConfig.java
index 63fdfaf..faa0359 100644
--- 
a/ambari-logsearch/ambari-logsearch-logfeeder/src/main/java/org/apache/ambari/logfeeder/conf/LogFeederSecurityConfig.java
+++ 
b/ambari-logsearch/ambari-logsearch-logfeeder/src/main/java/org/apache/ambari/logfeeder/conf/LogFeederSecurityConfig.java
@@ -26,15 +26,11 @@ import org.apache.commons.lang3.ArrayUtils;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Value;
-import org.springframework.context.annotation.Configuration;
-import org.springframework.context.annotation.Lazy;
 
 import javax.annotation.PostConstruct;
 import java.io.File;
 import java.nio.charset.Charset;
 
-@Configuration
-@Lazy
 public class LogFeederSecurityConfig {
 
   private static final Logger LOG = 
LoggerFactory.getLogger(LogFeederSecurityConfig.class);

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to