jakartaee / rest

Jakarta RESTful Web Services
Other
362 stars 117 forks source link

TCK Migration: Move pending jaxrs/ee/rs/core,client,ext tests from jakartaee-tck #1029

Closed alwin-joseph closed 2 years ago

alwin-joseph commented 3 years ago

This is to migrate the pending tests from jaxrs/ee/rs/core,client,ext folders in jakartaee-tck

To test the changes :

export JAVA_HOME= export M2_HOME= export PATH=$M2_HOME/bin:$JAVA_HOME/bin:$PATH

jaxrs-tck/ mvn clean install

jersey-tck/ run all tests : mvn clean verify -Parq-glassfish-managed

The tests migrated in this PR includes tests from below folders :

4 failures (tracked at https://github.com/eclipse-ee4j/jaxrs-api/issues/1020 ) : jaxrs-tck/src/main/java/jakarta/ws/rs/tck/ee/rs/client/syncinvoker/JAXRSClientIT.traceWithResponseClassThrowsNoWebApplicationExceptionTest jaxrs-tck/src/main/java/jakarta/ws/rs/tck/ee/rs/client/syncinvoker/JAXRSClientIT.traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest jaxrs-tck/src/main/java/jakarta/ws/rs/tck/ee/rs/core/securitycontext/basic/JAXRSBasicClientIT.jbasicAuthorizationAdminTest jaxrs-tck/src/main/java/jakarta/ws/rs/tck/ee/rs/core/securitycontext/basic/JAXRSBasicClientIT.basicAuthorizationStandardUserTest

alwin-joseph commented 2 years ago

@jansupol @mkarg @andymc12 @spericas Please review

spericas commented 2 years ago

Merging in the interest of moving forward with the rest of the migration.