This commit simplifies the build for spring-test by running JUnit 4 tests and JUnit Jupiter tests together in the standard Gradle `test` task. As an added bonus, the ignored tests in SpringJUnit4ConcurrencyTests and ClassLevelDisabledSpringRuleTests are now reported in the test results. See gh-23286