Release Notes / Version 13.2512.1
Table Of Contents
Spring's junit 4 integration is deprecated. This affects all classes
in the org.springframework.test.context.junit4
package, in particular SpringJUnit4ClassRunner and
SpringRunner. Hence, all tests using these classes
have been converted to junit 5 tests, most of them using
org.springframework.test.context.junit.jupiter.SpringJUnitConfig.
This ticket is labelled as breaking because blueprint test code is
affected.
(CMS-29052)


