mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
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 .