Skip to content

Conversation

@NLstn
Copy link
Owner

@NLstn NLstn commented Nov 8, 2025

Summary

  • replace the legacy JUnit 4 dependency with the JUnit Jupiter BOM and enable the Maven Surefire plugin for the JUnit Platform
  • migrate all unit tests to the org.junit.jupiter.api API, updating lifecycle hooks and assertions
  • refresh temporary-directory handling in tests to rely on @tempdir and simplify cleanup logic

Testing

  • mvn test (fails: unable to download JUnit artifacts in the sandboxed environment)

Codex Task

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants