This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 6b1817e14f CXF-9039: Run Jakarta RESTful Web Services 3.1 TCK. Fixing
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT#closeTest test
case
6b1817e14f is described below
commit 6b1817e14ffd318d66c34907f19dd5028224a04e
Author: Andriy Redko <[email protected]>
AuthorDate: Sun May 11 11:44:44 2025 -0400
CXF-9039: Run Jakarta RESTful Web Services 3.1 TCK. Fixing
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT#closeTest test
case
---
tck/cxf-tck/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tck/cxf-tck/pom.xml b/tck/cxf-tck/pom.xml
index 05b298f701..e774aaf411 100644
--- a/tck/cxf-tck/pom.xml
+++ b/tck/cxf-tck/pom.xml
@@ -555,6 +555,8 @@
<jimage.dir>${project.build.directory}/jdk11-bundle</jimage.dir>
<optional.tech.packages.to.ignore>jakarta.xml.bind</optional.tech.packages.to.ignore>
<signature.sigTestClasspath>${glassfish.home}/glassfish/modules/jakarta.ws.rs-api.jar:${glassfish.home}/glassfish/modules/jakarta.xml.bind-api.jar:${project.build.directory}/jdk11-bundle/java.base:${project.build.directory}/jdk11-bundle/java.rmi:${project.build.directory}/jdk11-bundle/java.sql:${project.build.directory}/jdk11-bundle/java.naming</signature.sigTestClasspath>
+ <!-- Fails
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT#closeTest -->
+
<org.apache.cxf.transport.http.forceVersion>1.1</org.apache.cxf.transport.http.forceVersion>
</systemPropertyVariables>
<environmentVariables>
<GLASSFISH_HOME>${glassfish.home}</GLASSFISH_HOME>