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 7b08407021 CXF-9039: Run Jakarta RESTful Web Services 3.1 TCK. Fixing
ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT#closeTest test
case (another attempt)
7b08407021 is described below
commit 7b08407021cdf5cbe5d7db8efc0ed58ad383b3c4
Author: Andriy Redko <[email protected]>
AuthorDate: Sun May 11 15:29:55 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 (another attempt)
---
tck/cxf-tck/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tck/cxf-tck/pom.xml b/tck/cxf-tck/pom.xml
index e774aaf411..e088caf4ea 100644
--- a/tck/cxf-tck/pom.xml
+++ b/tck/cxf-tck/pom.xml
@@ -556,7 +556,7 @@
<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>
+
<org.apache.cxf.transport.http.forceURLConnection>true</org.apache.cxf.transport.http.forceURLConnection>
</systemPropertyVariables>
<environmentVariables>
<GLASSFISH_HOME>${glassfish.home}</GLASSFISH_HOME>