Skip to content

Commit cf6e00a

Browse files
committed
tck/jax-rs: exclude UriInfo40ClientIT pending CXF-9217
UriInfoImpl#getMatchedResourceTemplate() omits the @ApplicationPath from the returned template, causing the four getMatchedResourceTemplate* tests in jaxrs40 UriInfo40ClientIT to fail. Exclude the class in both the standalone and embedded TCK runs until CXF-9217 is fixed upstream.
1 parent 73aff4d commit cf6e00a

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

tck/jax-rs/jax-rs-tests-embedded/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@
139139
<exclude>**/interceptor/reader/interceptorcontext/JAXRSClientIT.java</exclude>
140140
<exclude>**/interceptor/containerwriter/interceptorcontext/JAXRSClientIT.java</exclude>
141141
<exclude>**/spec/client/invocations/JAXRSClientIT.java</exclude>
142+
143+
<!-- TODO: CXF-9217 - UriInfoImpl#getMatchedResourceTemplate() omits the @ApplicationPath from the returned template.
144+
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateSubTest
145+
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateOneTest
146+
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateTwoPostTest
147+
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateTwoGetTest
148+
-->
149+
<exclude>**/jaxrs40/ee/rs/core/uriinfo/UriInfo40ClientIT.java</exclude>
142150
</excludes>
143151

144152
<dependenciesToScan>

tck/jax-rs/jax-rs-tests/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,16 @@
156156
-->
157157
<exclude>**/api/client/invocationcallback/JAXRSClientIT.java</exclude>
158158
<exclude>**/spec/client/invocations/JAXRSClientIT.java</exclude>
159-
<exclude>**/ext/interceptor/reader/interceptorcontext/JAXRSClientIT.java</exclude>
159+
<exclude>**/ext/interceptor/reader/interceptorcontext/JAXRSClientIT.java</exclude>
160160
<exclude>**/ext/interceptor/containerwriter/interceptorcontext/JAXRSClientIT.java</exclude>
161+
162+
<!-- TODO: CXF-9217 - UriInfoImpl#getMatchedResourceTemplate() omits the @ApplicationPath from the returned template.
163+
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateSubTest
164+
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateOneTest
165+
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateTwoPostTest
166+
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateTwoGetTest
167+
-->
168+
<exclude>**/jaxrs40/ee/rs/core/uriinfo/UriInfo40ClientIT.java</exclude>
161169
</excludes>
162170

163171
<dependenciesToScan>

0 commit comments

Comments
 (0)