Abacn commented on code in PR #35688: URL: https://github.com/apache/beam/pull/35688#discussion_r2267784282
########## CHANGES.md: ########## @@ -119,6 +122,9 @@ ## New Features / Improvements * Added support for Processing time Timer in the Spark Classic runner ([#33633](https://github.com/apache/beam/issues/33633)). +* Introduced a dedicated module for JUnit-based testing support: `sdks/java/testing/junit`, which provides `TestPipelineExtension` for JUnit 5 while maintaining backward compatibility with existing JUnit 4 `TestRule`-based tests (Java) ([#18733](https://github.com/apache/beam/issues/18733), [#35688](https://github.com/apache/beam/pull/35688)). + - Java core no longer carries JUnit 5 dependencies; production users of core will not receive test-only dependencies. Review Comment: The statement isn't accurate. Java core never carried JUnit 5 dependencies. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org