Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.

If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especially interested in contributions from people from groups underrepresented in free and open source software!

If you have contributed before, consider leaving this one for someone new, and looking through our general ideal-for-contribution issues. Thanks!

Problem

Our Maven plugin checks if JUnit is configured properly, and to get the version of the platform if downloading the launcher is required. If that check fails we're throwing the following exception

Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:3.0.10-SNAPSHOT:process-test-aot (default-cli) on project demo-nt: Unable to find 'org.junit.platform:junit-platform-commons' dependnecy. Please ensure JUnit is correctly configured.

There is a typo in the error message, it should be "dependency", not "dependnecy".

Solution

The error message is in ProcessTestAotMojo around line 183.

Steps to Fix

  • [ ] Claim this issue with a comment below and ask any clarifying questions you need
  • [ ] Set up a repository locally following the Contributing Guidelines
  • [ ] Try to fix the issue following the steps above
  • [ ] Commit your changes and start a pull request.

Comment From: normandra

Hello, I would like to claim this issue please

Comment From: snicoll

Greetings @normandra, the issue is yours. Let us know if you need help.

Comment From: snicoll

closing in favor of PR #36964