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

commit 701e3e9d1ed333c76be295e7645b82b612a709ad
Author: Markus Jung <[email protected]>
AuthorDate: Wed May 27 09:52:03 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 a462751f3d..8b0be8ee09 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() invokes StringUtils from micrometer 
which we don't ship, remove with CXF 4.2.2 (See 
https://github.com/apache/cxf/pull/3148)
+                                <!-- TODO: 
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 49a95b4233..53ba2d2f88 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() invokes StringUtils from micrometer 
which we don't ship, remove with CXF 4.2.2 (See 
https://github.com/apache/cxf/pull/3148)
+                                <!-- TODO: 
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