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 3a6c3e8667 Fix Jakarta REST TCK configuration related to server
initialization (Jersey instead of Apache CXF)
3a6c3e8667 is described below
commit 3a6c3e8667160a78ad094779e631deba46c0b8be
Author: Andriy Redko <[email protected]>
AuthorDate: Mon Oct 28 21:16:14 2024 -0400
Fix Jakarta REST TCK configuration related to server 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 fab7009b29..3d5d76e259 100644
--- a/tck/cxf-tck/pom.xml
+++ b/tck/cxf-tck/pom.xml
@@ -306,6 +306,21 @@
</arguments>
</configuration>
</execution>
+ <execution>
+ <id>UpdateJerseyCommonManifests</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-common.jar</argument>
+
<argument>META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate</argument>
+ </arguments>
+ </configuration>
+ </execution>
<execution>
<id>UpdateJerseyServerManifests</id>
<phase>pre-integration-test</phase>