Skip to content
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

RetryConfiguration is not eligible for getting processed by all BeanPostProcessors... #256

Closed
markusheiden opened this issue Jan 13, 2022 · 0 comments
Labels
Milestone

Comments

@markusheiden
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants