He-Pin opened a new pull request, #547:
URL: https://github.com/apache/pekko-projection/pull/547

   ## Summary
   - Migrate all 7 Java test files from JUnit 4 to JUnit Jupiter 6.1.0
   - Remove `junit:junit:4.13.2` and `scalatestplus:junit-4-13` dependencies
   - Add `sbt-jupiter-interface` plugin and Jupiter dependencies
   - Replace `TestKitJunitResource` (JUnit 4 `@ClassRule`) with `ActorTestKit` 
+ `@BeforeAll`/`@AfterAll`
   - Replace `LogCapturing` (JUnit 4 `@Rule`) with `LogCapturingExtension` 
(Jupiter)
   
   ## Modification
   - Added `sbt-jupiter-interface` 0.19.0 plugin
   - Added Jupiter dependencies with version 6.1.0 overrides
   - Removed all JUnit 4 dependencies from `Dependencies.scala`
   - Migrated 7 Java test files:
     - `org.junit.Test` → `org.junit.jupiter.api.Test`
     - `org.junit.Assert.*` → `org.junit.jupiter.api.Assertions.*`
     - `@ClassRule TestKitJunitResource` → `ActorTestKit` with lifecycle methods
     - `@Rule LogCapturing` → `@ExtendWith(LogCapturingExtension.class)`
     - Removed `extends JUnitSuite` from all classes
     - Updated assertion message parameter order (message moved to last)
   
   ## Test plan
   - [ ] CI passes with JUnit 6.1.0
   - [ ] All Java tests run correctly under Jupiter


-- 
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]

Reply via email to