mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
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