The GitHub Actions job "Nightly Build and Test" on 
pekko-connectors-kafka.git/main has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).

Head commit for run:
ab4020a2232fd57633d60c0a5cbe0953518b4c6b / He-Pin(kerr) <[email protected]>
refactor: migrate JUnit 4 tests to JUnit 6.1.0 (#580)

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/28309576914

With regards,
GitHub Actions via GitBox


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

Reply via email to