mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit moves the condition used by `@DisabledInAotMode` to a concrete implementation rather than using `@DisabledIf` as it causes build initialization in a native image. Closes gh-31705