-
Notifications
You must be signed in to change notification settings - Fork 41.5k
@WebMvcTest does not include applicationTaskExecutor #14400
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
Conversation
@levippaul Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@levippaul Thank you for signing the Contributor License Agreement! |
* gh-14400: Include TaskExecutionAutoConfiguration in @WebMvcTest
@levippaul Thank you very much for making your first contribution to Spring Boot. Your proposed changes have now been merged into master. |
oh wow, this is awesome! Thank you for the opportunity. I look forward to doing more. |
Added TaskExecutionAutoConfiguration to the list of auto-configurations for AutoConfigureWebMvc so that an applicationTaskExecutor is auto-configured when @WebMvcTest is used.