Files
spring-boot/spring-boot-project/spring-boot-autoconfigure
Stéphane Nicoll a733428150 Prevent early initialization of binding in ValidationAutoConfiguration
This commit replaces the use of ConfigurationProperties in
ValidationAutoConfiguration by an explicit environment check, as it
was already the case for the spring.aop.proxy-target-class property.

Closes gh-45618
2025-05-20 16:14:13 +02:00
..