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 873ac7bc65 Fix Jakarta REST TCK configuration related to SSE
initialization (Jersey instead of Apache CXF)
873ac7bc65 is described below
commit 873ac7bc652a9ed42b14ac624d4dbcaa1758423a
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Nov 9 12:26:47 2024 -0500
Fix Jakarta REST TCK configuration related to SSE initialization (Jersey
instead of Apache CXF)
---
tck/cxf-tck/pom.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/tck/cxf-tck/pom.xml b/tck/cxf-tck/pom.xml
index 2aa373a740..80abc201c8 100644
--- a/tck/cxf-tck/pom.xml
+++ b/tck/cxf-tck/pom.xml
@@ -372,6 +372,21 @@
</arguments>
</configuration>
</execution>
+ <execution>
+ <id>UpdateJerseySseManifests</id>
+ <phase>pre-integration-test</phase>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <configuration>
+ <executable>zip</executable>
+ <arguments>
+ <argument>-d</argument>
+
<argument>${project.build.directory}/glassfish7/glassfish/modules/jersey-media-sse.jar</argument>
+
<argument>META-INF/services/jakarta.ws.rs.sse.SseEventSource$Builder</argument>
+ </arguments>
+ </configuration>
+ </execution>
<execution>
<id>StartDomain1</id>
<phase>pre-integration-test</phase>