Skip to content

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

Closed
@markusheiden

Description

@markusheiden

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions