in-toto / in-toto/in-toto-java
Update Maven setup
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 11
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Found the following banner while working on #100
[INFO] --- surefire:2.22.2:test (default-test) @ in-toto ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
+-------------------------------------------------------------------------------+
| WARNING: |
| The junit-platform-surefire-provider has been deprecated and is scheduled to |
| be removed in JUnit Platform 1.4. Please use the built-in support in Maven |
| Surefire >= 2.22.0 instead. |
| » https://junit.org/junit5/docs/current/user-guide/#running-tests-build-maven |
+-------------------------------------------------------------------------------+
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with pom.xml lines 130-145, where the deprecated JUnit Platform Surefire provider is configured. Run the Maven tests to reproduce the banner, update the Maven setup to use Surefire's built-in support, and confirm the deprecation warning no longer appears.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, testing
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100