Skip to content

Custom AsyncConfigurer no longer taken into account when upgrading to Spring Boot 3.5 #45689

Closed as not planned
@rayliang123

Description

@rayliang123

Image

Springboot3.5.0, it added this code, but I customized an AsyncConfigurer implementation, @ConditionalOnMissingBean will be invalid, and AsyncConfigurerConfiguration.AsyncConfigurer will be added to the spring container anyway, so that the container has two AsyncConfigurer implementation classes, one is self-customized, and the other is provided by pringboot, which will report an error when starting.

Image

Excuse me, how to solve it? I don’t want the AsyncConfigurer implementation that comes with the framework.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions