This is an automated email from the ASF dual-hosted git repository.
buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 93db1cf [systests] use org.apache.cxf.ext.logging.LoggingFeature
93db1cf is described below
commit 93db1cf105144add06b45b635acd59b1778e4f37
Author: amarkevich <[email protected]>
AuthorDate: Wed Mar 13 10:39:24 2019 +0300
[systests] use org.apache.cxf.ext.logging.LoggingFeature
---
.../src/test/java/org/apache/cxf/systest/jms/gzipBus.xml | 2 +-
.../src/test/java/org/apache/cxf/systest/outofband/header/cxf.xml | 2 +-
.../src/test/resources/org/apache/cxf/systest/ws/security/client.xml | 2 +-
.../src/test/resources/org/apache/cxf/systest/ws/security/server.xml | 2 +-
.../test/resources/org/apache/cxf/systest/ws/security/stax-server.xml | 2 +-
.../java/org/apache/cxf/systest/ws/policy/addr-inline-policy-old.xml | 4 ++--
.../test/java/org/apache/cxf/systest/ws/policy/addr-inline-policy.xml | 4 ++--
.../test/java/org/apache/cxf/systest/ws/policy/rm10wsdl_server.xml | 4 ++--
.../test/java/org/apache/cxf/systest/ws/policy/rm12wsdl_server.xml | 4 ++--
9 files changed, 13 insertions(+), 13 deletions(-)
diff --git
a/systests/transport-jms/src/test/java/org/apache/cxf/systest/jms/gzipBus.xml
b/systests/transport-jms/src/test/java/org/apache/cxf/systest/jms/gzipBus.xml
index 1fd5328..e181854 100644
---
a/systests/transport-jms/src/test/java/org/apache/cxf/systest/jms/gzipBus.xml
+++
b/systests/transport-jms/src/test/java/org/apache/cxf/systest/jms/gzipBus.xml
@@ -24,7 +24,7 @@
xsi:schemaLocation="http://cxf.apache.org/core
http://cxf.apache.org/schemas/core.xsd http://cxf.apache.org/transports/jms
http://cxf.apache.org/schemas/configuration/jms.xsd
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<cxf:bus>
<cxf:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
<bean class="org.apache.cxf.transport.common.gzip.GZIPFeature">
<property name="threshold">
<!-- set threshold as 10 byte to ensure gzip compress
happen for short test message-->
diff --git
a/systests/uncategorized/src/test/java/org/apache/cxf/systest/outofband/header/cxf.xml
b/systests/uncategorized/src/test/java/org/apache/cxf/systest/outofband/header/cxf.xml
index b40f32e..23b3ee3 100644
---
a/systests/uncategorized/src/test/java/org/apache/cxf/systest/outofband/header/cxf.xml
+++
b/systests/uncategorized/src/test/java/org/apache/cxf/systest/outofband/header/cxf.xml
@@ -30,7 +30,7 @@
</http:destination>
<jaxws:client name="{http://apache.org/hello_world_doc_lit_bare}SoapPort"
createdFromAPI="true">
<jaxws:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
</jaxws:features>
</jaxws:client>
</beans>
\ No newline at end of file
diff --git
a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/client.xml
b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/client.xml
index fb8822e..06d8042 100644
---
a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/client.xml
+++
b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/client.xml
@@ -27,7 +27,7 @@
-->
<jaxws:client
name="{http://apache.org/hello_world_soap_http}TimestampSignEncryptPort"
createdFromAPI="true">
<jaxws:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
</jaxws:features>
<jaxws:outInterceptors>
<ref bean="TimestampSignEncrypt_Request"/>
diff --git
a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/server.xml
b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/server.xml
index dce1d1c..2b5bdce 100644
---
a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/server.xml
+++
b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/server.xml
@@ -30,7 +30,7 @@
-->
<cxf:bus>
<cxf:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
</cxf:features>
</cxf:bus>
<!--
diff --git
a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/stax-server.xml
b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/stax-server.xml
index a8802a5..9a96aa2 100644
---
a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/stax-server.xml
+++
b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/stax-server.xml
@@ -30,7 +30,7 @@
-->
<cxf:bus>
<cxf:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
</cxf:features>
</cxf:bus>
<!--
diff --git
a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/addr-inline-policy-old.xml
b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/addr-inline-policy-old.xml
index 63014e3..bbccdf6 100644
---
a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/addr-inline-policy-old.xml
+++
b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/addr-inline-policy-old.xml
@@ -32,7 +32,7 @@
</http:conduit>
<jaxws:endpoint name="{http://cxf.apache.org/greeter_control}GreeterPort"
createdFromAPI="true">
<jaxws:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
<p:policies>
<wsp2006:PolicyReference URI="#AddressingPolicy"/>
</p:policies>
@@ -40,7 +40,7 @@
</jaxws:endpoint>
<jaxws:client name="{http://cxf.apache.org/greeter_control}GreeterPort"
createdFromAPI="true">
<jaxws:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
<p:policies>
<wsp2006:PolicyReference URI="#AddressingPolicy"/>
</p:policies>
diff --git
a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/addr-inline-policy.xml
b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/addr-inline-policy.xml
index e499614..d879232 100644
---
a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/addr-inline-policy.xml
+++
b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/addr-inline-policy.xml
@@ -32,7 +32,7 @@
</http:conduit>
<jaxws:endpoint name="{http://cxf.apache.org/greeter_control}GreeterPort"
createdFromAPI="true">
<jaxws:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
<p:policies>
<wsp:PolicyReference URI="#AddressingPolicy"/>
</p:policies>
@@ -40,7 +40,7 @@
</jaxws:endpoint>
<jaxws:client name="{http://cxf.apache.org/greeter_control}GreeterPort"
createdFromAPI="true">
<jaxws:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
<p:policies>
<wsp:PolicyReference URI="#AddressingPolicy"/>
</p:policies>
diff --git
a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/rm10wsdl_server.xml
b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/rm10wsdl_server.xml
index 418b49f..0860dd8 100644
---
a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/rm10wsdl_server.xml
+++
b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/rm10wsdl_server.xml
@@ -36,7 +36,7 @@
</bean>
<jaxws:endpoint xmlns:ns="http://cxf.apache.org/greeter_control" id="id1"
implementor="org.apache.cxf.systest.ws.policy.ReliableGreeterImpl"
serviceName="ns:ReliableGreeterService" endpointName="ns:GreeterPort"
address="http://localhost:${testutil.ports.Server}/SoapContext/GreeterPort">
<jaxws:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
<p:policies>
<wsp:PolicyReference URI="#AddressingRmPolicy"/>
</p:policies>
@@ -44,7 +44,7 @@
</jaxws:endpoint>
<jaxws:endpoint xmlns:ns="http://cxf.apache.org/greeter_control" id="id2"
implementor="org.apache.cxf.systest.ws.policy.ReliableGreeterImpl2"
serviceName="ns:ReliableGreeterService" endpointName="ns:GreeterPort2"
address="http://localhost:${testutil.ports.Server}/SoapContext/GreeterPort2">
<jaxws:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
<p:policies>
<wsp:PolicyReference URI="#AddressingPolicy"/>
</p:policies>
diff --git
a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/rm12wsdl_server.xml
b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/rm12wsdl_server.xml
index 5602a76..c1298ba 100644
---
a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/rm12wsdl_server.xml
+++
b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/rm12wsdl_server.xml
@@ -35,7 +35,7 @@
</bean>
<jaxws:endpoint xmlns:ns="http://cxf.apache.org/greeter_control" id="id1"
implementor="org.apache.cxf.systest.ws.policy.ReliableGreeterImpl"
serviceName="ns:ReliableGreeterService" endpointName="ns:GreeterPort"
address="http://localhost:${testutil.ports.Server}/SoapContext/GreeterPort">
<jaxws:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
<p:policies>
<wsp:PolicyReference URI="#AddressingRmPolicy"/>
</p:policies>
@@ -43,7 +43,7 @@
</jaxws:endpoint>
<jaxws:endpoint xmlns:ns="http://cxf.apache.org/greeter_control" id="id2"
implementor="org.apache.cxf.systest.ws.policy.ReliableGreeterImpl2"
serviceName="ns:ReliableGreeterService" endpointName="ns:GreeterPort2"
address="http://localhost:${testutil.ports.Server}/SoapContext/GreeterPort2">
<jaxws:features>
- <bean class="org.apache.cxf.feature.LoggingFeature"/>
+ <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
<p:policies>
<wsp:PolicyReference URI="#AddressingPolicy"/>
</p:policies>