He-Pin opened a new pull request, #1728: URL: https://github.com/apache/pekko-connectors/pull/1728
## Motivation JUnit 4 is end-of-life. JUnit 6 unifies version numbering across Platform, Jupiter, and Vintage components. ## Modification - Add JupiterKeys overrides for JUnit Jupiter and Platform 6.1.0 - Migrate ~98 test files from JUnit 4 annotations to Jupiter equivalents - Create `LogCapturingExtension` for JUnit Jupiter - Deprecate `LogCapturingJunit4` (use `LogCapturingExtension` for JUnit Jupiter instead) - Keep JUnit 4 dependency for deprecated testkit class (binary compatibility) ## Result All tests run on JUnit 6.1.0. Deprecated JUnit 4 testkit class remains for backward compatibility. -- 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]
