commit | 1cb5cad948243f408626bd729e1b925f47264b97 | [log] [tgz] |
---|---|---|
author | Alwin Joseph <44426046+alwin-joseph@users.noreply.github.com> | Thu Aug 05 16:18:36 2021 +0530 |
committer | Alwin Joseph <44426046+alwin-joseph@users.noreply.github.com> | Thu Aug 05 16:18:36 2021 +0530 |
tree | b456572b003fffd032b6ed34b100c7cd87229686 | |
parent | f8d02af31dd427af609bf6abce80d22bb01373af [diff] |
address some of the pending issues and review comments - Use system properties set in jersey-tck/pom.xml (hostname, portnumber, servlet adaptor) - replace the jersey jars in glassfish bundle used as container, so the server tests are run against the expected jersey jars. - Bring back Fault class extending Exception that will be thrown if test fails. The original source of Fault class is https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/lib/harness/EETest.java - Uncomment one more test in request/JAXRSClientIT (was commented by mistake)
Jakarta RESTful Web Services provides a specification document, TCK and foundational API to develop web services following the Representational State Transfer (REST) architectural pattern.
Contributions are welcome, please sign the Eclipse Contributor Agreement before submitting PRs: https://www.eclipse.org/contribute/cla
Project page: https://projects.eclipse.org/projects/ee4j.jaxrs
Mailinglist: https://accounts.eclipse.org/mailing-list/jaxrs-dev