mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
cb0d992303
Due to the static nature of JUnit parameterized test inputs, an HttpServer instance is re-used for all tests per test class. This commit adds lifecycle handling to AbstractHttpServer with a lifecycle monitor to ensure test server fields are properly initialized and reset after each test .