This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/4.1.x-fixes by this push:
     new 818d9be8bcb Fix tests (post merge issue) due to agent instrumentation 
order
818d9be8bcb is described below

commit 818d9be8bcb08e46ca448d66146ff7350604a0af
Author: Andriy Redko <[email protected]>
AuthorDate: Fri Jun 12 15:20:47 2026 -0400

    Fix tests (post merge issue) due to agent instrumentation order
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 380095678b7..4a766e23ed7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2310,7 +2310,7 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
-                            <argLine>${cxf.jacoco.argLine} 
${cxf.surefire.fork.vmargs} 
-D${cxf.jaxb.context.class.property}=${cxf.jaxb.context.class}</argLine>
+                            <argLine>${cxf.surefire.fork.vmargs} 
-D${cxf.jaxb.context.class.property}=${cxf.jaxb.context.class} 
${cxf.jacoco.argLine}</argLine>
                         </configuration>
                     </plugin>
                 </plugins>

Reply via email to