-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.)
Currently we have the following in the microprofile-tck testsuite module:
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>
<id>default-test</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<dependenciesToScan>
<dependency>org.eclipse.microprofile.rest.client:microprofile-rest-client-tck</dependency>
</dependenciesToScan>
<excludes>
<!--
the dependency on MP config in the resteasy client is not desireable
this requires further thought
-->
<exclude>**/DefaultExceptionMapperConfigTest.java</exclude>
<!-- Challenged, see https://github.com/eclipse/microprofile-rest-client/pull/69 -->
<exclude>**/InvokeWithJsonPProviderTest.java</exclude>
<exclude>**/InvokeWithBuiltProvidersTest.java</exclude>
<exclude>**/InvokeWithRegisteredProvidersTest.java</exclude>
<exclude>**/CDIInvokeWithRegisteredProvidersTest.java</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
we should check if the first excluded test can be enabled and how and verify the status of the challenged tests.
Maybe checking the newer versions of the tck too.
- is related to
-
RESTEASY-1795 Microprofile REST client 1.0 support
-
- Closed
-