From 15b5f22d37d5eda50639e932f28c5ba5d3e463f3 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Tue, 14 Oct 2025 15:26:12 -0700 Subject: [PATCH 1/5] Bump the version to 5.0.0-SNAPSHOT. Signed-off-by: James R. Perkins --- examples/pom.xml | 2 +- jaxrs-api/pom.xml | 2 +- jaxrs-spec/pom.xml | 2 +- jaxrs-tck/docs/userguide/pom.xml | 2 +- jaxrs-tck/pom.xml | 4 ++-- jersey-tck/pom.xml | 6 +++--- pom.xml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 1939e03ed..0602a18b6 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -22,7 +22,7 @@ jakarta.ws.rs all - 4.0.0-SNAPSHOT + 5.0.0-SNAPSHOT diff --git a/jaxrs-api/pom.xml b/jaxrs-api/pom.xml index 5228f6764..765f14b21 100644 --- a/jaxrs-api/pom.xml +++ b/jaxrs-api/pom.xml @@ -28,7 +28,7 @@ jakarta.ws.rs all - 4.0.0-SNAPSHOT + 5.0.0-SNAPSHOT diff --git a/jaxrs-spec/pom.xml b/jaxrs-spec/pom.xml index f90ed3f39..1d159678e 100644 --- a/jaxrs-spec/pom.xml +++ b/jaxrs-spec/pom.xml @@ -27,7 +27,7 @@ jakarta.ws.rs all - 4.0.0-SNAPSHOT + 5.0.0-SNAPSHOT diff --git a/jaxrs-tck/docs/userguide/pom.xml b/jaxrs-tck/docs/userguide/pom.xml index 1934e5b5a..d5efd8125 100644 --- a/jaxrs-tck/docs/userguide/pom.xml +++ b/jaxrs-tck/docs/userguide/pom.xml @@ -27,7 +27,7 @@ org.glassfish tck_jaxrs pom - 4.0.0-SNAPSHOT + 5.0.0-SNAPSHOT Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta RESTful Web Services for Jakarta EE, Release 4.0 diff --git a/jaxrs-tck/pom.xml b/jaxrs-tck/pom.xml index 9a23549b3..5f69a88ef 100644 --- a/jaxrs-tck/pom.xml +++ b/jaxrs-tck/pom.xml @@ -26,12 +26,12 @@ Jakarta RESTful WS TCK Technology Compatibility Kit for Jakarta RESTful Web Services https://github.com/jakartaee/rest - 4.0.0-SNAPSHOT + 5.0.0-SNAPSHOT jakarta.ws.rs all - 4.0.0-SNAPSHOT + 5.0.0-SNAPSHOT diff --git a/jersey-tck/pom.xml b/jersey-tck/pom.xml index ef76456cb..4f83ea794 100644 --- a/jersey-tck/pom.xml +++ b/jersey-tck/pom.xml @@ -22,13 +22,13 @@ org.glassfish.jersey.core jersey-tck - 4.0.0-SNAPSHOT + 5.0.0-SNAPSHOT jar jakarta.ws.rs all - 4.0.0-SNAPSHOT + 5.0.0-SNAPSHOT Jakarta RESTful WS Compliance @@ -42,7 +42,7 @@ ${project.build.directory}/glassfish6 10.0.0-RC1 5.7.2 - 4.0.0-SNAPSHOT + 5.0.0-SNAPSHOT jakarta-restful-ws-tck diff --git a/pom.xml b/pom.xml index d37de6c58..bffcdffd0 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ jakarta.ws.rs all - 4.0.0-SNAPSHOT + 5.0.0-SNAPSHOT pom Jakarta RESTful WS Project From 29d167401ed1676ab3e1f313bfc63fe07faaee47 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Tue, 14 Oct 2025 15:34:17 -0700 Subject: [PATCH 2/5] Migrate to the new parent POM for the new Maven Central release configuration. Minor updates to the POM for the email addresses and remove the old SNAPSHOT repo. Signed-off-by: James R. Perkins --- pom.xml | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index bffcdffd0..aa7e65c1a 100644 --- a/pom.xml +++ b/pom.xml @@ -15,26 +15,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - jakarta.ws.rs - all - 5.0.0-SNAPSHOT - pom - Jakarta RESTful WS Project - org.eclipse.ee4j project - 1.0.9 + 2.0.0-M1 - - - repo.eclipse.org - JAX-RS API Repository - Snapshots - https://repo.eclipse.org/content/repositories/jax-rs-api-snapshots/ - - https://github.com/jakartaee/rest + jakarta.ws.rs + all + 5.0.0-SNAPSHOT + pom + Jakarta RESTful WS Project + + https://github.com/jakartaee/rest Eclipse Foundation @@ -44,8 +38,8 @@ developers - JAX-RS API Developers - jaxrs-dev@eclipse.org + Jakarta REST API Developers + rest-dev@eclipse.org https://github.com/jakartaee/rest/graphs/contributors @@ -57,8 +51,8 @@ - JAX-RS Developer Discussions - jaxrs-dev@eclipse.org + Jakarta REST Developer Discussions + rest-dev@eclipse.org From 1ce163325ee6b80fe3a4603480b1a6536e6fbbb6 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Tue, 14 Oct 2025 15:46:00 -0700 Subject: [PATCH 3/5] Require a minimum of Java 21 for compiling and compile to Java 21. Signed-off-by: James R. Perkins --- .github/workflows/maven-package.yml | 2 +- jersey-tck/pom.xml | 3 +-- pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven-package.yml b/.github/workflows/maven-package.yml index c283960a6..f1954c1b8 100644 --- a/.github/workflows/maven-package.yml +++ b/.github/workflows/maven-package.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: ['17', '21' ] + java: ['21', '25'] steps: - uses: actions/checkout@v4 diff --git a/jersey-tck/pom.xml b/jersey-tck/pom.xml index 4f83ea794..dfd8c21e6 100644 --- a/jersey-tck/pom.xml +++ b/jersey-tck/pom.xml @@ -35,8 +35,7 @@ This test verifies the compliance of Eclipse Jersey with Jakarta REST - 11 - 11 + 21 3.1.0-M3 6.2.5 ${project.build.directory}/glassfish6 diff --git a/pom.xml b/pom.xml index aa7e65c1a..c3beed2b2 100644 --- a/pom.xml +++ b/pom.xml @@ -75,8 +75,8 @@ HEAD - 17 - 17 + 21 + 21 Jakarta RESTful Web Services ${spec.version} API Specification ${spec.version.revision} ${project.basedir} @@ -237,7 +237,7 @@ ${spec.version} <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@))) <_nodefaultversion>false - osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" + osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=21))" From 3a7f742672c2f7ee8ac53f77e82aa2fc9a2f02f7 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Tue, 14 Oct 2025 15:52:05 -0700 Subject: [PATCH 4/5] Component upgrades. Signed-off-by: James R. Perkins --- examples/pom.xml | 2 +- jaxrs-spec/pom.xml | 2 +- jaxrs-tck/pom.xml | 10 ++++----- jersey-tck/pom.xml | 55 +++++++++++++++++++--------------------------- pom.xml | 38 ++++++++++++++++---------------- 5 files changed, 49 insertions(+), 58 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 0602a18b6..cfc1a9b80 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -26,7 +26,7 @@ - 3.0.3 + 3.1 diff --git a/jaxrs-spec/pom.xml b/jaxrs-spec/pom.xml index 1d159678e..3a80f70ac 100644 --- a/jaxrs-spec/pom.xml +++ b/jaxrs-spec/pom.xml @@ -33,7 +33,7 @@ ${project.build.directory}/staging true - 9.4.6.0 + 10.0.2.0 MMMM dd, yyyy diff --git a/jaxrs-tck/pom.xml b/jaxrs-tck/pom.xml index 5f69a88ef..a66e44e5a 100644 --- a/jaxrs-tck/pom.xml +++ b/jaxrs-tck/pom.xml @@ -36,11 +36,11 @@ 2.1.3 - 3.0.0 - 4.0.0 - 6.1.0-M2 + 3.0.1 + 4.0.4 + 6.1.0 3.1 - 1.8.0.Final + 1.10.0.Final @@ -190,7 +190,7 @@ jakarta.tck sigtest-maven-plugin - 2.2 + 2.6 diff --git a/jersey-tck/pom.xml b/jersey-tck/pom.xml index dfd8c21e6..3ec92a374 100644 --- a/jersey-tck/pom.xml +++ b/jersey-tck/pom.xml @@ -36,11 +36,11 @@ 21 - 3.1.0-M3 - 6.2.5 - ${project.build.directory}/glassfish6 - 10.0.0-RC1 - 5.7.2 + 4.0.0-M4 + 8.0.0-M13 + ${project.build.directory}/glassfish8 + 11.0.0 + 6.0.0 5.0.0-SNAPSHOT jakarta-restful-ws-tck @@ -74,13 +74,13 @@ org.glassfish.hk2 hk2-locator - 3.0.0 + 4.0.0-M3 com.sun.xml.bind jaxb-impl - 3.0.0 + 4.0.6 runtime @@ -107,7 +107,7 @@ org.hamcrest hamcrest - 2.2 + 3.0 test @@ -120,7 +120,7 @@ org.jboss.arquillian.junit5 arquillian-junit5-container - 1.7.0.Alpha10 + 1.10.0.Final @@ -149,9 +149,9 @@ test - org.netbeans.tools + jakarta.tck sigtest-maven-plugin - 1.4 + 2.6 org.glassfish.jersey.media @@ -244,15 +244,6 @@ ${glassfish.home}/glassfish/modules jersey-container-grizzly2-http.jar - - org.glassfish.jersey.containers - jersey-container-servlet-core - ${jersey.version} - jar - true - ${glassfish.home}/glassfish/modules - jersey-container-servlet-core.jar - org.glassfish.jersey.containers jersey-container-servlet @@ -305,7 +296,7 @@ exec - ${project.build.directory}/glassfish6/glassfish/bin/asadmin + ${glassfish.home}/glassfish/bin/asadmin stop-domain @@ -318,7 +309,7 @@ exec - ${project.build.directory}/glassfish6/glassfish/bin/asadmin + ${glassfish.home}/glassfish/bin/asadmin start-domain @@ -331,7 +322,7 @@ exec - ${project.build.directory}/glassfish6/glassfish/bin/asadmin + ${glassfish.home}/glassfish/bin/asadmin set server-config.network-config.protocols.protocol.http-listener-1.http.trace-enabled=true @@ -345,7 +336,7 @@ exec - ${project.build.directory}/glassfish6/glassfish/bin/asadmin + ${glassfish.home}/glassfish/bin/asadmin --passwordfile ${project.basedir}/j2ee.pass @@ -365,7 +356,7 @@ exec - ${project.build.directory}/glassfish6/glassfish/bin/asadmin + ${glassfish.home}/glassfish/bin/asadmin --passwordfile ${project.basedir}/j2ee.pass @@ -383,7 +374,7 @@ exec - ${project.build.directory}/glassfish6/glassfish/bin/asadmin + ${glassfish.home}/glassfish/bin/asadmin --passwordfile ${project.basedir}/javajoe.pass @@ -403,7 +394,7 @@ exec - ${project.build.directory}/glassfish6/glassfish/bin/asadmin + ${glassfish.home}/glassfish/bin/asadmin --passwordfile ${project.basedir}/javajoe.pass @@ -421,7 +412,7 @@ exec - ${project.build.directory}/glassfish6/glassfish/bin/asadmin + ${glassfish.home}/glassfish/bin/asadmin list-file-users @@ -434,7 +425,7 @@ exec - ${project.build.directory}/glassfish6/glassfish/bin/asadmin + ${glassfish.home}/glassfish/bin/asadmin stop-domain @@ -445,7 +436,7 @@ maven-failsafe-plugin - 3.0.0-M5 + 3.5.4 gf-tests @@ -469,9 +460,9 @@ javajoe javajoe ee.jakarta.tck.ws.rs.lib.implementation.sun.common.SunRIURL - ${project.build.directory}/jdk11-bundle + ${project.build.directory}/jdk21-bundle jakarta.xml.bind - ${glassfish.home}/glassfish/modules/jakarta.ws.rs-api.jar:${glassfish.home}/glassfish/modules/jakarta.xml.bind-api.jar:${project.build.directory}/jdk11-bundle/java.base:${project.build.directory}/jdk11-bundle/java.rmi:${project.build.directory}/jdk11-bundle/java.sql:${project.build.directory}/jdk11-bundle/java.naming + ${glassfish.home}/glassfish/modules/jakarta.ws.rs-api.jar:${glassfish.home}/glassfish/modules/jakarta.xml.bind-api.jar:${project.build.directory}/jdk21-bundle/java.base:${project.build.directory}/jdk21-bundle/java.rmi:${project.build.directory}/jdk21-bundle/java.sql:${project.build.directory}/jdk21-bundle/java.naming ${glassfish.home} diff --git a/pom.xml b/pom.xml index c3beed2b2..6bd45f4c7 100644 --- a/pom.xml +++ b/pom.xml @@ -81,17 +81,17 @@ Jakarta RESTful Web Services ${spec.version} API Specification ${spec.version.revision} ${project.basedir} - 3.5.0 - 3.2.0 + 3.6.1 + 3.2.1 2.4 - 5.1.9 - 3.3.1 + 6.0.0 + 3.6.0 3.12.1 3.3.0 - 3.3.2 - 3.6.3 + 3.6.0 + 3.12.0 3.3.0 - 3.2.5 + 3.5.4 jakarta.ws.rs UTF-8 @@ -99,22 +99,22 @@ 4.0 - 3.0.0-M1 - 2.1.3 - 2.0.0 - 3.0.0 - 2.0.0 - 3.0.0 - 5.10.2 + 3.0.0 + 2.2.0-M1 + 2.0.1 + 3.1.1 + 3.2.0-M1 + 5.0.0.Alpha1 + 6.0.0 4.0.3 4.1.2 - 2.2 - 5.11.0 + 3.0 + 5.20.0 - 3.0.0 - 2.5.11 - 2.3.13 + 3.2.0 + 3.0.0 + 2.3.20 From 3298431bbe3e0f87e76a9d50768013700bfe75a1 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Tue, 14 Oct 2025 17:23:16 -0700 Subject: [PATCH 5/5] Re-enable all TCK tests. Signed-off-by: James R. Perkins --- jaxrs-tck/docs/TCK-Exclude-List.txt | 137 ------------------ .../api/rs/core/uribuilder/JAXRSClientIT.java | 3 - .../rs/ee/rs/core/uriinfo/JAXRSClientIT.java | 3 - .../client/executor/async/JAXRSClientIT.java | 60 -------- .../ee/client/executor/rx/JAXRSClientIT.java | 32 ---- .../ee/client/rxinvoker/JAXRSClientIT.java | 41 ------ .../ee/sse/sseeventsource/JAXRSClientIT.java | 3 - 7 files changed, 279 deletions(-) diff --git a/jaxrs-tck/docs/TCK-Exclude-List.txt b/jaxrs-tck/docs/TCK-Exclude-List.txt index 33f0b777e..392f20ca9 100644 --- a/jaxrs-tck/docs/TCK-Exclude-List.txt +++ b/jaxrs-tck/docs/TCK-Exclude-List.txt @@ -18,140 +18,3 @@ # This is intended only for documentation purpose and is not used to exclude any tests. # The tests are excluded from the test source using @Disabled tag in JUnit framework. # -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#deleteTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#deleteWithCallbackStringWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#deleteWithCallbackWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#deleteWithGenericTypeResponseWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#deleteWithGenericTypeStringWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#deleteWithResponseClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#deleteWithStringClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#getTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#getWithCallbackStringWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#getWithCallbackWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#getWithGenericTypeResponseWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#getWithGenericTypeStringWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#getWithResponseClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#getWithStringClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#headTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#headWithCallbackWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithCallbackStringWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithCallbackStringWithEntityWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithCallbackWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithCallbackWithEntityWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithEntityWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithGenericTypeResponseWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithGenericTypeResponseWithEntityWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithGenericTypeStringWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithGenericTypeStringWithEntityWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithResponseClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithResponseClassWithEntityWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithStringClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#methodWithStringClassWithEntityWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#optionsTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#optionsWithCallbackWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#optionsWithGenericTypeResponseWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#optionsWithGenericTypeStringWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#optionsWithResponseClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#optionsWithStringCallbackWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#optionsWithStringClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#postTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#postWithCallbackWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#postWithGenericTypeResponseWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#postWithGenericTypeStringWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#postWithResponseClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#postWithStringClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#putTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#putWithCallbackWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#putWithGenericTypeResponseWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#putWithGenericTypeStringWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#putWithResponseClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#putWithStringCallbackWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#putWithStringClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#traceTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#traceWithCallbackWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#traceWithGenericTypeResponseWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#traceWithGenericTypeStringWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#traceWithResponseClassWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#traceWithStringCallbackWhileServerWaitTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java#traceWithStringClassWhileServerWaitTest - -# -# -ee/jakarta/tck/ws/rs/jaxrs21/ee/sse/sseeventsource/JAXRSClientIT.java#connectionLostForDefault500msTest - -# https://github.com/jakartaee/rest/issues/1106 -ee/jakarta/tck/ws/rs/api/rs/core/uribuilder/JAXRSClientIT.java#replaceQueryTest4 - -# https://github.com/jakartaee/rest/issues/1123 -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#deleteWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#deleteWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#deleteWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#deleteWithGenericTypeResponseTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#getTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#getWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#getWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#getWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#getWithGenericTypeResponseTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#headTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#optionsWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#optionsWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#optionsWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#optionsWithGenericTypeResponseTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#postTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#postWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#postWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#postWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#postWithGenericTypeResponseTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#putTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#putWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#putWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#putWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#putWithGenericTypeResponseTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#traceTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#traceWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#traceWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#traceWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java#traceWithGenericTypeResponseTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#deleteWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#deleteWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#deleteWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#deleteWithGenericTypeResponseTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#getTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#getWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#getWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#getWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#getWithGenericTypeResponseTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#headTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#methodTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#methodWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#methodWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#methodWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#methodWithGenericTypeResponseTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#methodWithEntityTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#methodWithStringClassWithEntityTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#methodWithResponseClassWithEntityTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#methodWithGenericTypeStringWithEntityTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#methodWithGenericTypeResponseWithEntityTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#optionsWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#optionsWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#optionsWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#optionsWithGenericTypeResponseTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#postTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#postWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#postWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#postWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#postWithGenericTypeResponseTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#putTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#putWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#putWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#putWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#putWithGenericTypeResponseTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#traceTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#traceWithStringClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#traceWithResponseClassTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#traceWithGenericTypeStringTest -ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java#traceWithGenericTypeResponseTest - -# https://github.com/jakartaee/rest/issues/1138 -ee/jakarta/tck/ws/rs/ee/rs/core/uriinfo/JAXRSClientIT#getNormalizedUriTest diff --git a/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/api/rs/core/uribuilder/JAXRSClientIT.java b/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/api/rs/core/uribuilder/JAXRSClientIT.java index d23920fdd..05ee91870 100644 --- a/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/api/rs/core/uribuilder/JAXRSClientIT.java +++ b/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/api/rs/core/uribuilder/JAXRSClientIT.java @@ -32,11 +32,9 @@ import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; -import static org.junit.jupiter.api.Assertions.fail; import org.junit.jupiter.api.TestInfo; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.AfterEach; -import org.junit.jupiter.api.Disabled; /* * @class.setup_props: webServerHost; @@ -1715,7 +1713,6 @@ public void replaceQueryTest3() throws Fault { * IllegalArgumentException is thrown when query cannot be parsed. */ @Test - @Disabled public void replaceQueryTest4() throws Fault { String value = "http://localhost:8080?name1=x&name2=%20&name3=x+y&name4=x%20y"; diff --git a/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/ee/rs/core/uriinfo/JAXRSClientIT.java b/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/ee/rs/core/uriinfo/JAXRSClientIT.java index 52a001c55..9cbd67f13 100644 --- a/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/ee/rs/core/uriinfo/JAXRSClientIT.java +++ b/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/ee/rs/core/uriinfo/JAXRSClientIT.java @@ -28,13 +28,11 @@ import org.jboss.shrinkwrap.api.spec.WebArchive; import static org.junit.jupiter.api.Assertions.assertTrue; -import static org.junit.jupiter.api.Assertions.fail; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.junit.jupiter.api.TestInfo; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.AfterEach; -import org.junit.jupiter.api.Disabled; /* * @class.setup_props: webServerHost; @@ -415,7 +413,6 @@ public void getMatchedURIsTest2() throws Fault { * obtained from an injected UriInfo */ @Test - @Disabled public void getNormalizedUriTest() throws Fault { setProperty(Property.REQUEST, buildRequest(GET, URIInfoTest.DECODED)); invoke(); diff --git a/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java b/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java index b01f6bcef..32b640779 100644 --- a/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java +++ b/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/async/JAXRSClientIT.java @@ -34,14 +34,11 @@ import org.jboss.shrinkwrap.api.ShrinkWrap; import org.jboss.shrinkwrap.api.spec.WebArchive; -import static org.junit.jupiter.api.Assertions.assertTrue; -import static org.junit.jupiter.api.Assertions.fail; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.junit.jupiter.api.TestInfo; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.AfterEach; -import org.junit.jupiter.api.Disabled; /* * @class.setup_props: webServerHost; @@ -93,7 +90,6 @@ public static WebArchive createDeployment() throws IOException{ * asynchronously. */ @Test - @Disabled public void deleteTest() throws Fault { super.deleteTest(); } @@ -117,7 +113,6 @@ public void deleteThrowsExceptionTest() throws Fault { * asynchronously. */ @Test - @Disabled public void deleteWithStringClassWhileServerWaitTest() throws Fault { super.deleteWithStringClassWhileServerWaitTest(); @@ -132,7 +127,6 @@ public void deleteWithStringClassWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void deleteWithResponseClassWhileServerWaitTest() throws Fault { super.deleteWithResponseClassWhileServerWaitTest(); @@ -162,7 +156,6 @@ public void deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() thro * asynchronously. */ @Test - @Disabled public void deleteWithGenericTypeStringWhileServerWaitTest() throws Fault { super.deleteWithGenericTypeStringWhileServerWaitTest(); @@ -177,7 +170,6 @@ public void deleteWithGenericTypeStringWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void deleteWithGenericTypeResponseWhileServerWaitTest() throws Fault { super.deleteWithGenericTypeResponseWhileServerWaitTest(); @@ -207,7 +199,6 @@ public void deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest( * asynchronously. */ @Test - @Disabled public void deleteWithCallbackWhileServerWaitTest() throws Fault { super.deleteWithCallbackWhileServerWaitTest(); } @@ -221,7 +212,6 @@ public void deleteWithCallbackWhileServerWaitTest() throws Fault { * asynchronously. */ @Test - @Disabled public void deleteWithCallbackStringWhileServerWaitTest() throws Fault { super.deleteWithCallbackStringWhileServerWaitTest(); @@ -254,7 +244,6 @@ public void deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() t * asynchronously. */ @Test - @Disabled public void getTest() throws Fault { super.getTest(); } @@ -278,7 +267,6 @@ public void getThrowsProcessingExceptionTest() throws Fault { * asynchronously. */ @Test - @Disabled public void getWithStringClassWhileServerWaitTest() throws Fault { super.getWithStringClassWhileServerWaitTest(); } @@ -292,7 +280,6 @@ public void getWithStringClassWhileServerWaitTest() throws Fault { * asynchronously. */ @Test - @Disabled public void getWithResponseClassWhileServerWaitTest() throws Fault { super.deleteWithResponseClassWhileServerWaitTest(); @@ -323,7 +310,6 @@ public void getWithClassThrowsNoWebApplicationExceptionForResponseTest() throws * asynchronously. */ @Test - @Disabled public void getWithGenericTypeStringWhileServerWaitTest() throws Fault { super.getWithGenericTypeStringWhileServerWaitTest(); @@ -338,7 +324,6 @@ public void getWithGenericTypeStringWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void getWithGenericTypeResponseWhileServerWaitTest() throws Fault { super.getWithGenericTypeResponseWhileServerWaitTest(); @@ -368,7 +353,6 @@ public void getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() t * asynchronously. */ @Test - @Disabled public void getWithCallbackWhileServerWaitTest() throws Fault { super.getWithCallbackWhileServerWaitTest(); } @@ -382,7 +366,6 @@ public void getWithCallbackWhileServerWaitTest() throws Fault { * asynchronously. */ @Test - @Disabled public void getWithCallbackStringWhileServerWaitTest() throws Fault { super.getWithCallbackStringWhileServerWaitTest(); @@ -417,7 +400,6 @@ public void getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() thro * asynchronously. */ @Test - @Disabled public void headTest() throws Fault { super.headTest(); } @@ -441,7 +423,6 @@ public void headThrowsProcessingExceptionTest() throws Fault { * asynchronously. */ @Test - @Disabled public void headWithCallbackWhileServerWaitTest() throws Fault { super.headWithCallbackWhileServerWaitTest(); } @@ -464,7 +445,6 @@ public void headWithCallbackStringThrowsProcessingExceptionTest() throws Fault { * asynchronously. */ @Test - @Disabled public void methodTest() throws Fault { super.methodTest(); } @@ -488,7 +468,6 @@ public void methodThrowsProcessingExceptionTest() throws Fault { * asynchronously. */ @Test - @Disabled public void methodWithStringClassWhileServerWaitTest() throws Fault { super.methodWithStringClassWhileServerWaitTest(); @@ -503,7 +482,6 @@ public void methodWithStringClassWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void methodWithResponseClassWhileServerWaitTest() throws Fault { super.methodWithResponseClassWhileServerWaitTest(); @@ -533,7 +511,6 @@ public void methodWithClassThrowsNoWebApplicationExceptionForResponseTest() thro * asynchronously. */ @Test - @Disabled public void methodWithGenericTypeStringWhileServerWaitTest() throws Fault { super.methodWithGenericTypeStringWhileServerWaitTest(); @@ -548,7 +525,6 @@ public void methodWithGenericTypeStringWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void methodWithGenericTypeResponseWhileServerWaitTest() throws Fault { super.methodWithGenericTypeResponseWhileServerWaitTest(); @@ -579,7 +555,6 @@ public void methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest( * asynchronously. */ @Test - @Disabled public void methodWithCallbackWhileServerWaitTest() throws Fault { super.methodWithCallbackWhileServerWaitTest(); } @@ -593,7 +568,6 @@ public void methodWithCallbackWhileServerWaitTest() throws Fault { * asynchronously. */ @Test - @Disabled public void methodWithCallbackStringWhileServerWaitTest() throws Fault { super.methodWithCallbackStringWhileServerWaitTest(); @@ -624,7 +598,6 @@ public void methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() t * asynchronously. */ @Test - @Disabled public void methodWithEntityWhileServerWaitTest() throws Fault { super.methodWithEntityWhileServerWaitTest(); } @@ -644,7 +617,6 @@ public void methodWithEntityThrowsProcessingExceptionTest() throws Fault { * asynchronously. */ @Test - @Disabled public void methodWithStringClassWithEntityWhileServerWaitTest() throws Fault { super.methodWithStringClassWithEntityWhileServerWaitTest(); @@ -659,7 +631,6 @@ public void methodWithStringClassWithEntityWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void methodWithResponseClassWithEntityWhileServerWaitTest() throws Fault { super.methodWithResponseClassWithEntityWhileServerWaitTest(); @@ -674,7 +645,6 @@ public void methodWithResponseClassWithEntityWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void methodWithGenericTypeStringWithEntityWhileServerWaitTest() throws Fault { super.methodWithGenericTypeStringWithEntityWhileServerWaitTest(); @@ -704,7 +674,6 @@ public void methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseT * asynchronously. */ @Test - @Disabled public void methodWithGenericTypeResponseWithEntityWhileServerWaitTest() throws Fault { super.methodWithGenericTypeResponseWithEntityWhileServerWaitTest(); @@ -734,7 +703,6 @@ public void methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForRes * asynchronously. */ @Test - @Disabled public void methodWithCallbackWithEntityWhileServerWaitTest() throws Fault { super.methodWithCallbackWithEntityWhileServerWaitTest(); @@ -749,7 +717,6 @@ public void methodWithCallbackWithEntityWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void methodWithCallbackStringWithEntityWhileServerWaitTest() throws Fault { super.methodWithCallbackStringWithEntityWhileServerWaitTest(); @@ -784,7 +751,6 @@ public void methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForRespon * asynchronously. */ @Test - @Disabled public void optionsTest() throws Fault { super.optionsTest(); } @@ -809,7 +775,6 @@ public void optionsThrowsProcessingExceptionTest() throws Fault { * asynchronously. */ @Test - @Disabled public void optionsWithStringClassWhileServerWaitTest() throws Fault { super.optionsWithStringClassWhileServerWaitTest(); @@ -824,7 +789,6 @@ public void optionsWithStringClassWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void optionsWithResponseClassWhileServerWaitTest() throws Fault { super.optionsWithResponseClassWhileServerWaitTest(); @@ -854,7 +818,6 @@ public void optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() thr * asynchronously. */ @Test - @Disabled public void optionsWithGenericTypeStringWhileServerWaitTest() throws Fault { super.optionsWithGenericTypeStringWhileServerWaitTest(); @@ -869,7 +832,6 @@ public void optionsWithGenericTypeStringWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void optionsWithGenericTypeResponseWhileServerWaitTest() throws Fault { super.optionsWithGenericTypeResponseWhileServerWaitTest(); @@ -899,7 +861,6 @@ public void optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest * asynchronously. */ @Test - @Disabled public void optionsWithCallbackWhileServerWaitTest() throws Fault { super.optionsWithCallbackWhileServerWaitTest(); @@ -914,7 +875,6 @@ public void optionsWithCallbackWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void optionsWithStringCallbackWhileServerWaitTest() throws Fault { super.optionsWithStringCallbackWhileServerWaitTest(); @@ -948,7 +908,6 @@ public void optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() * asynchronously. */ @Test - @Disabled public void postTest() throws Fault { super.postTest(); } @@ -972,7 +931,6 @@ public void postThrowsProcessingExceptionTest() throws Fault { * asynchronously. */ @Test - @Disabled public void postWithStringClassWhileServerWaitTest() throws Fault { super.postWithStringClassWhileServerWaitTest(); } @@ -986,7 +944,6 @@ public void postWithStringClassWhileServerWaitTest() throws Fault { * asynchronously. */ @Test - @Disabled public void postWithResponseClassWhileServerWaitTest() throws Fault { super.postWithResponseClassWhileServerWaitTest(); @@ -1016,7 +973,6 @@ public void postWithClassThrowsNoWebApplicationExceptionForResponseTest() throws * asynchronously. */ @Test - @Disabled public void postWithGenericTypeStringWhileServerWaitTest() throws Fault { super.postWithGenericTypeStringWhileServerWaitTest(); @@ -1031,7 +987,6 @@ public void postWithGenericTypeStringWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void postWithGenericTypeResponseWhileServerWaitTest() throws Fault { super.postWithGenericTypeResponseWhileServerWaitTest(); @@ -1061,7 +1016,6 @@ public void postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() * asynchronously. */ @Test - @Disabled public void postWithCallbackWhileServerWaitTest() throws Fault { super.postWithCallbackWhileServerWaitTest(); } @@ -1095,7 +1049,6 @@ public void postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() thr * asynchronously. */ @Test - @Disabled public void putTest() throws Fault { super.putTest(); } @@ -1134,7 +1087,6 @@ public void putWithClassThrowsNoWebApplicationExceptionForResponseTest() throws * asynchronously. */ @Test - @Disabled public void putWithStringClassWhileServerWaitTest() throws Fault { super.putWithStringClassWhileServerWaitTest(); } @@ -1164,7 +1116,6 @@ public void putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() t * asynchronously. */ @Test - @Disabled public void putWithResponseClassWhileServerWaitTest() throws Fault { super.putWithResponseClassWhileServerWaitTest(); @@ -1179,7 +1130,6 @@ public void putWithResponseClassWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void putWithGenericTypeStringWhileServerWaitTest() throws Fault { super.putWithGenericTypeStringWhileServerWaitTest(); @@ -1194,7 +1144,6 @@ public void putWithGenericTypeStringWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void putWithGenericTypeResponseWhileServerWaitTest() throws Fault { super.putWithGenericTypeResponseWhileServerWaitTest(); @@ -1209,7 +1158,6 @@ public void putWithGenericTypeResponseWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void putWithCallbackWhileServerWaitTest() throws Fault { super.putWithCallbackWhileServerWaitTest(); } @@ -1223,7 +1171,6 @@ public void putWithCallbackWhileServerWaitTest() throws Fault { * asynchronously. */ @Test - @Disabled public void putWithStringCallbackWhileServerWaitTest() throws Fault { super.putWithStringCallbackWhileServerWaitTest(); @@ -1257,7 +1204,6 @@ public void putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() thro * asynchronously. */ @Test - @Disabled public void traceTest() throws Fault { super.traceTest(); } @@ -1282,7 +1228,6 @@ public void traceThrowsProcessingExceptionTest() throws Fault { * asynchronously. */ @Test - @Disabled public void traceWithStringClassWhileServerWaitTest() throws Fault { super.traceWithStringClassWhileServerWaitTest(); } @@ -1296,7 +1241,6 @@ public void traceWithStringClassWhileServerWaitTest() throws Fault { * asynchronously. */ @Test - @Disabled public void traceWithResponseClassWhileServerWaitTest() throws Fault { super.traceWithResponseClassWhileServerWaitTest(); @@ -1327,7 +1271,6 @@ public void traceWithClassThrowsNoWebApplicationExceptionForResponseTest() throw * asynchronously. */ @Test - @Disabled public void traceWithGenericTypeStringWhileServerWaitTest() throws Fault { super.traceWithGenericTypeStringWhileServerWaitTest(); @@ -1342,7 +1285,6 @@ public void traceWithGenericTypeStringWhileServerWaitTest() * asynchronously. */ @Test - @Disabled public void traceWithGenericTypeResponseWhileServerWaitTest() throws Fault { super.traceWithGenericTypeResponseWhileServerWaitTest(); @@ -1373,7 +1315,6 @@ public void traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() * asynchronously. */ @Test - @Disabled public void traceWithCallbackWhileServerWaitTest() throws Fault { super.traceWithCallbackWhileServerWaitTest(); } @@ -1404,7 +1345,6 @@ public void traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() th * asynchronously. */ @Test - @Disabled public void traceWithStringCallbackWhileServerWaitTest() throws Fault { super.traceWithStringCallbackWhileServerWaitTest(); diff --git a/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java b/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java index 96f709169..b2144edce 100644 --- a/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java +++ b/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/client/executor/rx/JAXRSClientIT.java @@ -34,14 +34,11 @@ import org.jboss.shrinkwrap.api.ShrinkWrap; import org.jboss.shrinkwrap.api.spec.WebArchive; -import static org.junit.jupiter.api.Assertions.assertTrue; -import static org.junit.jupiter.api.Assertions.fail; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.junit.jupiter.api.TestInfo; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.AfterEach; -import org.junit.jupiter.api.Disabled; /* * @class.setup_props: webServerHost; @@ -107,7 +104,6 @@ public void deleteTest() throws Fault { * */ @Test - @Disabled public void deleteWithStringClassTest() throws Fault { super.deleteWithStringClassTest(); } @@ -121,7 +117,6 @@ public void deleteWithStringClassTest() throws Fault { * */ @Test - @Disabled public void deleteWithResponseClassTest() throws Fault { super.deleteWithResponseClassTest(); } @@ -134,7 +129,6 @@ public void deleteWithResponseClassTest() throws Fault { * @test_Strategy: Invoke HTTP DELETE method for the current request */ @Test - @Disabled public void deleteWithGenericTypeStringTest() throws Fault { super.deleteWithGenericTypeStringTest(); } @@ -147,7 +141,6 @@ public void deleteWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke HTTP DELETE method for the current request */ @Test - @Disabled public void deleteWithGenericTypeResponseTest() throws Fault { super.deleteWithGenericTypeResponseTest(); } @@ -164,7 +157,6 @@ public void deleteWithGenericTypeResponseTest() throws Fault { * @test_Strategy: Invoke HTTP GET method for the current request */ @Test - @Disabled public void getTest() throws Fault { super.getTest(); } @@ -177,7 +169,6 @@ public void getTest() throws Fault { * @test_Strategy: Invoke HTTP GET method for the current request */ @Test - @Disabled public void getWithStringClassTest() throws Fault { super.getWithStringClassTest(); } @@ -190,7 +181,6 @@ public void getWithStringClassTest() throws Fault { * @test_Strategy: Invoke HTTP GET method for the current request */ @Test - @Disabled public void getWithResponseClassTest() throws Fault { super.getWithResponseClassTest(); } @@ -203,7 +193,6 @@ public void getWithResponseClassTest() throws Fault { * @test_Strategy: Invoke HTTP GET method for the current request */ @Test - @Disabled public void getWithGenericTypeStringTest() throws Fault { super.getWithGenericTypeStringTest(); } @@ -216,7 +205,6 @@ public void getWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke HTTP GET method for the current request */ @Test - @Disabled public void getWithGenericTypeResponseTest() throws Fault { super.getWithGenericTypeResponseTest(); } @@ -233,7 +221,6 @@ public void getWithGenericTypeResponseTest() throws Fault { * @test_Strategy: Invoke HTTP HEAD method for the current request */ @Test - @Disabled public void headTest() throws Fault { super.headTest(); } @@ -262,7 +249,6 @@ public void optionsTest() throws Fault { * @test_Strategy: Invoke HTTP options method for the current request */ @Test - @Disabled public void optionsWithStringClassTest() throws Fault { super.optionsWithStringClassTest(); } @@ -275,7 +261,6 @@ public void optionsWithStringClassTest() throws Fault { * @test_Strategy: Invoke HTTP options method for the current request */ @Test - @Disabled public void optionsWithResponseClassTest() throws Fault { super.optionsWithResponseClassTest(); } @@ -288,7 +273,6 @@ public void optionsWithResponseClassTest() throws Fault { * @test_Strategy: Invoke HTTP options method for the current request */ @Test - @Disabled public void optionsWithGenericTypeStringTest() throws Fault { super.optionsWithGenericTypeStringTest(); } @@ -301,7 +285,6 @@ public void optionsWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke HTTP options method for the current request */ @Test - @Disabled public void optionsWithGenericTypeResponseTest() throws Fault { super.optionsWithGenericTypeResponseTest(); } @@ -318,7 +301,6 @@ public void optionsWithGenericTypeResponseTest() throws Fault { * @test_Strategy: Invoke HTTP post method for the current request */ @Test - @Disabled public void postTest() throws Fault { super.postTest(); } @@ -331,7 +313,6 @@ public void postTest() throws Fault { * @test_Strategy: Invoke HTTP post method for the current request */ @Test - @Disabled public void postWithStringClassTest() throws Fault { super.postWithStringClassTest(); } @@ -344,7 +325,6 @@ public void postWithStringClassTest() throws Fault { * @test_Strategy: Invoke HTTP post method for the current request */ @Test - @Disabled public void postWithResponseClassTest() throws Fault { super.postWithResponseClassTest(); } @@ -357,7 +337,6 @@ public void postWithResponseClassTest() throws Fault { * @test_Strategy: Invoke HTTP post method for the current request */ @Test - @Disabled public void postWithGenericTypeStringTest() throws Fault { super.postWithGenericTypeStringTest(); } @@ -370,7 +349,6 @@ public void postWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke HTTP post method for the current request */ @Test - @Disabled public void postWithGenericTypeResponseTest() throws Fault { super.postWithGenericTypeResponseTest(); } @@ -387,7 +365,6 @@ public void postWithGenericTypeResponseTest() throws Fault { * @test_Strategy: Invoke HTTP PUT method for the current request */ @Test - @Disabled public void putTest() throws Fault { super.putTest(); } @@ -400,7 +377,6 @@ public void putTest() throws Fault { * @test_Strategy: Invoke HTTP put method for the current request */ @Test - @Disabled public void putWithStringClassTest() throws Fault { super.putWithStringClassTest(); } @@ -413,7 +389,6 @@ public void putWithStringClassTest() throws Fault { * @test_Strategy: Invoke HTTP put method for the current request */ @Test - @Disabled public void putWithResponseClassTest() throws Fault { super.putWithResponseClassTest(); } @@ -426,7 +401,6 @@ public void putWithResponseClassTest() throws Fault { * @test_Strategy: Invoke HTTP put method for the current request */ @Test - @Disabled public void putWithGenericTypeStringTest() throws Fault { super.putWithGenericTypeStringTest(); } @@ -439,7 +413,6 @@ public void putWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke HTTP put method for the current request */ @Test - @Disabled public void putWithGenericTypeResponseTest() throws Fault { super.putWithGenericTypeResponseTest(); } @@ -456,7 +429,6 @@ public void putWithGenericTypeResponseTest() throws Fault { * @test_Strategy: Invoke HTTP trace method for the current request */ @Test - @Disabled public void traceTest() throws Fault { super.traceTest(); } @@ -469,7 +441,6 @@ public void traceTest() throws Fault { * @test_Strategy: Invoke HTTP trace method for the current request */ @Test - @Disabled public void traceWithStringClassTest() throws Fault { super.traceWithStringClassTest(); } @@ -482,7 +453,6 @@ public void traceWithStringClassTest() throws Fault { * @test_Strategy: Invoke HTTP trace method for the current request */ @Test - @Disabled public void traceWithResponseClassTest() throws Fault { super.traceWithResponseClassTest(); } @@ -495,7 +465,6 @@ public void traceWithResponseClassTest() throws Fault { * @test_Strategy: Invoke HTTP trace method for the current request */ @Test - @Disabled public void traceWithGenericTypeStringTest() throws Fault { super.traceWithGenericTypeStringTest(); } @@ -508,7 +477,6 @@ public void traceWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke HTTP trace method for the current request */ @Test - @Disabled public void traceWithGenericTypeResponseTest() throws Fault { super.traceWithGenericTypeResponseTest(); } diff --git a/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java b/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java index f0483e5f5..6986f2200 100644 --- a/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java +++ b/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/client/rxinvoker/JAXRSClientIT.java @@ -46,13 +46,11 @@ import org.jboss.shrinkwrap.api.spec.WebArchive; import static org.junit.jupiter.api.Assertions.assertTrue; -import static org.junit.jupiter.api.Assertions.fail; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.junit.jupiter.api.TestInfo; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.AfterEach; -import org.junit.jupiter.api.Disabled; /* * @class.setup_props: webServerHost; @@ -151,7 +149,6 @@ public void deleteThrowsExceptionTest() throws Fault { * */ @Test - @Disabled public void deleteWithStringClassTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("delete"); Future future = rx.delete(String.class).toCompletableFuture(); @@ -167,7 +164,6 @@ public void deleteWithStringClassTest() throws Fault { * */ @Test - @Disabled public void deleteWithResponseClassTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("delete"); Future future = rx.delete(Response.class).toCompletableFuture(); @@ -232,7 +228,6 @@ public void deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() * @test_Strategy: Invoke HTTP DELETE method for the current request */ @Test - @Disabled public void deleteWithGenericTypeStringTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("delete"); GenericType generic = createGeneric(String.class); @@ -248,7 +243,6 @@ public void deleteWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke HTTP DELETE method for the current request */ @Test - @Disabled public void deleteWithGenericTypeResponseTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("delete"); GenericType generic = createGeneric(Response.class); @@ -324,7 +318,6 @@ public void deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest( * @test_Strategy: Invoke HTTP GET method for the current request */ @Test - @Disabled public void getTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("get"); Future future = rx.get().toCompletableFuture(); @@ -356,7 +349,6 @@ public void getThrowsProcessingExceptionTest() throws Fault { * @test_Strategy: Invoke HTTP GET method for the current request */ @Test - @Disabled public void getWithStringClassTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("get"); Future future = rx.get(String.class).toCompletableFuture(); @@ -371,7 +363,6 @@ public void getWithStringClassTest() throws Fault { * @test_Strategy: Invoke HTTP GET method for the current request */ @Test - @Disabled public void getWithResponseClassTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("get"); Future future = rx.get(Response.class).toCompletableFuture(); @@ -436,7 +427,6 @@ public void getWithClassThrowsNoWebApplicationExceptionForResponseTest() * @test_Strategy: Invoke HTTP GET method for the current request */ @Test - @Disabled public void getWithGenericTypeStringTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("get"); GenericType generic = createGeneric(String.class); @@ -452,7 +442,6 @@ public void getWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke HTTP GET method for the current request */ @Test - @Disabled public void getWithGenericTypeResponseTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("get"); GenericType generic = createGeneric(Response.class); @@ -526,7 +515,6 @@ public void getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() * @test_Strategy: Invoke HTTP HEAD method for the current request */ @Test - @Disabled public void headTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("head"); Future future = rx.head().toCompletableFuture(); @@ -562,7 +550,6 @@ public void headThrowsProcessingExceptionTest() throws Fault { * @test_Strategy: Invoke an arbitrary method for the current request */ @Test - @Disabled public void methodTest() throws Fault { Future future = null; for (String method : METHODS) { @@ -602,7 +589,6 @@ public void methodThrowsProcessingExceptionTest() throws Fault { * @test_Strategy: Invoke an arbitrary method for the current request */ @Test - @Disabled public void methodWithStringClassTest() throws Fault { Future future = null; for (String method : METHODS) { @@ -621,7 +607,6 @@ public void methodWithStringClassTest() throws Fault { * @test_Strategy: Invoke an arbitrary method for the current request */ @Test - @Disabled public void methodWithResponseClassTest() throws Fault { Future future = null; for (String method : METHODS) { @@ -702,7 +687,6 @@ public void methodWithClassThrowsNoWebApplicationExceptionForResponseTest() * @test_Strategy: Invoke an arbitrary method for the current request */ @Test - @Disabled public void methodWithGenericTypeStringTest() throws Fault { GenericType generic = createGeneric(String.class); Future future = null; @@ -722,7 +706,6 @@ public void methodWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke an arbitrary method for the current request */ @Test - @Disabled public void methodWithGenericTypeResponseTest() throws Fault { GenericType generic = createGeneric(Response.class); Future future = null; @@ -810,7 +793,6 @@ public void methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest( * @test_Strategy: Invoke an arbitrary method for the current request */ @Test - @Disabled public void methodWithEntityTest() throws Fault { Future future = null; for (String method : ENTITY_METHODS) { @@ -852,7 +834,6 @@ public void methodWithEntityThrowsProcessingExceptionTest() throws Fault { * @test_Strategy: Invoke an arbitrary method for the current request */ @Test - @Disabled public void methodWithStringClassWithEntityTest() throws Fault { Future future = null; for (String method : ENTITY_METHODS) { @@ -872,7 +853,6 @@ public void methodWithStringClassWithEntityTest() throws Fault { * @test_Strategy: Invoke an arbitrary method for the current request */ @Test - @Disabled public void methodWithResponseClassWithEntityTest() throws Fault { Future future = null; for (String method : ENTITY_METHODS) { @@ -960,7 +940,6 @@ public void methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseT * @test_Strategy: Invoke an arbitrary method for the current request */ @Test - @Disabled public void methodWithGenericTypeStringWithEntityTest() throws Fault { Future future = null; @@ -982,7 +961,6 @@ public void methodWithGenericTypeStringWithEntityTest() * @test_Strategy: Invoke an arbitrary method for the current request */ @Test - @Disabled public void methodWithGenericTypeResponseWithEntityTest() throws Fault { Future future = null; @@ -1110,7 +1088,6 @@ public void optionsThrowsProcessingExceptionTest() throws Fault { * @test_Strategy: Invoke HTTP options method for the current request */ @Test - @Disabled public void optionsWithStringClassTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("options"); Future future = rx.options(String.class).toCompletableFuture(); @@ -1125,7 +1102,6 @@ public void optionsWithStringClassTest() throws Fault { * @test_Strategy: Invoke HTTP options method for the current request */ @Test - @Disabled public void optionsWithResponseClassTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("options"); Future future = rx.options(Response.class).toCompletableFuture(); @@ -1190,7 +1166,6 @@ public void optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() * @test_Strategy: Invoke HTTP options method for the current request */ @Test - @Disabled public void optionsWithGenericTypeStringTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("options"); GenericType generic = createGeneric(String.class); @@ -1206,7 +1181,6 @@ public void optionsWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke HTTP options method for the current request */ @Test - @Disabled public void optionsWithGenericTypeResponseTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("options"); GenericType generic = createGeneric(Response.class); @@ -1282,7 +1256,6 @@ public void optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest * @test_Strategy: Invoke HTTP post method for the current request */ @Test - @Disabled public void postTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("post"); Entity entity = Entity.entity("post", MediaType.WILDCARD_TYPE); @@ -1316,7 +1289,6 @@ public void postThrowsProcessingExceptionTest() throws Fault { * @test_Strategy: Invoke HTTP post method for the current request */ @Test - @Disabled public void postWithStringClassTest() throws Fault { Entity entity = Entity.entity("post", MediaType.WILDCARD_TYPE); CompletionStageRxInvoker rx = startRxInvokerForMethod("post"); @@ -1332,7 +1304,6 @@ public void postWithStringClassTest() throws Fault { * @test_Strategy: Invoke HTTP post method for the current request */ @Test - @Disabled public void postWithResponseClassTest() throws Fault { Entity entity = Entity.entity("post", MediaType.WILDCARD_TYPE); CompletionStageRxInvoker rx = startRxInvokerForMethod("post"); @@ -1403,7 +1374,6 @@ public void postWithClassThrowsNoWebApplicationExceptionForResponseTest() * @test_Strategy: Invoke HTTP post method for the current request */ @Test - @Disabled public void postWithGenericTypeStringTest() throws Fault { GenericType generic = createGeneric(String.class); Entity entity = Entity.entity("post", MediaType.WILDCARD_TYPE); @@ -1420,7 +1390,6 @@ public void postWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke HTTP post method for the current request */ @Test - @Disabled public void postWithGenericTypeResponseTest() throws Fault { GenericType generic = createGeneric(Response.class); Entity entity = Entity.entity("post", MediaType.WILDCARD_TYPE); @@ -1499,7 +1468,6 @@ public void postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() * @test_Strategy: Invoke HTTP PUT method for the current request */ @Test - @Disabled public void putTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("put"); Entity entity = Entity.entity("put", MediaType.WILDCARD_TYPE); @@ -1533,7 +1501,6 @@ public void putThrowsProcessingExceptionTest() throws Fault { * @test_Strategy: Invoke HTTP put method for the current request */ @Test - @Disabled public void putWithStringClassTest() throws Fault { Entity entity = Entity.entity("put", MediaType.WILDCARD_TYPE); CompletionStageRxInvoker rx = startRxInvokerForMethod("put"); @@ -1549,7 +1516,6 @@ public void putWithStringClassTest() throws Fault { * @test_Strategy: Invoke HTTP put method for the current request */ @Test - @Disabled public void putWithResponseClassTest() throws Fault { Entity entity = Entity.entity("put", MediaType.WILDCARD_TYPE); CompletionStageRxInvoker rx = startRxInvokerForMethod("put"); @@ -1620,7 +1586,6 @@ public void putWithClassThrowsNoWebApplicationExceptionForResponseTest() * @test_Strategy: Invoke HTTP put method for the current request */ @Test - @Disabled public void putWithGenericTypeStringTest() throws Fault { GenericType generic = createGeneric(String.class); Entity entity = Entity.entity("put", MediaType.WILDCARD_TYPE); @@ -1637,7 +1602,6 @@ public void putWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke HTTP put method for the current request */ @Test - @Disabled public void putWithGenericTypeResponseTest() throws Fault { GenericType generic = createGeneric(Response.class); Entity entity = Entity.entity("put", MediaType.WILDCARD_TYPE); @@ -1715,7 +1679,6 @@ public void putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() * @test_Strategy: Invoke HTTP trace method for the current request */ @Test - @Disabled public void traceTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("trace"); Future future = rx.trace().toCompletableFuture(); @@ -1747,7 +1710,6 @@ public void traceThrowsProcessingExceptionTest() throws Fault { * @test_Strategy: Invoke HTTP trace method for the current request */ @Test - @Disabled public void traceWithStringClassTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("trace"); Future future = rx.trace(String.class).toCompletableFuture(); @@ -1762,7 +1724,6 @@ public void traceWithStringClassTest() throws Fault { * @test_Strategy: Invoke HTTP trace method for the current request */ @Test - @Disabled public void traceWithResponseClassTest() throws Fault { CompletionStageRxInvoker rx = startRxInvokerForMethod("trace"); Future future = rx.trace(Response.class).toCompletableFuture(); @@ -1827,7 +1788,6 @@ public void traceWithClassThrowsNoWebApplicationExceptionForResponseTest() * @test_Strategy: Invoke HTTP trace method for the current request */ @Test - @Disabled public void traceWithGenericTypeStringTest() throws Fault { GenericType generic = createGeneric(String.class); CompletionStageRxInvoker rx = startRxInvokerForMethod("trace"); @@ -1843,7 +1803,6 @@ public void traceWithGenericTypeStringTest() throws Fault { * @test_Strategy: Invoke HTTP trace method for the current request */ @Test - @Disabled public void traceWithGenericTypeResponseTest() throws Fault { GenericType generic = createGeneric(Response.class); CompletionStageRxInvoker rx = startRxInvokerForMethod("trace"); diff --git a/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/sse/sseeventsource/JAXRSClientIT.java b/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/sse/sseeventsource/JAXRSClientIT.java index 3a665372a..4e0f34412 100644 --- a/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/sse/sseeventsource/JAXRSClientIT.java +++ b/jaxrs-tck/src/main/java/ee/jakarta/tck/ws/rs/jaxrs21/ee/sse/sseeventsource/JAXRSClientIT.java @@ -61,14 +61,12 @@ import static org.junit.jupiter.api.Assertions.assertTrue; import static org.junit.jupiter.api.Assertions.assertFalse; -import static org.junit.jupiter.api.Assertions.fail; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.extension.ExtendWith; import org.junit.jupiter.api.TestInfo; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.AfterEach; -import org.junit.jupiter.api.Disabled; /* * @class.setup_props: webServerHost; @@ -248,7 +246,6 @@ public void wait2Seconds() throws Fault { * endpoint. */ @Test - @Disabled public void connectionLostForDefault500msTest() throws Fault { resetUnavailableServer();