wborn opened a new pull request #135: URL: https://github.com/apache/aries-jax-rs-whiteboard/pull/135
org.apache.aries.jax.rs.whiteboard currently has a JUnit 4 dependency on compile scope. So this results in issues if you depend on it in a project only using JUnit 5. Due to this transitive dependency, openHAB contributors think they can use the @Ignore JUnit 4 annotation to disable test, but this annotation does not work when using JUnit 5. See: https://github.com/openhab/openhab-addons/pull/11232 While I was at it, I also converted the few tests in this project to JUnit 5. The org.apache.aries.component-dsl.component-dsl artifact has exactly the same issue, so I've excluded the junit dependency from it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
