-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Bean 'x' of type [y] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) #32055
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
Comments
This comes from the combination of a custom In general, such questions are better off at StackOverflow. This issue tracker is only meant for concrete bug reports and enhancement requests. |
Already raised as spring-projects/spring-boot#39224 |
ok, thanks a lot, I found such questions have been already asked by other developers, that's why decided to rise it here to get complete answer. For example: Neither of them pointed out to ask in StackOveflow...anyway, again, thank you. |
Thank you, much appreciated. |
Hi,
I generated a simple Spring Boot 3.2.1 project using aop and web-services starters. Implemented some bean post processor (BPP) and custom advisor(AOP). When I run the project, I faced warnings mentioned below:
As far as I understand, there are no any explicit dependency between bean post processor and advisor that defined in the demo application.
Are there any suggestions about how best to tackle the problem and get off of the warnings?
The MRE you can find below:
https://github.com/vaghav/spring-boot-warning-mre
Thanks a lot!
The text was updated successfully, but these errors were encountered: