mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Spring Cloud Bindings still rely on the EnvironmentPostProcessor interface that was deprecated in Spring Boot 4.0. This commit disables this feature and adapts to new deprecation warnings. See gh-50955