Skip to content

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Sep 25, 2025

What changes were proposed in this pull request?

This PR aims to fix spark-operator module to use JUnit 5 correctly instead of the transitive JUnit 4 dependency.

Why are the changes needed?

Apache Spark K8s Operator should use JUnit 5 consistently.

BEFORE

$ gradle :spark-operator:dependencies | grep ' junit:junit' | wc -l
       3

AFTER

$ gradle :spark-operator:dependencies | grep ' junit:junit' | wc -l
       0

Does this PR introduce any user-facing change?

No, this is a test code and dependency change.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun
Copy link
Member Author

Thank you, @peter-toth .

@dongjoon-hyun
Copy link
Member Author

Merged to main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants