Closed
Description
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)
.