This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new bfe7a70d59 Fix SpringJaxwsTimedTest test cases (post merge)
bfe7a70d59 is described below
commit bfe7a70d597a8fc50a7b7dcce7fabb318ca04b4a
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Aug 14 20:53:52 2025 -0400
Fix SpringJaxwsTimedTest test cases (post merge)
---
.../org/apache/cxf/systest/jaxws/spring/boot/SpringJaxwsTimedTest.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxws/spring/boot/SpringJaxwsTimedTest.java
b/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxws/spring/boot/SpringJaxwsTimedTest.java
index f75e6ed4db..9425c000bb 100644
---
a/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxws/spring/boot/SpringJaxwsTimedTest.java
+++
b/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxws/spring/boot/SpringJaxwsTimedTest.java
@@ -47,7 +47,6 @@ import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
import org.springframework.boot.test.web.server.LocalServerPort;
import org.springframework.context.annotation.Bean;
-import org.springframework.context.annotation.ImportResource;
import org.springframework.test.context.ActiveProfiles;
import io.micrometer.core.instrument.MeterRegistry;
@@ -75,9 +74,7 @@ import static org.hamcrest.Matchers.empty;
properties = {
"cxf.metrics.server.max-uri-tags=2"
})
-@ImportResource("classpath:spring/jaxws-client.xml")
@ActiveProfiles("jaxws")
-
public class SpringJaxwsTimedTest {
private static final String DUMMY_REQUEST_BODY = "<q0:sayHello
xmlns:q0=\"http://service.ws.sample/\">"