mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
The enum itself is not specifically tied to auto-configuration so spring-boot is a better place for it. The related condition, `@ConditionalOnThreading`, remains in spring-boot-autoconfigure. This aligns things with the similar `CloudPlatform` and `@ConditionalOnCloudPlatform`. Closes gh-46406