Created attachment 792140 [details] mvn dependency:tree # "mvn test" -> Tests run: 34, Failures: 0, Errors: 0, Skipped: 3 # 1) testSerializationOfJaxbLink(javax.ws.rs.core.JaxbLinkTest) # javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath. JAVA_TEST_EXCLUDES=( javax.ws.rs.core.JaxbLinkTest )
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929c023ed2a2feafa14524af39089b4a216ed32f commit 929c023ed2a2feafa14524af39089b4a216ed32f Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2023-03-20 14:57:47 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2023-03-21 06:14:01 +0000 dev-java/jaxrs-api: allow running tests without exclusions The previously missing test dependency is packaged, so we can now run all tests including "javax.ws.rs.core.JaxbLinkTest". Closes: https://bugs.gentoo.org/858776 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/30262 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> dev-java/jaxrs-api/jaxrs-api-2.1.6-r1.ebuild | 50 ++++++++++++++++++++++++++++ dev-java/jaxrs-api/jaxrs-api-2.1.6.ebuild | 2 +- dev-java/jaxrs-api/metadata.xml | 3 ++ 3 files changed, 54 insertions(+), 1 deletion(-)