-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BeanCreationException in combination with SpringBootAdminClient #372
Comments
It's a WARNING, not an error. If it's not causing any problems it can be ignored. This isn't specific to feign, anything that has multiple contexts (custom, feign, ribbon, spring cloud loadbalancer) will have this issue. I don't see anything we can do about it. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Ok. Where else can I report this issue then? |
Since, this is a just a warning and is not something we will be working on, I'm closing the issue. |
Reopened by mistake. |
I think it's bad practice for libraries to log warnings in normal operation.
How would I know its not causing problems? If it's not causing problems, why is it logged? Spurious warnings like this mask actual warnings which represent genuine problems. |
I originally opened a bug here: codecentric/spring-boot-admin#1468, but was told that this is an issue in OpenFeign.
I am using the following versions:
When I use spring-boot-admin-client + openfeign, I am seeting the following exception on application shutdown:
I have created a small project (generated with Spring Initalzr) to reproduce the error:
https://github.com/fvclaus/spring-boot-admin-shutdown-issue
After starting the project with
SPRING_BOOT_ADMIN_CLIENT_URL="http://<url>" mvn spring-boot:run
, the error occurs when the application is shut-down.There is a quick fix from @ludongseu, which I do not want to introduce in our codebase.
There is a simliar issue with Feign and Eureka. Also the maintainer of spring-boot-admin-client did some analysis here
The text was updated successfully, but these errors were encountered: