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

   ## Summary
   - Remove deprecated JUnit 4 testkit classes (`JUnitRouteTest`, 
`JUnitRouteTestBase`, `ActorSystemResource`)
   - Remove `junit:junit:4.13.2` and `scalatestplus:junit-4-13` dependencies
   - Upgrade JUnit Jupiter and Platform to 6.1.0
   - Update documentation references to use `JUnitJupiterRouteTest`
   
   ## Modification
   - Deleted `JUnitRouteTest.scala` (deprecated since 2.0.0, users should use 
`JUnitJupiterRouteTest`)
   - Removed `junit4Version`, `Test.junit4`, and `Test.scalatestplusJUnit` from 
`Dependencies.scala`
   - Removed `scalatestplusJUnit` from `httpCore`, `httpJackson`, 
`httpJackson3`, and `httpTestkit` modules
   - Added `JupiterKeys.junitJupiterVersion := "6.1.0"` and 
`JupiterKeys.junitPlatformVersion := "6.1.0"` as `ThisBuild` overrides
   - Updated Scaladoc and Paradox documentation to reference 
`JUnitJupiterRouteTest`
   
   ## Test plan
   - [ ] CI passes with JUnit 6.1.0
   - [ ] All existing Jupiter tests continue to run correctly
   - [ ] MiMa check passes (may need exclusion for removed deprecated classes)


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