He-Pin opened a new pull request, #984: URL: https://github.com/apache/pekko-http/pull/984
- Migrate 94 Java test files across all modules (docs, http-core, http-tests, http-marshallers-java, http2-tests, http-testkit) - Add JUnit 5 dependencies (5.9.3) and sbt-jupiter-interface plugin (0.11.0) - Create JUnit5RouteTest and ActorSystemExtension for JUnit 5 lifecycle - Convert @Test(expected=...) to assertThrows() - Reorder 3-arg assertion messages (JUnit 4 → JUnit 5 convention) - Convert @Ignore to @Disabled, @Before/@After to @BeforeEach/@AfterEach - Delete AllJavaTests.java (JUnit 4 Suite runner, replaced by auto-discovery) - Fix pre-existing printStackTrace() in Http2ClientApp.java - Preserve JUnitRouteTest and ActorSystemResource for library users (JUnit 4 API) - Run scalafmtAll and javafmtAll for formatting compliance All tests pass: http-testkit(23), http-core(1159), http-tests(1483), marshallers(6), http2(337), docs(509/510 - 1 pre-existing port conflict) Cross-reviewed by GPT-5.4, Gemini 3 Pro, and Claude Opus 4.6 - all approved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
