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 08b8c53905 enable UriInfo40ClientIT again
08b8c53905 is described below

commit 08b8c5390505619077db277e688fcc2313d89e96
Author: Markus Jung <[email protected]>
AuthorDate: Mon Jul 13 20:52:00 2026 +0200

    enable UriInfo40ClientIT again
---
 tck/jax-rs/jax-rs-tests-embedded/pom.xml | 9 +--------
 tck/jax-rs/jax-rs-tests/pom.xml          | 7 -------
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/tck/jax-rs/jax-rs-tests-embedded/pom.xml 
b/tck/jax-rs/jax-rs-tests-embedded/pom.xml
index 8b0be8ee09..b6961b273d 100644
--- a/tck/jax-rs/jax-rs-tests-embedded/pom.xml
+++ b/tck/jax-rs/jax-rs-tests-embedded/pom.xml
@@ -140,13 +140,6 @@
                                 
<exclude>**/interceptor/containerwriter/interceptorcontext/JAXRSClientIT.java</exclude>
                                 
<exclude>**/spec/client/invocations/JAXRSClientIT.java</exclude>
 
-                                <!-- 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
-                                 
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfo40ClientIT#getMatchedResourceTemplateTwoGetTest
-                                 -->
-                                
<exclude>**/jaxrs40/ee/rs/core/uriinfo/UriInfo40ClientIT.java</exclude>
                             </excludes>
 
                             <dependenciesToScan>
@@ -175,4 +168,4 @@
             </build>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>
diff --git a/tck/jax-rs/jax-rs-tests/pom.xml b/tck/jax-rs/jax-rs-tests/pom.xml
index 53ba2d2f88..ecbe8d7efb 100644
--- a/tck/jax-rs/jax-rs-tests/pom.xml
+++ b/tck/jax-rs/jax-rs-tests/pom.xml
@@ -159,13 +159,6 @@
                                 
<exclude>**/ext/interceptor/reader/interceptorcontext/JAXRSClientIT.java</exclude>
                                 
<exclude>**/ext/interceptor/containerwriter/interceptorcontext/JAXRSClientIT.java</exclude>
 
-                                <!-- 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
-                                 
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