You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue serves as a stepping stone for the work outlined in #14588.
Deliverables
Introduce package-info.java in the org.springframework.test.context.web package.
ServletTestExecutionListener should extend AbstractTestExecutionListener instead of implementing TestExecutionListener directly.
Relocate AbstractGenericWebContextLoader, AnnotationConfigWebContextLoader, and XmlWebContextLoader to the org.springframework.test.context.web package.