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

bvahdat pushed a commit to branch xml-namespace-cleanups
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/xml-namespace-cleanups by this 
push:
     new 4c3295f  cleanup the xml formatting
4c3295f is described below

commit 4c3295ff17d4fd78a6841ea3e55f12dbc8ad62eb
Author: Babak Vahdat <[email protected]>
AuthorDate: Sun Jan 3 14:18:30 2021 +0100

    cleanup the xml formatting
---
 .../apache/camel/component/jetty/rest/RestJettyBasicAuthTest.xml    | 5 ++---
 .../org/apache/camel/itest/security/CxfMessageCamelContext.xml      | 6 ++----
 .../resources/org/apache/camel/itest/security/camel-context.xml     | 6 ++----
 3 files changed, 6 insertions(+), 11 deletions(-)

diff --git 
a/components/camel-jetty/src/test/resources/org/apache/camel/component/jetty/rest/RestJettyBasicAuthTest.xml
 
b/components/camel-jetty/src/test/resources/org/apache/camel/component/jetty/rest/RestJettyBasicAuthTest.xml
index 1196a7d..a53b1a3 100644
--- 
a/components/camel-jetty/src/test/resources/org/apache/camel/component/jetty/rest/RestJettyBasicAuthTest.xml
+++ 
b/components/camel-jetty/src/test/resources/org/apache/camel/component/jetty/rest/RestJettyBasicAuthTest.xml
@@ -54,8 +54,7 @@
                        port="9444"
                        apiContextPath="api-docs"
                        apiContextListing="true"
-                       enableCORS="true"
-    >
+                       enableCORS="true">
 
       <endpointProperty key="handlers" value="securityHandler"/>
       <dataFormatProperty key="prettyPrint" value="true"/>
@@ -77,4 +76,4 @@
     </rest>
 
   </camelContext>
-</beans>
\ No newline at end of file
+</beans>
diff --git 
a/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/CxfMessageCamelContext.xml
 
b/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/CxfMessageCamelContext.xml
index b56443c..269e5e9 100644
--- 
a/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/CxfMessageCamelContext.xml
+++ 
b/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/CxfMessageCamelContext.xml
@@ -63,8 +63,7 @@
        serviceName="s:SOAPService"
        xmlns:s="http://apache.org/hello_world_soap_http";
         address="http://localhost:9000/SoapContext/SoapPort";
-        loggingFeatureEnabled="true"
-        >
+        loggingFeatureEnabled="true">
         <cxf:inInterceptors>
             <ref bean="UsernameToken_Request"/>
         </cxf:inInterceptors>
@@ -75,8 +74,7 @@
     -->
     <bean
         id="UsernameToken_Request"
-        class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor"
-        >
+        class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
         <constructor-arg>
             <map>
                 <entry key="action" value="UsernameToken"/>
diff --git 
a/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/camel-context.xml
 
b/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/camel-context.xml
index a3164ad..5cfc3fe 100644
--- 
a/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/camel-context.xml
+++ 
b/tests/camel-itest/src/test/resources/org/apache/camel/itest/security/camel-context.xml
@@ -62,8 +62,7 @@
        endpointName="s:SoapOverHttp"
        serviceName="s:SOAPService"
        xmlns:s="http://apache.org/hello_world_soap_http";
-        address="http://localhost:9000/SoapContext/SoapPort";
-        >
+        address="http://localhost:9000/SoapContext/SoapPort";>
         <cxf:inInterceptors>
             <ref bean="UsernameToken_Request"/>
             <!-- bean 
class="org.apache.cxf.binding.soap.saaj.SAAJInInterceptor"/-->
@@ -75,8 +74,7 @@
     -->
     <bean
         id="UsernameToken_Request"
-        class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor"
-        >
+        class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
         <constructor-arg>
             <map>
                 <entry key="action" value="UsernameToken"/>

Reply via email to