Has anybody tried JUnit 5.12.0 (junit platform 1.12.0) with maven-bnd-testing plugin?
While I get no obvious errors with this combination, no tests are running and no test reports are generated. When downgrading to 5.11.4 (junit platform 1.11.4), everything seems normal.
Has anybody experienced that as well?
What I noted was that the resolving step running before the tests noted that 2 bundles could not be resolved, but it didn’t mention which bundles nor did it make the goal fail.