You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
We have completed migrating all unit test code from JUnit 4 to JUnit 5 for all Java modules. Now, we are removing the compatibility library `junit-vintage-engine` to maintain JUnit 5 only.
### What changes are included in this PR?
- Removing JUnit 4 dependencies
- Updating remaining `junit.framework.TestCase` imports
- Updating excludes to prevent JUnit 4 dependencies
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: apache#42193
Authored-by: Hyunseok Seo <[email protected]>
Signed-off-by: David Li <[email protected]>
0 commit comments