This is an automated email from the ASF dual-hosted git repository.

jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new cf6e00a871 tck/jax-rs: exclude UriInfo40ClientIT pending CXF-9217
cf6e00a871 is described below

commit cf6e00a8716ed5df4bd9fb20a45ca7d8066930df
Author: Markus Jung <[email protected]>
AuthorDate: Mon May 25 14:17:18 2026 +0200

    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.
---
 tck/jax-rs/jax-rs-tests-embedded/pom.xml |  8 ++++++++
 tck/jax-rs/jax-rs-tests/pom.xml          | 10 +++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/tck/jax-rs/jax-rs-tests-embedded/pom.xml 
b/tck/jax-rs/jax-rs-tests-embedded/pom.xml
index 10fbdc45d5..8c9106c99b 100644
--- a/tck/jax-rs/jax-rs-tests-embedded/pom.xml
+++ b/tck/jax-rs/jax-rs-tests-embedded/pom.xml
@@ -139,6 +139,14 @@
                                 
<exclude>**/interceptor/reader/interceptorcontext/JAXRSClientIT.java</exclude>
                                 
<exclude>**/interceptor/containerwriter/interceptorcontext/JAXRSClientIT.java</exclude>
                                 
<exclude>**/spec/client/invocations/JAXRSClientIT.java</exclude>
+
+                                <!-- TODO: CXF-9217 - 
UriInfoImpl#getMatchedResourceTemplate() omits the @ApplicationPath from the 
returned template.
+                                 
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateSubTest
+                                 
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateOneTest
+                                 
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateTwoPostTest
+                                 
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateTwoGetTest
+                                 -->
+                                
<exclude>**/jaxrs40/ee/rs/core/uriinfo/UriInfo40ClientIT.java</exclude>
                             </excludes>
 
                             <dependenciesToScan>
diff --git a/tck/jax-rs/jax-rs-tests/pom.xml b/tck/jax-rs/jax-rs-tests/pom.xml
index 013a6d17dc..8822aed2d0 100644
--- a/tck/jax-rs/jax-rs-tests/pom.xml
+++ b/tck/jax-rs/jax-rs-tests/pom.xml
@@ -156,8 +156,16 @@
                                  -->
                                 
<exclude>**/api/client/invocationcallback/JAXRSClientIT.java</exclude>
                                 
<exclude>**/spec/client/invocations/JAXRSClientIT.java</exclude>
-                                
<exclude>**/ext/interceptor/reader/interceptorcontext/JAXRSClientIT.java</exclude>
                    
+                                
<exclude>**/ext/interceptor/reader/interceptorcontext/JAXRSClientIT.java</exclude>
                                 
<exclude>**/ext/interceptor/containerwriter/interceptorcontext/JAXRSClientIT.java</exclude>
+
+                                <!-- TODO: CXF-9217 - 
UriInfoImpl#getMatchedResourceTemplate() omits the @ApplicationPath from the 
returned template.
+                                 
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateSubTest
+                                 
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateOneTest
+                                 
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateTwoPostTest
+                                 
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateTwoGetTest
+                                -->
+                                
<exclude>**/jaxrs40/ee/rs/core/uriinfo/UriInfo40ClientIT.java</exclude>
                              </excludes>
 
                             <dependenciesToScan>

Reply via email to