Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 858776 - dev-java/jaxrs-api: has JAVA_TEST_EXCLUDES for not packaged jaxb-runtime:jar:2.3.2
Summary: dev-java/jaxrs-api: has JAVA_TEST_EXCLUDES for not packaged jaxb-runtime:jar:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: Java-test-deps-missing
  Show dependency tree
 
Reported: 2022-07-18 09:13 UTC by Volkmar W. Pogatzki
Modified: 2023-03-21 06:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mvn dependency:tree (deptree,1.35 KB, text/plain)
2022-07-18 09:13 UTC, Volkmar W. Pogatzki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volkmar W. Pogatzki 2022-07-18 09:13:38 UTC
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
)
Comment 1 Larry the Git Cow gentoo-dev 2023-03-21 06:34:57 UTC
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(-)