Custom AsyncConfigurer no longer taken into account when upgrading to Spring Boot 3.5 #45689
Labels
status: feedback-reminder
We've sent a reminder that we need additional information before we can continue
status: waiting-for-feedback
We need additional information before we can continue
status: waiting-for-triage
An issue we've not yet triaged
Uh oh!
There was an error while loading. Please reload this page.
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.
Excuse me, how to solve it? I don’t want the AsyncConfigurer implementation that comes with the framework.
The text was updated successfully, but these errors were encountered: