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 a3060c6d00 Clarify reason for jax-rs TCK exclusion
a3060c6d00 is described below

commit a3060c6d00fe8b9767c3153dd9e6cc04cac84c9a
Author: Markus Jung <[email protected]>
AuthorDate: Wed May 27 09:41:08 2026 +0200

    Clarify reason for jax-rs TCK exclusion
---
 tck/jax-rs/jax-rs-tests-embedded/pom.xml | 2 +-
 tck/jax-rs/jax-rs-tests/pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tck/jax-rs/jax-rs-tests-embedded/pom.xml 
b/tck/jax-rs/jax-rs-tests-embedded/pom.xml
index 8c9106c99b..a462751f3d 100644
--- a/tck/jax-rs/jax-rs-tests-embedded/pom.xml
+++ b/tck/jax-rs/jax-rs-tests-embedded/pom.xml
@@ -140,7 +140,7 @@
                                 
<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.
+                                <!-- TODO: CXF-9217 - 
UriInfoImpl#getMatchedResourceTemplate() invokes StringUtils from micrometer 
which we don't ship, remove with CXF 4.2.2 (See 
https://github.com/apache/cxf/pull/3148)
                                  
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
diff --git a/tck/jax-rs/jax-rs-tests/pom.xml b/tck/jax-rs/jax-rs-tests/pom.xml
index 8822aed2d0..49a95b4233 100644
--- a/tck/jax-rs/jax-rs-tests/pom.xml
+++ b/tck/jax-rs/jax-rs-tests/pom.xml
@@ -159,7 +159,7 @@
                                 
<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.
+                                <!-- TODO: CXF-9217 - 
UriInfoImpl#getMatchedResourceTemplate() invokes StringUtils from micrometer 
which we don't ship, remove with CXF 4.2.2 (See 
https://github.com/apache/cxf/pull/3148)
                                  
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

Reply via email to