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
I get always this info message from the BeanPostProcessorChecker during startup:
BeanPostProcessorChecker : Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [org.springframework.retry.annotation.RetryConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
This is most probably due to the injections in RetryConfiguration. BeanPostProcessorChecker would suppress this warning if RetryConfiguration would be annotated with @Role(ROLE_INFRASTRUCTURE).