You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "rgoers (via GitHub)" <gi...@apache.org> on 2023/03/16 21:11:50 UTC

[GitHub] [flume-spring-boot] rgoers opened a new issue, #1: Spring Boot is not initializing Spring Cloud Config

rgoers opened a new issue, #1:
URL: https://github.com/apache/flume-spring-boot/issues/1

   It seems that having a Spring ApplicationContextInitializer that preforms a registry scan prevents Spring Boot from initializing Spring Cloud. A better approach is to simply require the application to include a spring.factories file that contans
   
   ```
   org.springframework.boot.autoconfigure.EnableAutoConfiguration=my.config.ConfigClass
   ```
   where ConfigClass is declared with @Configuration and @ComponentScan to cause other components in the application to be registered.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flume.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flume-spring-boot] rgoers closed issue #1: Spring Boot is not initializing Spring Cloud Config

Posted by "rgoers (via GitHub)" <gi...@apache.org>.
rgoers closed issue #1: Spring Boot is not initializing Spring Cloud Config
URL: https://github.com/apache/flume-spring-boot/issues/1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flume.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flume-spring-boot] rgoers commented on issue #1: Spring Boot is not initializing Spring Cloud Config

Posted by "rgoers (via GitHub)" <gi...@apache.org>.
rgoers commented on issue #1:
URL: https://github.com/apache/flume-spring-boot/issues/1#issuecomment-1472749287

   This issue was fixed in the initial commit to the repo - https://github.com/apache/flume-spring-boot/commit/1bd82e4cc5f844d2a95327be85448314d7e96e6f


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flume.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org