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
commit c500ee056c91fba55af3ebec48ce31da10bce666 Author: Andriy Redko <[email protected]> AuthorDate: Thu Oct 16 16:35:28 2025 -0400 Fix compilation issue (post-merge) --- .../cxf/systest/jaxws/SchemaValidationMetricsClientServerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationMetricsClientServerTest.java b/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationMetricsClientServerTest.java index 226e3547e1..dafd044a9a 100644 --- a/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationMetricsClientServerTest.java +++ b/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationMetricsClientServerTest.java @@ -25,8 +25,8 @@ import java.util.List; import java.util.Map; import javax.xml.namespace.QName; +import javax.xml.ws.Endpoint; -import jakarta.xml.ws.Endpoint; import org.apache.cxf.ext.logging.LoggingInInterceptor; import org.apache.cxf.ext.logging.LoggingOutInterceptor; import org.apache.cxf.jaxws.EndpointImpl;
