mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
62f1814d7c
Since setProperty(String, Object) and withProperty(String, Object) methods were introduced in MockEnvironment in 6.2.8, this commit removes the obsolete variants with (String, String) signatures. See gh-34947 Closes gh-34948