Modified: 
websites/production/cxf/content/docs/maven-cxf-codegen-plugin-wsdl-to-java.html
==============================================================================
--- 
websites/production/cxf/content/docs/maven-cxf-codegen-plugin-wsdl-to-java.html 
(original)
+++ 
websites/production/cxf/content/docs/maven-cxf-codegen-plugin-wsdl-to-java.html 
Tue Apr 26 22:46:57 2022
@@ -110,11 +110,11 @@ Apache CXF -- Maven cxf-codegen-plugin (
            <!-- Content -->
            <div class="wiki-content">
 <div id="ConfluenceContent"><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1641921618988 {padding: 0px;}
-div.rbtoc1641921618988 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1641921618988 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1651013009766 {padding: 0px;}
+div.rbtoc1651013009766 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1651013009766 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1641921618988">
+/*]]>*/</style></p><div class="toc-macro rbtoc1651013009766">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Mavencxfcodegenplugin(WSDLtoJava)-Introduction">Introduction</a></li><li><a
 shape="rect" 
href="#Mavencxfcodegenplugin(WSDLtoJava)-Example1:PassinginaJAX-WSBindingfile">Example
 1: Passing in a JAX-WS Binding file</a></li><li><a shape="rect" 
href="#Mavencxfcodegenplugin(WSDLtoJava)-Example2:Specifythedatabinding">Example
 2: Specify the data binding</a></li><li><a shape="rect" 
href="#Mavencxfcodegenplugin(WSDLtoJava)-Example3:Specifyingaservicetogenerateartifactsfor">Example
 3: Specifying a service to generate artifacts for</a></li><li><a shape="rect" 
href="#Mavencxfcodegenplugin(WSDLtoJava)-Example4:UsingdefaultOptiontoavoidrepetition">Example
 4: Using defaultOption to avoid repetition</a></li><li><a shape="rect" 
href="#Mavencxfcodegenplugin(WSDLtoJava)-Example5:UsingwsdlRootwithincludes/excludespatterns">Example
 5: Using wsdlRoot with includes/excludes patterns</a></li><li><a shape="rect" 
href="#Mavencxfcodegenplugin(WSDLtoJava)-
 Example6:Loadingawsdlfromthemavenrepository">Example 6: Loading a wsdl from 
the maven repository</a></li><li><a shape="rect" 
href="#Mavencxfcodegenplugin(WSDLtoJava)-Example7:Usingxjcextensions">Example 
7: Using xjc extensions</a></li><li><a shape="rect" 
href="#Mavencxfcodegenplugin(WSDLtoJava)-Example8-UsingJAXB/JAX-WS2.2withJava6">Example
 8 - Using JAXB/JAX-WS 2.2 with Java 6</a></li><li><a shape="rect" 
href="#Mavencxfcodegenplugin(WSDLtoJava)-ReadingexternalDTDs">Reading external 
DTDs</a></li><li><a shape="rect" 
href="#Mavencxfcodegenplugin(WSDLtoJava)-Otherconfigurationoptions">Other 
configuration options</a></li></ul>
 </div><h3 
id="Mavencxfcodegenplugin(WSDLtoJava)-Introduction">Introduction</h3><p>CXF 
includes a Maven plugin which can generate java artifacts from WSDL. Here is a 
simple example:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
 <pre class="brush: xml; gutter: false; theme: Default">&lt;plugin&gt;
@@ -239,7 +239,7 @@ div.rbtoc1641921618988 li {margin-left:
     &lt;/wsdlOptions&gt;
 &lt;/configuration&gt;
 </pre>
-</div></div><p>This will load the wsdl 
/org/apache/pizza/PizzaService-1.0.0.wsdl into your local maven repository and 
generate java code from it.</p><h3 
id="Mavencxfcodegenplugin(WSDLtoJava)-Example7:Usingxjcextensions">Example 7: 
Using xjc extensions</h3><p>Standard JAXB command-line customizations can be 
added via &lt;extraarg&gt; elements, either one per line or comma separated. <a 
shape="rect" href="../xjc-utils.html">CXF also offers some JAXB extensions for 
the code generation</a>. They have to be added as dependencies and then 
activated by using an extraarg with content -xjc-X&lt;extension id&gt;</p><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>artifact id</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>description</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>extension id</p></th></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>cxf-xjc-boolean</p></td><td 
colspan="1" 
 rowspan="1" class="confluenceTd"><p>Adds getters for booleans</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>boolean</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>cxf-xjc-bug671</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Workaroung for JAXB bug 
671</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>bug671</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>cxf-xjc-dv</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Default value support</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>dv</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>cxf-xjc-ts</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Adds toString to objects</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>ts</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p>cxf-xjc-wsdlextension</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>WsdlExtension support</p
 ></td><td colspan="1" rowspan="1" 
 >class="confluenceTd"><p>wsdlextension</p></td></tr><tr><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p>jaxb-fluent-api</p><p>(<img 
 >class="emoticon emoticon-warning" 
 >src="https://cwiki.apache.org/confluence/s/6dvx22/8703/4mhn8a/_/images/icons/emoticons/warning.svg";
 > data-emoticon-name="warning" alt="(warning)"> not part of CXF:</p><p>group 
 >id is net.java.dev.jaxb2-commons)</p></td><td colspan="1" rowspan="1" 
 >class="confluenceTd">Fluent API for setters</td><td colspan="1" rowspan="1" 
 >class="confluenceTd">fluent-api</td></tr></tbody></table></div><p>An example 
 >showing attachment of a JAXB binding file and the CXF toString() extension is 
 >below:</p><div class="code panel pdl" style="border-width: 1px;"><div 
 >class="codeContent panelContent pdl">
+</div></div><p>This will load the wsdl 
/org/apache/pizza/PizzaService-1.0.0.wsdl into your local maven repository and 
generate java code from it.</p><h3 
id="Mavencxfcodegenplugin(WSDLtoJava)-Example7:Usingxjcextensions">Example 7: 
Using xjc extensions</h3><p>Standard JAXB command-line customizations can be 
added via &lt;extraarg&gt; elements, either one per line or comma separated. <a 
shape="rect" href="../xjc-utils.html">CXF also offers some JAXB extensions for 
the code generation</a>. They have to be added as dependencies and then 
activated by using an extraarg with content -xjc-X&lt;extension id&gt;</p><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>artifact id</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>description</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>extension id</p></th></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>cxf-xjc-boolean</p></td><td 
colspan="1" 
 rowspan="1" class="confluenceTd"><p>Adds getters for booleans</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>boolean</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>cxf-xjc-bug671</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Workaroung for JAXB bug 
671</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>bug671</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>cxf-xjc-dv</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Default value support</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>dv</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>cxf-xjc-ts</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Adds toString to objects</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>ts</p></td></tr><tr><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p>cxf-xjc-wsdlextension</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>WsdlExtension support</p
 ></td><td colspan="1" rowspan="1" 
 >class="confluenceTd"><p>wsdlextension</p></td></tr><tr><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p>jaxb-fluent-api</p><p>(<img 
 >class="emoticon emoticon-warning" 
 >src="https://cwiki.apache.org/confluence/s/tr3zqt/8703/4mhn8a/_/images/icons/emoticons/warning.svg";
 > data-emoticon-name="warning" alt="(warning)"> not part of CXF:</p><p>group 
 >id is net.java.dev.jaxb2-commons)</p></td><td colspan="1" rowspan="1" 
 >class="confluenceTd">Fluent API for setters</td><td colspan="1" rowspan="1" 
 >class="confluenceTd">fluent-api</td></tr></tbody></table></div><p>An example 
 >showing attachment of a JAXB binding file and the CXF toString() extension is 
 >below:</p><div class="code panel pdl" style="border-width: 1px;"><div 
 >class="codeContent panelContent pdl">
 <pre class="brush: xml; gutter: false; theme: Default">&lt;plugin&gt;
   &lt;groupId&gt;org.apache.cxf&lt;/groupId&gt;
   &lt;artifactId&gt;cxf-codegen-plugin&lt;/artifactId&gt;
@@ -400,7 +400,7 @@ div.rbtoc1641921618988 li {margin-left:
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=2853210";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=2853210&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -419,15 +419,6 @@ div.rbtoc1641921618988 li {margin-left:
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/maven-java2ws-plugin.html
==============================================================================
--- websites/production/cxf/content/docs/maven-java2ws-plugin.html (original)
+++ websites/production/cxf/content/docs/maven-java2ws-plugin.html Tue Apr 26 
22:46:57 2022
@@ -182,7 +182,7 @@ Apache CXF -- Maven Java2WS plugin
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=2853218";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=2853218&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -201,15 +201,6 @@ Apache CXF -- Maven Java2WS plugin
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: 
websites/production/cxf/content/docs/maven-java2wsdl-plugin-cxf-20x-only-removed-in-21-and-replaced-with-java2ws.html
==============================================================================
--- 
websites/production/cxf/content/docs/maven-java2wsdl-plugin-cxf-20x-only-removed-in-21-and-replaced-with-java2ws.html
 (original)
+++ 
websites/production/cxf/content/docs/maven-java2wsdl-plugin-cxf-20x-only-removed-in-21-and-replaced-with-java2ws.html
 Tue Apr 26 22:46:57 2022
@@ -168,7 +168,7 @@ Apache CXF -- Maven Java2WSDL plugin (CX
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=2853216";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=2853216&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -187,15 +187,6 @@ Apache CXF -- Maven Java2WSDL plugin (CX
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/message-logging.html
==============================================================================
--- websites/production/cxf/content/docs/message-logging.html (original)
+++ websites/production/cxf/content/docs/message-logging.html Tue Apr 26 
22:46:57 2022
@@ -197,7 +197,7 @@ feature:install decanter-collector-log d
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=61330676";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61330676&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -216,15 +216,6 @@ feature:install decanter-collector-log d
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/metrics.html
==============================================================================
--- websites/production/cxf/content/docs/metrics.html (original)
+++ websites/production/cxf/content/docs/metrics.html Tue Apr 26 22:46:57 2022
@@ -114,7 +114,7 @@ Apache CXF -- Metrics
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=165221850";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=165221850&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -133,15 +133,6 @@ Apache CXF -- Metrics
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/micrometer.html
==============================================================================
--- websites/production/cxf/content/docs/micrometer.html (original)
+++ websites/production/cxf/content/docs/micrometer.html Tue Apr 26 22:46:57 
2022
@@ -109,11 +109,11 @@ Apache CXF -- Micrometer
            <!-- Content -->
            <div class="wiki-content">
 <div id="ConfluenceContent"><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1641921783097 {padding: 0px;}
-div.rbtoc1641921783097 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1641921783097 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1651013149799 {padding: 0px;}
+div.rbtoc1651013149799 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1651013149799 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1641921783097">
+/*]]>*/</style></p><div class="toc-macro rbtoc1651013149799">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Micrometer-Introduction">Introduction</a></li><li><a shape="rect" 
href="#Micrometer-MetricsProvider">Metrics Provider</a></li><li><a shape="rect" 
href="#Micrometer-Configuration">Configuration</a></li><li><a shape="rect" 
href="#Micrometer-IntegrationwithJAX-WS">Integration with JAX-WS</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#Micrometer-Server">Server</a></li><li><a shape="rect" 
href="#Micrometer-Client(since3.3.9/3.4.2)">Client (since 3.3.9 / 
3.4.2)</a></li></ul>
 </li><li><a shape="rect" href="#Micrometer-IntegrationwithJAX-RS">Integration 
with JAX-RS</a>
@@ -203,7 +203,7 @@ factory.setFeatures(Arrays.asList(new Me
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=165221855";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=165221855&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -222,15 +222,6 @@ factory.setFeatures(Arrays.asList(new Me
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/migration-guides.html
==============================================================================
--- websites/production/cxf/content/docs/migration-guides.html (original)
+++ websites/production/cxf/content/docs/migration-guides.html Tue Apr 26 
22:46:57 2022
@@ -114,7 +114,7 @@ Apache CXF -- Migration Guides
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=22872366";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=22872366&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -133,15 +133,6 @@ Apache CXF -- Migration Guides
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/mtom-attachments-with-jaxb.html
==============================================================================
--- websites/production/cxf/content/docs/mtom-attachments-with-jaxb.html 
(original)
+++ websites/production/cxf/content/docs/mtom-attachments-with-jaxb.html Tue 
Apr 26 22:46:57 2022
@@ -307,7 +307,7 @@ picture.setImageData(new DataHandler(sou
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=51896";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51896&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -326,15 +326,6 @@ picture.setImageData(new DataHandler(sou
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/mtom.html
==============================================================================
--- websites/production/cxf/content/docs/mtom.html (original)
+++ websites/production/cxf/content/docs/mtom.html Tue Apr 26 22:46:57 2022
@@ -237,7 +237,7 @@ SOAPBinding binding = (SOAPBinding)bp.ge
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=60618";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=60618&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -256,15 +256,6 @@ SOAPBinding binding = (SOAPBinding)bp.ge
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: 
websites/production/cxf/content/docs/multiplexed-endpointreferences.html
==============================================================================
--- websites/production/cxf/content/docs/multiplexed-endpointreferences.html 
(original)
+++ websites/production/cxf/content/docs/multiplexed-endpointreferences.html 
Tue Apr 26 22:46:57 2022
@@ -201,7 +201,7 @@ Number num = (Number)serviceImpl.getPort
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=52211";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=52211&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -220,15 +220,6 @@ Number num = (Number)serviceImpl.getPort
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/navigation-new.html
==============================================================================
--- websites/production/cxf/content/docs/navigation-new.html (original)
+++ websites/production/cxf/content/docs/navigation-new.html Tue Apr 26 
22:46:57 2022
@@ -140,7 +140,7 @@ Apache CXF -- Navigation New
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=69954";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=69954&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -159,15 +159,6 @@ Apache CXF -- Navigation New
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/navigation.html
==============================================================================
--- websites/production/cxf/content/docs/navigation.html (original)
+++ websites/production/cxf/content/docs/navigation.html Tue Apr 26 22:46:57 
2022
@@ -117,7 +117,7 @@ Apache CXF -- Navigation
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=27172";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27172&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -136,15 +136,6 @@ Apache CXF -- Navigation
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/netty-configuration.html
==============================================================================
--- websites/production/cxf/content/docs/netty-configuration.html (original)
+++ websites/production/cxf/content/docs/netty-configuration.html Tue Apr 26 
22:46:57 2022
@@ -109,11 +109,11 @@ Apache CXF -- Netty Configuration
            <!-- Content -->
            <div class="wiki-content">
 <div id="ConfluenceContent"><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1641921771761 {padding: 0px;}
-div.rbtoc1641921771761 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1641921771761 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1651013140168 {padding: 0px;}
+div.rbtoc1651013140168 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1651013140168 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1641921771761">
+/*]]>*/</style></p><div class="toc-macro rbtoc1651013140168">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#NettyConfiguration-ConfiguringtheNettyRuntime">Configuring the Netty 
Runtime</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#NettyConfiguration-Overview">Overview</a></li><li><a shape="rect" 
href="#NettyConfiguration-Namespace">Namespace</a></li><li><a shape="rect" 
href="#NettyConfiguration-Theengine-factoryelement">The engine-factory 
element</a></li><li><a shape="rect" 
href="#NettyConfiguration-Theengineelement">The engine element</a></li><li><a 
shape="rect" href="#NettyConfiguration-Configuringthethreadpool">Configuring 
the thread pool</a></li><li><a shape="rect" 
href="#NettyConfiguration-netty_http2HTTP/2support">HTTP/2 
support</a></li><li><a shape="rect" 
href="#NettyConfiguration-Example">Example</a></li></ul>
 </li></ul>
@@ -174,7 +174,7 @@ div.rbtoc1641921771761 li {margin-left:
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=191336279";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=191336279&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -193,15 +193,6 @@ div.rbtoc1641921771761 li {margin-left:
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/old-message-logging.html
==============================================================================
--- websites/production/cxf/content/docs/old-message-logging.html (original)
+++ websites/production/cxf/content/docs/old-message-logging.html Tue Apr 26 
22:46:57 2022
@@ -167,7 +167,7 @@ public static void main (String[] args)
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=61330681";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61330681&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -186,15 +186,6 @@ public static void main (String[] args)
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/openapifeature-microprofile.html
==============================================================================
--- websites/production/cxf/content/docs/openapifeature-microprofile.html 
(original)
+++ websites/production/cxf/content/docs/openapifeature-microprofile.html Tue 
Apr 26 22:46:57 2022
@@ -98,12 +98,12 @@ Apache CXF -- OpenApiFeature (Microprofi
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><h1 
id="OpenApiFeature(Microprofile)-/*&lt;![CDATA[*/div.rbtoc1641921591728{padding:0px;}div.rbtoc1641921591728ul{list-style:disc;margin-left:0px;}div.rbtoc1641921591728li{margin-left:0px;padding-left:0px;}/*]]&gt;*/#OpenApiFeature(Microprofile)-Introduction#OpenApiFea"><style
 type="text/css">/*<![CDATA[*/
-div.rbtoc1641921591728 {padding: 0px;}
-div.rbtoc1641921591728 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1641921591728 li {margin-left: 0px;padding-left: 0px;}
+<div id="ConfluenceContent"><h1 
id="OpenApiFeature(Microprofile)-/*&lt;![CDATA[*/div.rbtoc1651012986646{padding:0px;}div.rbtoc1651012986646ul{list-style:disc;margin-left:0px;}div.rbtoc1651012986646li{margin-left:0px;padding-left:0px;}/*]]&gt;*/#OpenApiFeature(Microprofile)-Introduction#OpenApiFea"><style
 type="text/css">/*<![CDATA[*/
+div.rbtoc1651012986646 {padding: 0px;}
+div.rbtoc1651012986646 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1651012986646 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></h1><div class="toc-macro rbtoc1641921591728">
+/*]]>*/</style></h1><div class="toc-macro rbtoc1651012986646">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#OpenApiFeature(Microprofile)-"></a></li><li><a shape="rect" 
href="#OpenApiFeature(Microprofile)-Introduction">Introduction</a></li><li><a 
shape="rect" href="#OpenApiFeature(Microprofile)-Setup">Setup</a></li><li><a 
shape="rect" 
href="#OpenApiFeature(Microprofile)-Properties">Properties</a></li><li><a 
shape="rect" 
href="#OpenApiFeature(Microprofile)-ConfiguringfromCode">Configuring from 
Code</a></li><li><a shape="rect" 
href="#OpenApiFeature(Microprofile)-ConfiguringfromSpring">Configuring from 
Spring</a></li><li><a shape="rect" 
href="#OpenApiFeature(Microprofile)-ConfiguringfromPropertyfiles">Configuring 
from Property files</a></li><li><a shape="rect" 
href="#OpenApiFeature(Microprofile)-EnablingSwaggerUI">Enabling Swagger UI</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#OpenApiFeature(Microprofile)-ConfiguringSwaggerUI">Configuring Swagger 
UI</a></li></ul>
 </li><li><a shape="rect" 
href="#OpenApiFeature(Microprofile)-Samples">Samples</a></li></ul>
@@ -126,7 +126,7 @@ openapi.json</pre></td><td colspan="1" r
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=158876852";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=158876852&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -145,15 +145,6 @@ openapi.json</pre></td><td colspan="1" r
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/openapifeature.html
==============================================================================
--- websites/production/cxf/content/docs/openapifeature.html (original)
+++ websites/production/cxf/content/docs/openapifeature.html Tue Apr 26 
22:46:57 2022
@@ -110,11 +110,11 @@ Apache CXF -- OpenApiFeature
            <!-- Content -->
            <div class="wiki-content">
 <div id="ConfluenceContent"><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1641921759458 {padding: 0px;}
-div.rbtoc1641921759458 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1641921759458 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1651013129542 {padding: 0px;}
+div.rbtoc1651013129542 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1651013129542 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1641921759458">
+/*]]>*/</style></p><div class="toc-macro rbtoc1651013129542">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#OpenApiFeature-Introduction">Introduction</a></li><li><a shape="rect" 
href="#OpenApiFeature-Setup">Setup</a></li><li><a shape="rect" 
href="#OpenApiFeature-Properties">Properties</a></li><li><a shape="rect" 
href="#OpenApiFeature-ConfiguringfromCode">Configuring from Code</a></li><li><a 
shape="rect" href="#OpenApiFeature-ConfiguringfromSpring">Configuring from 
Spring</a></li><li><a shape="rect" 
href="#OpenApiFeature-ConfiguringinBlueprint">Configuring in 
Blueprint</a></li><li><a shape="rect" 
href="#OpenApiFeature-ConfiguringinCXFNonSpringJaxrsServlet">Configuring in 
CXFNonSpringJaxrsServlet</a></li><li><a shape="rect" 
href="#OpenApiFeature-ConfiguringfromPropertyfiles">Configuring from Property 
files</a></li><li><a shape="rect" 
href="#OpenApiFeature-SpringBootAutoConfiguration">Spring Boot Auto 
Configuration</a></li><li><a shape="rect" 
href="#OpenApiFeature-EnablingSwaggerUI">Enabling Swagger UI</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#OpenApiFeature-EnablingSwaggerUIinOSGicontainer(Karaf)">Enabling Swagger 
UI in OSGi container (Karaf)</a></li><li><a shape="rect" 
href="#OpenApiFeature-ConfiguringSwaggerUI(3.2.7+)">Configuring Swagger UI 
(3.2.7+)</a></li></ul>
 </li><li><a shape="rect" 
href="#OpenApiFeature-OpenApiFeature-UsingMultipleServerEndpoints(3.3.0+)UsingMultipleServerEndpoints(3.3.0+)">Using
 Multiple Server Endpoints (3.3.0+)</a></li><li><a shape="rect" 
href="#OpenApiFeature-Samples">Samples</a></li></ul>
@@ -268,7 +268,7 @@ feature.setUseContextBasedConfig(true);
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=75979822";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75979822&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -287,15 +287,6 @@ feature.setUseContextBasedConfig(true);
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/overview.html
==============================================================================
--- websites/production/cxf/content/docs/overview.html (original)
+++ websites/production/cxf/content/docs/overview.html Tue Apr 26 22:46:57 2022
@@ -117,7 +117,7 @@ Apache CXF -- Overview
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=69142";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=69142&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -136,15 +136,6 @@ Apache CXF -- Overview
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/provider-services.html
==============================================================================
--- websites/production/cxf/content/docs/provider-services.html (original)
+++ websites/production/cxf/content/docs/provider-services.html Tue Apr 26 
22:46:57 2022
@@ -304,7 +304,7 @@ public class  stockQuoteReporterProvider
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=59880";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=59880&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -323,15 +323,6 @@ public class  stockQuoteReporterProvider
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/pure-xml.html
==============================================================================
--- websites/production/cxf/content/docs/pure-xml.html (original)
+++ websites/production/cxf/content/docs/pure-xml.html Tue Apr 26 22:46:57 2022
@@ -242,7 +242,7 @@ xmlns:xformat="http://cxf.apache.org/bin
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=56199";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=56199&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -261,15 +261,6 @@ xmlns:xformat="http://cxf.apache.org/bin
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/quicklinks.html
==============================================================================
--- websites/production/cxf/content/docs/quicklinks.html (original)
+++ websites/production/cxf/content/docs/quicklinks.html Tue Apr 26 22:46:57 
2022
@@ -114,7 +114,7 @@ Apache CXF -- QuickLinks
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=2330677";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=2330677&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -133,15 +133,6 @@ Apache CXF -- QuickLinks
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: 
websites/production/cxf/content/docs/rest-with-jax-ws-provider-and-dispatch.html
==============================================================================
--- 
websites/production/cxf/content/docs/rest-with-jax-ws-provider-and-dispatch.html
 (original)
+++ 
websites/production/cxf/content/docs/rest-with-jax-ws-provider-and-dispatch.html
 Tue Apr 26 22:46:57 2022
@@ -172,7 +172,7 @@ Apache CXF -- REST with JAX-WS Provider
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=31897";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=31897&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -191,15 +191,6 @@ Apache CXF -- REST with JAX-WS Provider
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/restful-services.html
==============================================================================
--- websites/production/cxf/content/docs/restful-services.html (original)
+++ websites/production/cxf/content/docs/restful-services.html Tue Apr 26 
22:46:57 2022
@@ -114,7 +114,7 @@ Apache CXF -- RESTful Services
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=31846";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=31846&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -133,15 +133,6 @@ Apache CXF -- RESTful Services
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: 
websites/production/cxf/content/docs/running-a-service-in-tomcat-on-zos.html
==============================================================================
--- 
websites/production/cxf/content/docs/running-a-service-in-tomcat-on-zos.html 
(original)
+++ 
websites/production/cxf/content/docs/running-a-service-in-tomcat-on-zos.html 
Tue Apr 26 22:46:57 2022
@@ -229,7 +229,7 @@ export IBM_JAVA_ZOS_TDUMP=NO
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=67744";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=67744&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -248,15 +248,6 @@ export IBM_JAVA_ZOS_TDUMP=NO
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/saml-web-sso.html
==============================================================================
--- websites/production/cxf/content/docs/saml-web-sso.html (original)
+++ websites/production/cxf/content/docs/saml-web-sso.html Tue Apr 26 22:46:57 
2022
@@ -113,11 +113,11 @@ Apache CXF -- SAML Web SSO
 
 
 <br clear="none"></p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1641921639866 {padding: 0px;}
-div.rbtoc1641921639866 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1641921639866 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1651013027061 {padding: 0px;}
+div.rbtoc1651013027061 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1651013027061 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1641921639866">
+/*]]>*/</style></p><div class="toc-macro rbtoc1651013027061">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#SAMLWebSSO-Introduction">Introduction</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#SAMLWebSSO-TypicalFlow">Typical Flow</a></li></ul>
 </li><li><a shape="rect" href="#SAMLWebSSO-Mavendependencies">Maven 
dependencies</a></li><li><a shape="rect" 
href="#SAMLWebSSO-IdentityProvider">Identity Provider</a></li><li><a 
shape="rect" href="#SAMLWebSSO-ServiceProviderSecurityFilter">Service Provider 
Security Filter</a>
@@ -318,7 +318,7 @@ div.rbtoc1641921639866 li {margin-left:
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=27850442";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27850442&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -337,15 +337,6 @@ div.rbtoc1641921639866 li {margin-left:
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/sample-projects.html
==============================================================================
--- websites/production/cxf/content/docs/sample-projects.html (original)
+++ websites/production/cxf/content/docs/sample-projects.html Tue Apr 26 
22:46:57 2022
@@ -114,7 +114,7 @@ Apache CXF -- Sample Projects
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=24183714";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=24183714&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -133,15 +133,6 @@ Apache CXF -- Sample Projects
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/schemas-and-namespaces.html
==============================================================================
--- websites/production/cxf/content/docs/schemas-and-namespaces.html (original)
+++ websites/production/cxf/content/docs/schemas-and-namespaces.html Tue Apr 26 
22:46:57 2022
@@ -150,7 +150,7 @@ http\://cxf.apache.org/schemas/wsdl/http
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=56013";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=56013&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -169,15 +169,6 @@ http\://cxf.apache.org/schemas/wsdl/http
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/sdo.html
==============================================================================
--- websites/production/cxf/content/docs/sdo.html (original)
+++ websites/production/cxf/content/docs/sdo.html Tue Apr 26 22:46:57 2022
@@ -138,7 +138,7 @@ xsd-2.2.3.jar
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=23338251";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=23338251&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -157,15 +157,6 @@ xsd-2.2.3.jar
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/secure-jax-rs-services.html
==============================================================================
--- websites/production/cxf/content/docs/secure-jax-rs-services.html (original)
+++ websites/production/cxf/content/docs/secure-jax-rs-services.html Tue Apr 26 
22:46:57 2022
@@ -113,11 +113,11 @@ Apache CXF -- Secure JAX-RS Services
 
 
 <br clear="none"></p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1641921786343 {padding: 0px;}
-div.rbtoc1641921786343 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1641921786343 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1651013152532 {padding: 0px;}
+div.rbtoc1651013152532 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1651013152532 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1641921786343">
+/*]]>*/</style></p><div class="toc-macro rbtoc1651013152532">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#SecureJAXRSServices-HTTPS">HTTPS</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#SecureJAXRSServices-Configuringendpoints">Configuring 
endpoints</a></li><li><a shape="rect" 
href="#SecureJAXRSServices-Configuringclients">Configuring clients</a></li></ul>
 </li><li><a shape="rect" 
href="#SecureJAXRSServices-Authentication">Authentication</a></li><li><a 
shape="rect" 
href="#SecureJAXRSServices-Authorization">Authorization</a></li><li><a 
shape="rect" href="#SecureJAXRSServices-WS-Trustintegration">WS-Trust 
integration</a>
@@ -337,7 +337,7 @@ BookStore proxy = JAXRSClientFactory.cre
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=26119178";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=26119178&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -356,15 +356,6 @@ BookStore proxy = JAXRSClientFactory.cre
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/securing-cxf-services.html
==============================================================================
--- websites/production/cxf/content/docs/securing-cxf-services.html (original)
+++ websites/production/cxf/content/docs/securing-cxf-services.html Tue Apr 26 
22:46:57 2022
@@ -108,11 +108,11 @@ Apache CXF -- Securing CXF Services
            <!-- Content -->
            <div class="wiki-content">
 <div id="ConfluenceContent"><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1641921578408 {padding: 0px;}
-div.rbtoc1641921578408 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1641921578408 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1651012977127 {padding: 0px;}
+div.rbtoc1651012977127 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1651012977127 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1641921578408">
+/*]]>*/</style></p><div class="toc-macro rbtoc1651012977127">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#SecuringCXFServices-Securetransports">Secure transports</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#SecuringCXFServices-HTTPS">HTTPS</a></li></ul>
 </li><li><a shape="rect" 
href="#SecuringCXFServices-SecuringJAX-WSservices">Securing JAX-WS services</a>
@@ -227,7 +227,7 @@ div.rbtoc1641921578408 li {margin-left:
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=24190972";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=24190972&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -246,15 +246,6 @@ div.rbtoc1641921578408 li {margin-left:
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/security-configuration.html
==============================================================================
--- websites/production/cxf/content/docs/security-configuration.html (original)
+++ websites/production/cxf/content/docs/security-configuration.html Tue Apr 26 
22:46:57 2022
@@ -114,7 +114,7 @@ Apache CXF -- Security Configuration
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=56066405";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=56066405&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -133,15 +133,6 @@ Apache CXF -- Security Configuration
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/server-http-transport.html
==============================================================================
--- websites/production/cxf/content/docs/server-http-transport.html (original)
+++ websites/production/cxf/content/docs/server-http-transport.html Tue Apr 26 
22:46:57 2022
@@ -169,7 +169,7 @@ Apache CXF -- Server HTTP Transport
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=60558";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=60558&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -188,15 +188,6 @@ Apache CXF -- Server HTTP Transport
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: 
websites/production/cxf/content/docs/server-service-and-client-factorybeans.html
==============================================================================
--- 
websites/production/cxf/content/docs/server-service-and-client-factorybeans.html
 (original)
+++ 
websites/production/cxf/content/docs/server-service-and-client-factorybeans.html
 Tue Apr 26 22:46:57 2022
@@ -151,7 +151,7 @@ Server svr = svrFactory.create();
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=49908";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49908&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -170,15 +170,6 @@ Server svr = svrFactory.create();
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/service-routing.html
==============================================================================
--- websites/production/cxf/content/docs/service-routing.html (original)
+++ websites/production/cxf/content/docs/service-routing.html Tue Apr 26 
22:46:57 2022
@@ -310,7 +310,7 @@ public class MediatorInInterceptor exten
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=49775";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49775&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -329,15 +329,6 @@ public class MediatorInInterceptor exten
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/servlet-transport.html
==============================================================================
--- websites/production/cxf/content/docs/servlet-transport.html (original)
+++ websites/production/cxf/content/docs/servlet-transport.html Tue Apr 26 
22:46:57 2022
@@ -387,7 +387,7 @@ HttpServletResponse response = (HttpServ
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=46339";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46339&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -406,15 +406,6 @@ HttpServletResponse response = (HttpServ
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: 
websites/production/cxf/content/docs/simple-frontend-configuration.html
==============================================================================
--- websites/production/cxf/content/docs/simple-frontend-configuration.html 
(original)
+++ websites/production/cxf/content/docs/simple-frontend-configuration.html Tue 
Apr 26 22:46:57 2022
@@ -260,7 +260,7 @@ http://cxf.apache.org/simple http://cxf.
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=78349";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=78349&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -279,15 +279,6 @@ http://cxf.apache.org/simple http://cxf.
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/simple-frontend.html
==============================================================================
--- websites/production/cxf/content/docs/simple-frontend.html (original)
+++ websites/production/cxf/content/docs/simple-frontend.html Tue Apr 26 
22:46:57 2022
@@ -247,7 +247,7 @@ If you want to use JAXB binding you shou
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=49556";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49556&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -266,15 +266,6 @@ If you want to use JAXB binding you shou
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/simple.html
==============================================================================
--- websites/production/cxf/content/docs/simple.html (original)
+++ websites/production/cxf/content/docs/simple.html Tue Apr 26 22:46:57 2022
@@ -114,7 +114,7 @@ Apache CXF -- Simple
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=78350";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=78350&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -133,15 +133,6 @@ Apache CXF -- Simple
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/site.html
==============================================================================
--- websites/production/cxf/content/docs/site.html (original)
+++ websites/production/cxf/content/docs/site.html Tue Apr 26 22:46:57 2022
@@ -116,7 +116,7 @@ Apache CXF -- Site
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=2330673";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=2330673&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -135,15 +135,6 @@ Apache CXF -- Site
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/soap-11.html
==============================================================================
--- websites/production/cxf/content/docs/soap-11.html (original)
+++ websites/production/cxf/content/docs/soap-11.html Tue Apr 26 22:46:57 2022
@@ -370,7 +370,7 @@ Apache CXF -- SOAP 1.1
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=54077";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=54077&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -389,15 +389,6 @@ Apache CXF -- SOAP 1.1
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/soap-12.html
==============================================================================
--- websites/production/cxf/content/docs/soap-12.html (original)
+++ websites/production/cxf/content/docs/soap-12.html Tue Apr 26 22:46:57 2022
@@ -375,7 +375,7 @@ Apache CXF -- SOAP 1.2
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=54080";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=54080&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -394,15 +394,6 @@ Apache CXF -- SOAP 1.2
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/soap-over-jms-10-support.html
==============================================================================
--- websites/production/cxf/content/docs/soap-over-jms-10-support.html 
(original)
+++ websites/production/cxf/content/docs/soap-over-jms-10-support.html Tue Apr 
26 22:46:57 2022
@@ -272,7 +272,7 @@ svrFactory.setFeatures(Collections.singl
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=2853910";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=2853910&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -291,15 +291,6 @@ svrFactory.setFeatures(Collections.singl
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/soap-over-udp.html
==============================================================================
--- websites/production/cxf/content/docs/soap-over-udp.html (original)
+++ websites/production/cxf/content/docs/soap-over-udp.html Tue Apr 26 22:46:57 
2022
@@ -119,7 +119,7 @@ Apache CXF -- SOAP over UDP
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=30737089";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=30737089&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -138,15 +138,6 @@ Apache CXF -- SOAP over UDP
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/spring.html
==============================================================================
--- websites/production/cxf/content/docs/spring.html (original)
+++ websites/production/cxf/content/docs/spring.html Tue Apr 26 22:46:57 2022
@@ -114,7 +114,7 @@ Apache CXF -- Spring
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=69681";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=69681&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -133,15 +133,6 @@ Apache CXF -- Spring
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>

Modified: websites/production/cxf/content/docs/springboot.html
==============================================================================
--- websites/production/cxf/content/docs/springboot.html (original)
+++ websites/production/cxf/content/docs/springboot.html Tue Apr 26 22:46:57 
2022
@@ -110,11 +110,11 @@ Apache CXF -- SpringBoot
            <!-- Content -->
            <div class="wiki-content">
 <div id="ConfluenceContent"><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1641921738961 {padding: 0px;}
-div.rbtoc1641921738961 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1641921738961 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1651013111746 {padding: 0px;}
+div.rbtoc1651013111746 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1651013111746 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1641921738961">
+/*]]>*/</style></p><div class="toc-macro rbtoc1651013111746">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#SpringBoot-SpringBootActuator">Spring Boot Actuator</a></li><li><a 
shape="rect" href="#SpringBoot-SpringBootCXFJAX-WSStarter">Spring Boot CXF 
JAX-WS Starter</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#SpringBoot-Features">Features</a></li><li><a shape="rect" 
href="#SpringBoot-Setup">Setup</a></li><li><a shape="rect" 
href="#SpringBoot-AdditionalConfiguration">Additional 
Configuration</a></li><li><a shape="rect" 
href="#SpringBoot-APIDocumentation">API Documentation</a></li><li><a 
shape="rect" href="#SpringBoot-ServiceRegistryPublication">Service Registry 
Publication</a></li><li><a shape="rect" 
href="#SpringBoot-Examples">Examples</a></li></ul>
 </li><li><a shape="rect" href="#SpringBoot-SpringBootCXFJAX-RSStarter">Spring 
Boot CXF&#160;JAX-RS Starter</a>
@@ -228,7 +228,7 @@ public class SampleScanRestApplication {
      <div id="footer">
        <!-- Footer -->
        <div id="site-footer">
-         <a href="http://cxf.apache.org/privacy-policy.html";>Privacy 
Policy</a> - 
+         <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a> - 
          (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=64553842";>edit
 page</a>) 
         (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=64553842&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)<br>
        Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The 
Apache Software Foundation.<br>
@@ -247,15 +247,6 @@ public class SampleScanRestApplication {
   </tr>
 </table>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
-document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
 
 </body>
 </html>


Reply via email to