mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
2207d65b82
For Spring Framework 6.0 we have decided to deprecate the obsolete methods in the ContextLoader API in the Spring TestContext Framework in favor of the methods in the SmartContextLoader API which has been available since Spring Framework 3.1. Closes gh-28905