The GitHub Actions job "CI" on 
pekko-connectors-kafka.git/feature/junit6-migration has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
6af9b49a8c7619e9e37d0443df1fef7be69fe1e3 / 虎鸣 <[email protected]>
refactor: migrate JUnit 4 tests to JUnit 6.1.0

Motivation:
JUnit 4 is end-of-life. JUnit 6 unifies version numbering across
Platform, Jupiter, and Vintage components.

Modification:
- Add global JupiterKeys overrides for JUnit Jupiter and Platform 6.1.0
- Migrate Java test files from JUnit 4 to Jupiter
- Replace ExpectedException rules with assertThrows
- Replace @Rule LogCapturingJunit4 with @ExtendWith(LogCapturingExtension.class)
- Deprecate KafkaJunit4Test and TestcontainersKafkaJunit4Test
  (use KafkaTest/TestcontainersKafkaTest instead)
- Keep JUnit 4 dependency for deprecated testkit classes (binary compatibility)

Result:
All tests run on JUnit 6.1.0. Deprecated JUnit 4 testkit base classes
remain available for backward compatibility.

Tests:
Not run - compilation verification needed with sbt in CI environment

References:
None - JUnit 6 migration

Report URL: 
https://github.com/apache/pekko-connectors-kafka/actions/runs/28249853766

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to