-
Notifications
You must be signed in to change notification settings - Fork 838
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
Spring Framework BeanPostProcessorChecker: warning logs about BeanPostProcessors #1130
Comments
Not specific to this repo: I am seeing this warning for other autoconfiguration classes. E.g |
I also encountered same issue. How can we get rid off these warn logs? @space88man did you got any solution |
I was using the following
I had to downgrade them
Also had the following strictly on specific versions
|
The context
Spring Framework's BeanPostProcessorChecker has started to complain loudly
(logs at WARN level) about the BeanPostProcessors in this repo.
Creating a Spring Boot application that hosts a gRPC server and
uses multiple gRPC client stubs to access services. Spring Boot version: 3.3.2
Both client and server auto-configurations classes trigger the checker.
The bug
Warnings:
Stacktrace and logs
N/A - application does start up
Steps to Reproduce
The application's environment
Which versions do you use?
Additional context
grpcClientBeanPostProcessor
is declared: FlywayAutoConfiguration is triggering framework's BeanPostProcessorChecker: not eligible for getting processed by all BeanPostProcessors spring-projects/spring-boot#41656 (comment)The text was updated successfully, but these errors were encountered: