✨ feat: support Junit 6 - #194
Merged
Merged
Conversation
gaeljw
force-pushed
the
feature/support-junit-6
branch
2 times, most recently
from
October 6, 2025 16:16
c06271e to
f15b655
Compare
This was referenced Oct 6, 2025
Contributor
Author
|
Oops, there's some additional changes to do. I'll fix that tomorrow. |
gaeljw
force-pushed
the
feature/support-junit-6
branch
from
October 7, 2025 11:30
dd2e43f to
0cdbe6b
Compare
Contributor
Author
|
Ready for review :) |
Contributor
Author
|
For the record, I've also tested this development on a project of mine at work and it does work. |
Member
|
Thanks for the contribution. Let me release whatever we have on the main branch first, and I'll try to land this soon right afterwards. |
Closed
eed3si9n
approved these changes
Oct 8, 2025
dongjoon-hyun
added a commit
to apache/spark
that referenced
this pull request
Oct 10, 2025
### What changes were proposed in this pull request? This PR aims to upgrade `sbt-jupiter-interfac` to `0.17.0`. ### Why are the changes needed? To bring the latest improvements including JUnit 6 support. - https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.17.0 (2025-10-09) - sbt/sbt-jupiter-interface#194 - https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.16.0 (2025-10-08) - sbt/sbt-jupiter-interface#186 ### Does this PR introduce _any_ user-facing change? No behavior change because this is a test dependency. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52562 from dongjoon-hyun/SPARK-53860. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
huangxiaopingRD
pushed a commit
to huangxiaopingRD/spark
that referenced
this pull request
Nov 25, 2025
### What changes were proposed in this pull request? This PR aims to upgrade `sbt-jupiter-interfac` to `0.17.0`. ### Why are the changes needed? To bring the latest improvements including JUnit 6 support. - https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.17.0 (2025-10-09) - sbt/sbt-jupiter-interface#194 - https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.16.0 (2025-10-08) - sbt/sbt-jupiter-interface#186 ### Does this PR introduce _any_ user-facing change? No behavior change because this is a test dependency. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52562 from dongjoon-hyun/SPARK-53860. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes:
Note that in JUnit 6, all versions of all artifacts are aligned (see https://github.com/junit-team/junit-framework/wiki/Upgrading-to-JUnit-6.0). We no longer need specific versions for JUnit platform vs. Jupiter for instance.
Closes #188 and #189