mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
c92a0bd493
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