You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During construction of an application context, some beans are not eligible for being processed by all BeanPostProcessor, for various legitimate reasons. The log statement emitted when that happens for inner beans is "Bean '(inner bean)' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)"
The problem is that since these beans are not named, one has no way to know where to find them. It would be useful to append the bean source location to said log statement.