Author: buildbot
Date: Fri May 26 09:47:42 2017
New Revision: 1012902

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/index.html
    websites/production/cxf/content/mailing-lists.html
    websites/production/cxf/content/project-status.html
    websites/production/cxf/content/special-thanks.html
    websites/production/cxf/content/support.html

Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/index.html
==============================================================================
--- websites/production/cxf/content/index.html (original)
+++ websites/production/cxf/content/index.html Fri May 26 09:47:42 2017
@@ -99,7 +99,7 @@ Apache CXF -- Index
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><h1 
id="Index-ApacheCXF:AnOpen-SourceServicesFramework">Apache CXF: An Open-Source 
Services Framework</h1><h2 id="Index-Overview">Overview</h2><p>Apache CXF is an 
open source services framework. CXF helps you build and develop services using 
frontend programming APIs, like JAX-WS and JAX-RS. These services can speak a 
variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work 
over a variety of transports such as HTTP, JMS or JBI.</p><h2 
id="Index-News">News</h2><h3 
id="Index-April10,2017-ApacheCXF3.1.11/3.0.13released!">April 10, 2017 - Apache 
CXF 3.1.11/3.0.13 released!</h3><p>The Apache CXF team is proud to announce the 
availability of the latest patch releases. Over 100 JIRA issues were fixed for 
3.1.11 which many of those fixes back ported to 3.0.13.</p><p>This is mostly a 
patch release to fix problems and issues that users have encountered. 
&#160;&#160;Downloads are available&#160;<a shape="rect" 
href="download.html">here</a>.</p><h
 3 id="Index-January31,2017-ApacheCXF3.1.10released!">January 31, 2017 - Apache 
CXF 3.1.10 released!</h3><p>The Apache CXF team is proud to announce the 
availability of the latest patch releases. Over 25 JIRA issues were fixed for 
3.1.10.</p><p>This is mostly a patch release to fix problems and issues that 
users have encountered. &#160;&#160;Downloads are available&#160;<a 
shape="rect" href="download.html">here</a>.</p><h3 
id="Index-Features">Features</h3><p>CXF includes a broad feature set, but it is 
primarily focused on the following areas:</p><ul><li><strong>Web Services 
Standards Support:</strong> CXF supports a variety of web service standards 
including SOAP, the WS-I Basic Profile, WSDL, WS-Addressing, WS-Policy, 
WS-ReliableMessaging, WS-Security, WS-SecurityPolicy, WS-SecureConverstation, 
and WS-Trust (partial).</li><li><strong>Frontends:</strong> CXF supports a 
variety of "frontend" programming models.</li></ul><p>CXF implements the JAX-WS 
APIs. CXF JAX-WS support includes so
 me extensions to the standard that make it significantly easier to use, 
compared to the reference implementation: It will automatically generate code 
for request and response bean classes, and does not require a WSDL for simple 
cases.</p><p>It also includes a "simple frontend" which allows creation of 
clients and endpoints without annotations. CXF supports both contract first 
development with WSDL and code first development starting from Java.</p><p>For 
REST, CXF also supports a JAX-RS frontend.</p><ul><li><strong>Ease of 
use:</strong> CXF is designed to be intuitive and easy to use. There are simple 
APIs to quickly build code-first services, Maven plug-ins to make tooling 
integration easy, JAX-WS API support, Spring 2.x XML support to make 
configuration a snap, and much more.</li><li><strong>Binary and Legacy Protocol 
Support:</strong> CXF has been designed to provide a pluggable architecture 
that supports not only XML but also non-XML type bindings, such as JSON and 
CORBA, in comb
 ination with any type of transport.</li></ul><p>To get started using CXF, 
check out the <a shape="rect" href="download.html">downloads</a>, the <a 
shape="rect" href="http://cxf.apache.org/docs/index.html";>user's guide</a>, or 
the <a shape="rect" href="mailing-lists.html">mailing lists</a> to get more 
information!</p><h2 id="Index-Goals">Goals</h2><h3 
id="Index-General">General</h3><ul><li>High 
Performance</li><li>Extensible</li><li>Intuitive &amp; Easy to Use</li></ul><h3 
id="Index-SupportforStandards">Support for Standards</h3><h5 
id="Index-JSRSupport">JSR Support</h5><ul><li>JAX-WS - Java API for XML-Based 
Web Services (JAX-WS) 2.0 - <a shape="rect" class="external-link" 
href="http://jcp.org/en/jsr/detail?id=224"; 
rel="nofollow">JSR-224</a></li><li>Web Services Metadata for the Java Platform 
- <a shape="rect" class="external-link" 
href="http://jcp.org/en/jsr/detail?id=181"; 
rel="nofollow">JSR-181</a></li><li>JAX-RS - The Java API for RESTful Web 
Services - <a shape="rect" class="ext
 ernal-link" href="http://jcp.org/en/jsr/detail?id=311"; 
rel="nofollow">JSR-311</a></li><li>SAAJ - SOAP with Attachments API for Java 
(SAAJ) - <a shape="rect" class="external-link" 
href="http://jcp.org/aboutJava/communityprocess/mrel/jsr067/index3.html"; 
rel="nofollow">JSR-67</a></li></ul><h5 
id="Index-WS-*andrelatedSpecificationsSupport">WS-* and related Specifications 
Support</h5><ul><li>Basic support: WS-I Basic Profile 1.1</li><li>Quality of 
Service: WS-Reliable Messaging</li><li>Metadata: WS-Policy, WSDL 1.1 - Web 
Service Definition Language</li><li>Communication Security: WS-Security, 
WS-SecurityPolicy, WS-SecureConversation, WS-Trust (partial 
support)</li><li>Messaging Support: WS-Addressing, SOAP 1.1, SOAP 1.2, Message 
Transmission Optimization Mechanism (MTOM)</li></ul><h3 
id="Index-MultipleTransports,ProtocolBindings,DataBindings,andFormats">Multiple 
Transports, Protocol Bindings, Data Bindings, and 
Formats</h3><ul><li>Transports: HTTP, Servlet, JMS, In-VM and many others via
  the <a shape="rect" class="external-link" 
href="http://camel.apache.org/camel-transport-for-cxf.html";>Camel transport for 
CXF</a> such as SMTP/POP3, TCP and Jabber</li><li>Protocol Bindings: SOAP, 
REST/HTTP, pure XML</li><li>Data bindings: JAXB 2.x, Aegis, Apache XMLBeans, 
Service Data Objects (SDO), JiBX</li><li>Formats: XML Textual, JSON, 
FastInfoset</li><li>Extensibility API allows additional bindings for CXF, 
enabling additional message format support such as CORBA/IIOP</li></ul><h3 
id="Index-FlexibleDeployment">Flexible Deployment</h3><ul><li>Lightweight 
containers: deploy services in Jetty, Tomcat or Spring-based 
containers</li><li>JBI integration: deploy as a service engine in a JBI 
container such as ServiceMix, OpenESB or Petals</li><li>Java EE integration: 
deploy services in Java EE application servers such as Apache Geronimo, JOnAS, 
Redhat JBoss, OC4J, Oracle WebLogic, and IBM WebSphere</li><li>Standalone Java 
client/server</li></ul><h3 id="Index-SupportforMultipleProgram
 mingLanguages">Support for Multiple Programming Languages</h3><ul><li>Full 
support for JAX-WS 2.x client/server programming model</li><li>JAX-WS 2.x 
synchronous, asynchronous and one-way API's</li><li>JAX-WS 2.x Dynamic 
Invocation Interface (DII) API</li><li>JAX-RS for RESTful 
clients</li><li>Support for wrapped and non-wrapped styles</li><li>XML 
messaging API</li><li>Support for JavaScript and ECMAScript 4 XML (E4X) - both 
client and server</li><li>Support for CORBA</li><li>Support for JBI with 
ServiceMix</li></ul><h3 id="Index-Tooling">Tooling</h3><ul><li>Generating Code: 
WSDL to Java, WSDL to JavaScript, Java to JavaScript</li><li>Generating WSDL: 
Java to WSDL, XSD to WSDL, IDL to WSDL, WSDL to XML</li><li>Adding Endpoints: 
WSDL to SOAP, WSDL to CORBA, WSDL to service</li><li>Generating Support Files: 
WSDL to IDL</li><li>Validating Files: WSDL Validation</li></ul><h2 
id="Index-GettingInvolved">Getting Involved</h2><p>Apache CXF is currently 
under heavy development. To get involve
 d you can <a shape="rect" href="mailing-lists.html">subscribe to the mailing 
lists</a>. You can also grab the code from the <a shape="rect" 
href="source-repository.html">Source Repository</a>. You also need to read 
about <a shape="rect" href="building.html">Building</a> CXF. For Eclipse users, 
you should read about <a shape="rect" href="setting-up-eclipse.html">Setting up 
Eclipse</a>.</p></div>
+<div id="ConfluenceContent"><h1 
id="Index-ApacheCXF&#8482;:AnOpen-SourceServicesFramework">Apache CXF&#8482;: 
An Open-Source Services Framework</h1><h2 
id="Index-Overview">Overview</h2><p>Apache CXF&#8482; is an open source 
services framework. CXF helps you build and develop services using frontend 
programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of 
protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a 
variety of transports such as HTTP, JMS or JBI.</p><h2 
id="Index-News">News</h2><h3 
id="Index-April10,2017-ApacheCXF3.1.11/3.0.13released!">April 10, 2017 - Apache 
CXF 3.1.11/3.0.13 released!</h3><p>The Apache CXF team is proud to announce the 
availability of the latest patch releases. Over 100 JIRA issues were fixed for 
3.1.11 which many of those fixes back ported to 3.0.13.</p><p>This is mostly a 
patch release to fix problems and issues that users have encountered. 
&#160;&#160;Downloads are available&#160;<a shape="rect" href="download.
 html">here</a>.</p><h3 
id="Index-January31,2017-ApacheCXF3.1.10released!">January 31, 2017 - Apache 
CXF 3.1.10 released!</h3><p>The Apache CXF team is proud to announce the 
availability of the latest patch releases. Over 25 JIRA issues were fixed for 
3.1.10.</p><p>This is mostly a patch release to fix problems and issues that 
users have encountered. &#160;&#160;Downloads are available&#160;<a 
shape="rect" href="download.html">here</a>.</p><h3 
id="Index-Features">Features</h3><p>CXF includes a broad feature set, but it is 
primarily focused on the following areas:</p><ul><li><strong>Web Services 
Standards Support:</strong> CXF supports a variety of web service standards 
including SOAP, the WS-I Basic Profile, WSDL, WS-Addressing, WS-Policy, 
WS-ReliableMessaging, WS-Security, WS-SecurityPolicy, WS-SecureConverstation, 
and WS-Trust (partial).</li><li><strong>Frontends:</strong> CXF supports a 
variety of "frontend" programming models.</li></ul><p>CXF implements the JAX-WS 
APIs. CXF JAX-W
 S support includes some extensions to the standard that make it significantly 
easier to use, compared to the reference implementation: It will automatically 
generate code for request and response bean classes, and does not require a 
WSDL for simple cases.</p><p>It also includes a "simple frontend" which allows 
creation of clients and endpoints without annotations. CXF supports both 
contract first development with WSDL and code first development starting from 
Java.</p><p>For REST, CXF also supports a JAX-RS 
frontend.</p><ul><li><strong>Ease of use:</strong> CXF is designed to be 
intuitive and easy to use. There are simple APIs to quickly build code-first 
services, Maven plug-ins to make tooling integration easy, JAX-WS API support, 
Spring 2.x XML support to make configuration a snap, and much 
more.</li><li><strong>Binary and Legacy Protocol Support:</strong> CXF has been 
designed to provide a pluggable architecture that supports not only XML but 
also non-XML type bindings, such as JS
 ON and CORBA, in combination with any type of transport.</li></ul><p>To get 
started using CXF, check out the <a shape="rect" 
href="download.html">downloads</a>, the <a shape="rect" 
href="http://cxf.apache.org/docs/index.html";>user's guide</a>, or the <a 
shape="rect" href="mailing-lists.html">mailing lists</a> to get more 
information!</p><h2 id="Index-Goals">Goals</h2><h3 
id="Index-General">General</h3><ul><li>High 
Performance</li><li>Extensible</li><li>Intuitive &amp; Easy to Use</li></ul><h3 
id="Index-SupportforStandards">Support for Standards</h3><h5 
id="Index-JSRSupport">JSR Support</h5><ul><li>JAX-WS - Java API for XML-Based 
Web Services (JAX-WS) 2.0 - <a shape="rect" class="external-link" 
href="http://jcp.org/en/jsr/detail?id=224"; 
rel="nofollow">JSR-224</a></li><li>Web Services Metadata for the Java Platform 
- <a shape="rect" class="external-link" 
href="http://jcp.org/en/jsr/detail?id=181"; 
rel="nofollow">JSR-181</a></li><li>JAX-RS - The Java API for RESTful Web 
Services - <a sh
 ape="rect" class="external-link" href="http://jcp.org/en/jsr/detail?id=311"; 
rel="nofollow">JSR-311</a></li><li>SAAJ - SOAP with Attachments API for Java 
(SAAJ) - <a shape="rect" class="external-link" 
href="http://jcp.org/aboutJava/communityprocess/mrel/jsr067/index3.html"; 
rel="nofollow">JSR-67</a></li></ul><h5 
id="Index-WS-*andrelatedSpecificationsSupport">WS-* and related Specifications 
Support</h5><ul><li>Basic support: WS-I Basic Profile 1.1</li><li>Quality of 
Service: WS-Reliable Messaging</li><li>Metadata: WS-Policy, WSDL 1.1 - Web 
Service Definition Language</li><li>Communication Security: WS-Security, 
WS-SecurityPolicy, WS-SecureConversation, WS-Trust (partial 
support)</li><li>Messaging Support: WS-Addressing, SOAP 1.1, SOAP 1.2, Message 
Transmission Optimization Mechanism (MTOM)</li></ul><h3 
id="Index-MultipleTransports,ProtocolBindings,DataBindings,andFormats">Multiple 
Transports, Protocol Bindings, Data Bindings, and 
Formats</h3><ul><li>Transports: HTTP, Servlet, JMS, In-V
 M and many others via the <a shape="rect" class="external-link" 
href="http://camel.apache.org/camel-transport-for-cxf.html";>Camel transport for 
CXF</a> such as SMTP/POP3, TCP and Jabber</li><li>Protocol Bindings: SOAP, 
REST/HTTP, pure XML</li><li>Data bindings: JAXB 2.x, Aegis, Apache XMLBeans, 
Service Data Objects (SDO), JiBX</li><li>Formats: XML Textual, JSON, 
FastInfoset</li><li>Extensibility API allows additional bindings for CXF, 
enabling additional message format support such as CORBA/IIOP</li></ul><h3 
id="Index-FlexibleDeployment">Flexible Deployment</h3><ul><li>Lightweight 
containers: deploy services in Jetty, Tomcat or Spring-based 
containers</li><li>JBI integration: deploy as a service engine in a JBI 
container such as ServiceMix, OpenESB or Petals</li><li>Java EE integration: 
deploy services in Java EE application servers such as Apache Geronimo, JOnAS, 
Redhat JBoss, OC4J, Oracle WebLogic, and IBM WebSphere</li><li>Standalone Java 
client/server</li></ul><h3 id="Index-Supp
 ortforMultipleProgrammingLanguages">Support for Multiple Programming 
Languages</h3><ul><li>Full support for JAX-WS 2.x client/server programming 
model</li><li>JAX-WS 2.x synchronous, asynchronous and one-way 
API's</li><li>JAX-WS 2.x Dynamic Invocation Interface (DII) API</li><li>JAX-RS 
for RESTful clients</li><li>Support for wrapped and non-wrapped 
styles</li><li>XML messaging API</li><li>Support for JavaScript and ECMAScript 
4 XML (E4X) - both client and server</li><li>Support for CORBA</li><li>Support 
for JBI with ServiceMix</li></ul><h3 
id="Index-Tooling">Tooling</h3><ul><li>Generating Code: WSDL to Java, WSDL to 
JavaScript, Java to JavaScript</li><li>Generating WSDL: Java to WSDL, XSD to 
WSDL, IDL to WSDL, WSDL to XML</li><li>Adding Endpoints: WSDL to SOAP, WSDL to 
CORBA, WSDL to service</li><li>Generating Support Files: WSDL to 
IDL</li><li>Validating Files: WSDL Validation</li></ul><h2 
id="Index-GettingInvolved">Getting Involved</h2><p>Apache CXF is currently 
under heavy develo
 pment. To get involved you can <a shape="rect" 
href="mailing-lists.html">subscribe to the mailing lists</a>. You can also grab 
the code from the <a shape="rect" href="source-repository.html">Source 
Repository</a>. You also need to read about <a shape="rect" 
href="building.html">Building</a> CXF. For Eclipse users, you should read about 
<a shape="rect" href="setting-up-eclipse.html">Setting up Eclipse</a>.</p></div>
            </div>
            <!-- Content -->
          </td>

Modified: websites/production/cxf/content/mailing-lists.html
==============================================================================
--- websites/production/cxf/content/mailing-lists.html (original)
+++ websites/production/cxf/content/mailing-lists.html Fri May 26 09:47:42 2017
@@ -99,7 +99,7 @@ Apache CXF -- Mailing Lists
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><h1 id="MailingLists-MailingLists">Mailing 
Lists</h1><p>Feel free to participate in Apache CXF mailing lists, IRCs and 
user groups.</p><h2 id="MailingLists-ApacheCXFMailingLists">Apache CXF Mailing 
Lists</h2><div class="table-wrap"><table class="confluenceTable"><tbody><tr><th 
colspan="1" rowspan="1" class="confluenceTh"><p>List Name</p></th><th 
colspan="1" rowspan="1" class="confluenceTh"><p>Subscribe</p></th><th 
colspan="1" rowspan="1" class="confluenceTh"><p>Unsubscribe</p></th><th 
colspan="1" rowspan="1" class="confluenceTh"><p>Archive</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Nabble</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>CXF User List</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:users-subscr...@cxf.apache.org"; 
rel="nofollow">Subscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" hre
 f="mailto:users-unsubscr...@cxf.apache.org"; 
rel="nofollow">Unsubscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://mail-archives.apache.org/mod_mbox/cxf-users/";>Archive</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://cxf.547215.n5.nabble.com/cxf-user-f547216.html"; 
rel="nofollow">Nabble</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>CXF Developer List</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:dev-subscr...@cxf.apache.org"; 
rel="nofollow">Subscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:dev-unsubscr...@cxf.apache.org"; 
rel="nofollow">Unsubscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://mail-archives.apache.org/
 mod_mbox/cxf-dev/">Archive</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://cxf.547215.n5.nabble.com/cxf-dev-f569328.html"; 
rel="nofollow">Nabble</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>CXF Commits List</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:commits-subscr...@cxf.apache.org"; 
rel="nofollow">Subscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:commits-unsubscr...@cxf.apache.org"; 
rel="nofollow">Unsubscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://mail-archives.apache.org/mod_mbox/cxf-commits/";>Archive</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://cxf.547215.n5.nabble.com/cxf-commits-f577170.html"; rel="nofoll
 ow">Nabble</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>CXF Issues List</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:issues-subscr...@cxf.apache.org"; 
rel="nofollow">Subscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:issues-unsubscr...@cxf.apache.org"; 
rel="nofollow">Unsubscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://mail-archives.apache.org/mod_mbox/cxf-issues/";>Archive</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://cxf.547215.n5.nabble.com/cxf-issues-f586616.html"; 
rel="nofollow">Nabble</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>CXF Build Notification List</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-l
 ink" href="mailto:notifications-subscr...@cxf.apache.org"; 
rel="nofollow">Subscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:notifications-unsubscr...@cxf.apache.org"; 
rel="nofollow">Unsubscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://mail-archives.apache.org/mod_mbox/cxf-notifications/";>Archive</a></p></td><td
 colspan="1" rowspan="1" 
class="confluenceTd"><p>&#160;</p></td></tr></tbody></table></div><p>To keep 
the mailing list archives useful for searching, please use the cxf-user's list 
for any questions related to using Apache CXF. The developers on cxf-dev are 
also on cxf-user, along with many other readers who can also provide help for 
your question. The cxf-dev list is just for programming the internals of Apache 
CXF itself.</p><h2 id="MailingLists-ApacheCXFIRCs">Apache CXF 
IRCs</h2><p>channel #<a shape="rect" class="external-link" h
 ref="mailto:apache-...@irc.freenode.net"; 
rel="nofollow">apache-...@irc.freenode.net</a></p><p>IRC logs are at:&#160;<a 
shape="rect" class="external-link" 
href="http://irclogs.dankulp.com/logs/irclogger_logs/apache-cxf"; 
rel="nofollow">http://irclogs.dankulp.com/logs/irclogger_logs/apache-cxf</a></p><p>Older
 IRC logs until 2015-04-28&#160;are at: <a shape="rect" class="external-link" 
href="http://irclogs.dankulp.com/logs/irclogger_logs/cxf"; 
rel="nofollow">http://irclogs.dankulp.com/logs/irclogger_logs/cxf</a></p><h2 
id="MailingLists-ApacheCXFUserLists">Apache CXF User Lists</h2><p>There is also 
an Apache CXF <a shape="rect" class="external-link" 
href="http://groups.google.com/group/cxf-zh"; rel="nofollow">Chinese language 
CXF User's List</a> available at Google Groups. Please join!</p></div>
+<div id="ConfluenceContent"><h1 id="MailingLists-MailingLists">Mailing 
Lists</h1><p>Feel free to participate in Apache CXF&#8482; mailing lists, IRCs 
and user groups.</p><h2 id="MailingLists-ApacheCXFMailingLists">Apache CXF 
Mailing Lists</h2><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>List Name</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Subscribe</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Unsubscribe</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Archive</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Nabble</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>CXF User List</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:users-subscr...@cxf.apache.org"; 
rel="nofollow">Subscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-li
 nk" href="mailto:users-unsubscr...@cxf.apache.org"; 
rel="nofollow">Unsubscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://mail-archives.apache.org/mod_mbox/cxf-users/";>Archive</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://cxf.547215.n5.nabble.com/cxf-user-f547216.html"; 
rel="nofollow">Nabble</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>CXF Developer List</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:dev-subscr...@cxf.apache.org"; 
rel="nofollow">Subscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:dev-unsubscr...@cxf.apache.org"; 
rel="nofollow">Unsubscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://mail-archives.apac
 he.org/mod_mbox/cxf-dev/">Archive</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://cxf.547215.n5.nabble.com/cxf-dev-f569328.html"; 
rel="nofollow">Nabble</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>CXF Commits List</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:commits-subscr...@cxf.apache.org"; 
rel="nofollow">Subscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:commits-unsubscr...@cxf.apache.org"; 
rel="nofollow">Unsubscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://mail-archives.apache.org/mod_mbox/cxf-commits/";>Archive</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://cxf.547215.n5.nabble.com/cxf-commits-f577170.html"; rel=
 "nofollow">Nabble</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>CXF Issues List</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:issues-subscr...@cxf.apache.org"; 
rel="nofollow">Subscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:issues-unsubscr...@cxf.apache.org"; 
rel="nofollow">Unsubscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://mail-archives.apache.org/mod_mbox/cxf-issues/";>Archive</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://cxf.547215.n5.nabble.com/cxf-issues-f586616.html"; 
rel="nofollow">Nabble</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>CXF Build Notification List</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="ext
 ernal-link" href="mailto:notifications-subscr...@cxf.apache.org"; 
rel="nofollow">Subscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="mailto:notifications-unsubscr...@cxf.apache.org"; 
rel="nofollow">Unsubscribe</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://mail-archives.apache.org/mod_mbox/cxf-notifications/";>Archive</a></p></td><td
 colspan="1" rowspan="1" 
class="confluenceTd"><p>&#160;</p></td></tr></tbody></table></div><p>To keep 
the mailing list archives useful for searching, please use the cxf-user's list 
for any questions related to using Apache CXF. The developers on cxf-dev are 
also on cxf-user, along with many other readers who can also provide help for 
your question. The cxf-dev list is just for programming the internals of Apache 
CXF itself.</p><h2 id="MailingLists-ApacheCXFIRCs">Apache CXF 
IRCs</h2><p>channel #<a shape="rect" class="external-
 link" href="mailto:apache-...@irc.freenode.net"; 
rel="nofollow">apache-...@irc.freenode.net</a></p><p>IRC logs are at:&#160;<a 
shape="rect" class="external-link" 
href="http://irclogs.dankulp.com/logs/irclogger_logs/apache-cxf"; 
rel="nofollow">http://irclogs.dankulp.com/logs/irclogger_logs/apache-cxf</a></p><p>Older
 IRC logs until 2015-04-28&#160;are at: <a shape="rect" class="external-link" 
href="http://irclogs.dankulp.com/logs/irclogger_logs/cxf"; 
rel="nofollow">http://irclogs.dankulp.com/logs/irclogger_logs/cxf</a></p><h2 
id="MailingLists-ApacheCXFUserLists">Apache CXF User Lists</h2><p>There is also 
an Apache CXF <a shape="rect" class="external-link" 
href="http://groups.google.com/group/cxf-zh"; rel="nofollow">Chinese language 
CXF User's List</a> available at Google Groups. Please join!</p></div>
            </div>
            <!-- Content -->
          </td>

Modified: websites/production/cxf/content/project-status.html
==============================================================================
--- websites/production/cxf/content/project-status.html (original)
+++ websites/production/cxf/content/project-status.html Fri May 26 09:47:42 2017
@@ -99,7 +99,7 @@ Apache CXF -- Project Status
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><h1 id="ProjectStatus-ProjectStatus">Project 
Status</h1><p>This page is meant to help keep track of the status of various 
portions of Apache CXF.</p><h2 
id="ProjectStatus-WebServicesStandardsSupportModules">Web Services Standards 
Support Modules</h2><p>CXF supports a variety of web service standards 
including SOAP, the WS-I Basic Profile, WSDL, WS-Addressing, WS-Policy, 
WS-ReliableMessaging, WS-Security, WS-SecurityPolicy, WS-SecureConversation, 
and WS-Trust.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Module</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Filename</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/ws-addressing.html";>WS-Addressing</a></p></td><td
 colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-ws-addr-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class
 ="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/ws-policy.html";>WS-Policy</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-ws-policy-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/ws-reliablemessaging.html";>WS-ReliableMessaging</a></p></td><td
 colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-ws-rm-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/ws-security.html";>WS-Security</a>, <a 
shape="rect" 
href="http://cxf.apache.org/docs/ws-securitypolicy.html";>WS-SecurityPolicy</a>, 
<a shape="rect" 
href="http://cxf.apache.org/docs/ws-secureconversation.html";>WS-SecureConversation</a>,
 <a shape="rect" href="http://cxf.apache.org/docs/ws-trust.html";>WS-Trust 
(client-side)</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-ws-secur
 ity-[version].jar</code></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/ws-metadataexchange.html";>WS-MetadataExchange</a></p></td><td
 colspan="1" rowspan="1" 
class="confluenceTd"><code>cxf-rt-ws-mex-[version].jar</code></td></tr></tbody></table></div><h2
 id="ProjectStatus-FrontendProgrammingModules">Frontend Programming 
Modules</h2><p>CXF supports a variety of "frontend" programming models.</p><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Module</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Filename</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/dynamic-languages.html";>Javascript 
frontend</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-frontend-js-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceT
 d"><p><a shape="rect" href="http://cxf.apache.org/docs/jax-rs.html";>JAX-RS 
frontend</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-frontend-jaxrs-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/jax-ws.html";>JAX-WS frontend</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-frontend-jaxws-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/simple.html";>Simple frontend</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-frontend-simple-[version].jar</code></p></td></tr></tbody></table></div><h2
 id="ProjectStatus-TransportModules">Transport Modules</h2><p>CXF includes its 
own transport abstraction layer to hide transport specific details from the 
binding and front end layers. Currently supported transports include: HTTP, 
HTTPs, HTT
 P-Jetty, HTTP-OSGI, Servlet, local, JMS, In-VM and many others via the Camel 
transport for CXF such as SMTP/POP3, TCP and Jabber.</p><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Module</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Filename</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/http-transport.html";>HTTP, 
Servlet</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-transports-http-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/jetty-configuration.html";>HTTP-Jetty</a></p></td><td
 colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-transports-http-jetty-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>HTTP-OSGI</p></td><td 
colspan="1" rowspan="1" class="conflu
 
enceTd"><p><code>cxf-rt-transports-http-osgi-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>JBI</p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>integration\cxf-rt-transports-jbi-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/jms-transport.html";>JMS</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-jbi-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/local-transport.html";>Local 
(In-VM)</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-transports-local-[version].jar</code></p></td></tr></tbody></table></div><h2
 id="ProjectStatus-ProtocolBindingModules">Protocol Binding 
Modules</h2><p>...</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" c
 lass="confluenceTh"><p>Module</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Filename</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Notes</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/coloc-feature.html";>coloc</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-object-[version].jar</code></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>CXF <a shape="rect" 
href="http://cxf.apache.org/docs/featureslist.html";>feature</a> that allows 
automatic detection of when a client and a service are stuck on the same bus 
and then bypasses much of the interceptor chains during 
processing.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>CORBA</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-corba-[version].jar</code></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td c
 olspan="1" rowspan="1" class="confluenceTd"><p>HTTP</p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-http-[version].jar</code></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>object</p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-coloc-[version].jar</code></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>CXF <a shape="rect" 
href="http://cxf.apache.org/docs/featureslist.html";>feature</a> that allows 
(when combined with the local transport), directly passing objects from 
client/server in the same bus without marshalling.</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/pure-xml.html";>Pure XML</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-xml-[version].jar</code></p></td><td
 colspan="1" rowspan="1" class="confluence
 Td"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/wsdl-bindings.html";>SOAP</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-soap-[version].jar</code></p></td><td
 colspan="1" rowspan="1" 
class="confluenceTd"><p>&#160;</p></td></tr></tbody></table></div><h2 
id="ProjectStatus-DataBindingModules">Data Binding Modules</h2><p>Data bindings 
implement the mapping between XML elements and Java objects. Data bindings 
convert data to and from XML, produce XML schema, and provide support for 
wsdl2java code generation. Not all data bindings support all of this 
functionality. At very least, a data binding must provide the data 
conversion.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Module</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Filename</p></th></tr><tr><td colspan="1" rowspan="1" 
cla
 ss="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/jaxb.html";>JAXB</a></p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-databinding-jaxb-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/sdo.html";>SDO</a></p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-databinding-sdo-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/aegis-21.html";>Aegis</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-databinding-aegis-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/xmlbeans.html";>XMLBeans</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-databinding-xmlbeans-[version].jar</code></p></td></tr></tbody></table></div
 ><h2 id="ProjectStatus-GeneralModules">General Modules</h2><p>...</p><div 
 >class="table-wrap"><table class="confluenceTable"><tbody><tr><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p>Common Schemas</p></td><td colspan="1" 
 >rowspan="1" 
 >class="confluenceTd"><p><code>cxf-common-schemas-[version].jar</code></p></td></tr><tr><td
 > colspan="1" rowspan="1" class="confluenceTd"><p>Common Utilities</p></td><td 
 >colspan="1" rowspan="1" 
 >class="confluenceTd"><p><code>cxf-common-utilities-[version].jar</code></p></td></tr><tr><td
 > colspan="1" rowspan="1" class="confluenceTd"><p>Core</p></td><td colspan="1" 
 >rowspan="1" 
 >class="confluenceTd"><p><code>cxf-rt-core-[version].jar</code></p></td></tr><tr><td
 > colspan="1" rowspan="1" class="confluenceTd"><p>Javadoc</p></td><td 
 >colspan="1" rowspan="1" 
 >class="confluenceTd"><p><code>cxf-api-[version].jar</code></p></td></tr><tr><td
 > colspan="1" rowspan="1" class="confluenceTd"><p>Javascript</p></td><td 
 >colspan="1" rowspan="1" class="confluenceTd"><p><code>cxf-
 rt-javascript-[version].jar</code></p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>JBI Bindings</p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-jbi-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>JBI</p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>integration\cxf-integration-jbi-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>JCA</p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>integration\cxf-integration-jca-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/jmx-management.html";>JMX</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-management-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Manifest</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p
 ><code>cxf-manifest-[version].jar</code></p></td></tr><tr><td colspan="1" 
 >rowspan="1" class="confluenceTd"><p>Schema validation used for 
 >Aegis</p></td><td colspan="1" rowspan="1" 
 >class="confluenceTd"><p><code>cxf-wstx-msv-validation-[version].jar</code></p></td></tr><tr><td
 > colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
 >href="http://cxf.apache.org/docs/tools.html";>Tooling</a></p></td><td 
 >colspan="1" rowspan="1" 
 >class="confluenceTd"><p><code>cxf-tools-*-[version].jar</code></p></td></tr><tr><td
 > colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
 >href="http://cxf.apache.org/xjc-utils.html";>XJC-Utils</a></p></td><td 
 >colspan="1" rowspan="1" 
 >class="confluenceTd"><p><code>cxf-xjc-[boolean,bug671,dv,ts]-[version].jar</code></p></td></tr><tr><td
 > colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
 >href="http://cxf.apache.org/docs/writing-a-service-with-spring.html";>Spring</a></p></td><td
 > colspan="1" rowspan="1" class="confluenceTd"><p>CXF uses Spring 
 by default</p></td></tr></tbody></table></div><h2 
id="ProjectStatus-OutstandingModules">Outstanding Modules</h2><p>...</p><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Module</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Status</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>JIBX</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://github.com/nilupa/cxf"; rel="nofollow">GSoC project not yet 
integrated into CXF, target: 2.4.0</a></p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>WSDL 2.0</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/roadmap.html";>GSoC project just 
started</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Castor</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="http://cxf.apach
 e.org/roadmap.html">Not Started</a></p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>WS-Atomic Transactions</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/roadmap.html";>Not Started</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>WS-Coordination</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/roadmap.html";>Not Started</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>WS-Eventing</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/roadmap.html";>Not Started</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>WS-BusinessActivity</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/roadmap.html";>Not Started</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>WS-Transf
 er</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/roadmap.html";>Not 
Started</a></p></td></tr></tbody></table></div></div>
+<div id="ConfluenceContent"><h1 id="ProjectStatus-ProjectStatus">Project 
Status</h1><p>This page is meant to help keep track of the status of various 
portions of Apache CXF&#8482;.</p><h2 
id="ProjectStatus-WebServicesStandardsSupportModules">Web Services Standards 
Support Modules</h2><p>CXF supports a variety of web service standards 
including SOAP, the WS-I Basic Profile, WSDL, WS-Addressing, WS-Policy, 
WS-ReliableMessaging, WS-Security, WS-SecurityPolicy, WS-SecureConversation, 
and WS-Trust.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Module</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Filename</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/ws-addressing.html";>WS-Addressing</a></p></td><td
 colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-ws-addr-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1
 " class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/ws-policy.html";>WS-Policy</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-ws-policy-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/ws-reliablemessaging.html";>WS-ReliableMessaging</a></p></td><td
 colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-ws-rm-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/ws-security.html";>WS-Security</a>, <a 
shape="rect" 
href="http://cxf.apache.org/docs/ws-securitypolicy.html";>WS-SecurityPolicy</a>, 
<a shape="rect" 
href="http://cxf.apache.org/docs/ws-secureconversation.html";>WS-SecureConversation</a>,
 <a shape="rect" href="http://cxf.apache.org/docs/ws-trust.html";>WS-Trust 
(client-side)</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-w
 s-security-[version].jar</code></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/ws-metadataexchange.html";>WS-MetadataExchange</a></p></td><td
 colspan="1" rowspan="1" 
class="confluenceTd"><code>cxf-rt-ws-mex-[version].jar</code></td></tr></tbody></table></div><h2
 id="ProjectStatus-FrontendProgrammingModules">Frontend Programming 
Modules</h2><p>CXF supports a variety of "frontend" programming models.</p><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Module</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Filename</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/dynamic-languages.html";>Javascript 
frontend</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-frontend-js-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="conf
 luenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/jax-rs.html";>JAX-RS frontend</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-frontend-jaxrs-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/jax-ws.html";>JAX-WS frontend</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-frontend-jaxws-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/simple.html";>Simple frontend</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-frontend-simple-[version].jar</code></p></td></tr></tbody></table></div><h2
 id="ProjectStatus-TransportModules">Transport Modules</h2><p>CXF includes its 
own transport abstraction layer to hide transport specific details from the 
binding and front end layers. Currently supported transports include: HTTP, HTT
 Ps, HTTP-Jetty, HTTP-OSGI, Servlet, local, JMS, In-VM and many others via the 
Camel transport for CXF such as SMTP/POP3, TCP and Jabber.</p><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Module</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Filename</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/http-transport.html";>HTTP, 
Servlet</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-transports-http-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/jetty-configuration.html";>HTTP-Jetty</a></p></td><td
 colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-transports-http-jetty-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>HTTP-OSGI</p></td><td 
colspan="1" rowspan="1" class=
 
"confluenceTd"><p><code>cxf-rt-transports-http-osgi-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>JBI</p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>integration\cxf-rt-transports-jbi-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/jms-transport.html";>JMS</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-jbi-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/local-transport.html";>Local 
(In-VM)</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-transports-local-[version].jar</code></p></td></tr></tbody></table></div><h2
 id="ProjectStatus-ProtocolBindingModules">Protocol Binding 
Modules</h2><p>...</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspa
 n="1" class="confluenceTh"><p>Module</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Filename</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Notes</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/coloc-feature.html";>coloc</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-object-[version].jar</code></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>CXF <a shape="rect" 
href="http://cxf.apache.org/docs/featureslist.html";>feature</a> that allows 
automatic detection of when a client and a service are stuck on the same bus 
and then bypasses much of the interceptor chains during 
processing.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>CORBA</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-corba-[version].jar</code></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><t
 r><td colspan="1" rowspan="1" class="confluenceTd"><p>HTTP</p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-http-[version].jar</code></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>&#160;</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>object</p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-coloc-[version].jar</code></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>CXF <a shape="rect" 
href="http://cxf.apache.org/docs/featureslist.html";>feature</a> that allows 
(when combined with the local transport), directly passing objects from 
client/server in the same bus without marshalling.</p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/pure-xml.html";>Pure XML</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-xml-[version].jar</code></p></td><td
 colspan="1" rowspan="1" class="con
 fluenceTd"><p>&#160;</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/wsdl-bindings.html";>SOAP</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-soap-[version].jar</code></p></td><td
 colspan="1" rowspan="1" 
class="confluenceTd"><p>&#160;</p></td></tr></tbody></table></div><h2 
id="ProjectStatus-DataBindingModules">Data Binding Modules</h2><p>Data bindings 
implement the mapping between XML elements and Java objects. Data bindings 
convert data to and from XML, produce XML schema, and provide support for 
wsdl2java code generation. Not all data bindings support all of this 
functionality. At very least, a data binding must provide the data 
conversion.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Module</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Filename</p></th></tr><tr><td colspan="1" rowspan=
 "1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/jaxb.html";>JAXB</a></p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-databinding-jaxb-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/sdo.html";>SDO</a></p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-databinding-sdo-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/aegis-21.html";>Aegis</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-databinding-aegis-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/xmlbeans.html";>XMLBeans</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-databinding-xmlbeans-[version].jar</code></p></td></tr></tbody></tabl
 e></div><h2 id="ProjectStatus-GeneralModules">General 
Modules</h2><p>...</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Common Schemas</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-common-schemas-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Common Utilities</p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-common-utilities-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Core</p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-core-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Javadoc</p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-api-[version].jar</code></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Javascript</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><co
 de>cxf-rt-javascript-[version].jar</code></p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>JBI Bindings</p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-bindings-jbi-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>JBI</p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>integration\cxf-integration-jbi-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>JCA</p></td><td colspan="1" 
rowspan="1" 
class="confluenceTd"><p><code>integration\cxf-integration-jca-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/jmx-management.html";>JMX</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-rt-management-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Manifest</p></td><td 
colspan="1" rowspan="1" class="confluenc
 eTd"><p><code>cxf-manifest-[version].jar</code></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Schema validation used for 
Aegis</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-wstx-msv-validation-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/tools.html";>Tooling</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-tools-*-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/xjc-utils.html";>XJC-Utils</a></p></td><td 
colspan="1" rowspan="1" 
class="confluenceTd"><p><code>cxf-xjc-[boolean,bug671,dv,ts]-[version].jar</code></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/docs/writing-a-service-with-spring.html";>Spring</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>CXF uses 
 Spring by default</p></td></tr></tbody></table></div><h2 
id="ProjectStatus-OutstandingModules">Outstanding Modules</h2><p>...</p><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Module</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Status</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>JIBX</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://github.com/nilupa/cxf"; rel="nofollow">GSoC project not yet 
integrated into CXF, target: 2.4.0</a></p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>WSDL 2.0</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/roadmap.html";>GSoC project just 
started</a></p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Castor</p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="http://cx
 f.apache.org/roadmap.html">Not Started</a></p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>WS-Atomic Transactions</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/roadmap.html";>Not Started</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>WS-Coordination</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/roadmap.html";>Not Started</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>WS-Eventing</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/roadmap.html";>Not Started</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>WS-BusinessActivity</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="http://cxf.apache.org/roadmap.html";>Not Started</a></p></td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>WS
 -Transfer</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" href="http://cxf.apache.org/roadmap.html";>Not 
Started</a></p></td></tr></tbody></table></div></div>
            </div>
            <!-- Content -->
          </td>

Modified: websites/production/cxf/content/special-thanks.html
==============================================================================
--- websites/production/cxf/content/special-thanks.html (original)
+++ websites/production/cxf/content/special-thanks.html Fri May 26 09:47:42 2017
@@ -99,11 +99,7 @@ Apache CXF -- Special Thanks
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><h1 id="SpecialThanks-SpecialThanks">Special 
Thanks</h1>
-
-<p>The Apache CXF team would like to extend a special thanks to the following 
companies:</p>
-
-<div class="table-wrap"><table class="confluenceTable"><tbody><tr><th 
colspan="1" rowspan="1" class="confluenceTh"><p> Company </p></th><th 
colspan="1" rowspan="1" class="confluenceTh"><p> Contribution 
</p></th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> <a 
shape="rect" class="external-link" 
href="http://www.ej-technologies.com/products/jprofiler/overview.html"; 
rel="nofollow"><span class="confluence-embedded-file-wrapper 
confluence-embedded-manual-size"><img class="confluence-embedded-image 
confluence-external-resource" width="200" 
src="http://www.ej-technologies.com/images/banners/jprofiler_large.png"; 
data-image-src="http://www.ej-technologies.com/images/banners/jprofiler_large.png";></span></a>
 </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> Licenses for 
JProfiler </p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p> <a shape="rect" class="external-link" 
href="http://yourkit.com/overview/index.jsp"; rel="nofollow"><span class="conflue
 nce-embedded-file-wrapper confluence-embedded-manual-size"><img 
class="confluence-embedded-image confluence-external-resource" width="200" 
src="http://yourkit.com/images/company_logo.gif"; 
data-image-src="http://yourkit.com/images/company_logo.gif";></span></a> 
</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> License for 
YourKit </p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p> 
<a shape="rect" class="external-link" href="http://structure101.com"; 
rel="nofollow"><span class="confluence-embedded-file-wrapper 
confluence-embedded-manual-size"><img class="confluence-embedded-image 
confluence-external-resource" width="200" 
src="http://structure101.com/images/s101_170.png"; 
data-image-src="http://structure101.com/images/s101_170.png";></span></a> 
</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p> License for 
Structure101 </p></td></tr></tbody></table></div></div>
+<div id="ConfluenceContent"><h1 id="SpecialThanks-SpecialThanks">Special 
Thanks</h1><p>The Apache CXF&#8482; team would like to extend a special thanks 
to the following companies:</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Company</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Contribution</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://www.ej-technologies.com/products/jprofiler/overview.html"; 
rel="nofollow"><span class="confluence-embedded-file-wrapper 
confluence-embedded-manual-size"><img class="confluence-embedded-image 
confluence-external-resource" width="200" 
src="http://www.ej-technologies.com/images/banners/jprofiler_large.png"; 
data-image-src="http://www.ej-technologies.com/images/banners/jprofiler_large.png";></span></a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Licenses for 
JProfiler</p></td></tr>
 <tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" href="http://yourkit.com/overview/index.jsp"; 
rel="nofollow"><span class="confluence-embedded-file-wrapper 
confluence-embedded-manual-size"><img class="confluence-embedded-image 
confluence-external-resource" width="200" 
src="http://yourkit.com/images/company_logo.gif"; 
data-image-src="http://yourkit.com/images/company_logo.gif";></span></a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>License for 
YourKit</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" href="http://structure101.com"; 
rel="nofollow"><span class="confluence-embedded-file-wrapper 
confluence-embedded-manual-size"><img class="confluence-embedded-image 
confluence-external-resource" width="200" 
src="http://structure101.com/images/s101_170.png"; 
data-image-src="http://structure101.com/images/s101_170.png";></span></a></p></td><td
 colspan="1" rowspan="1" class="confl
 uenceTd"><p>License for Structure101</p></td></tr></tbody></table></div></div>
            </div>
            <!-- Content -->
          </td>

Modified: websites/production/cxf/content/support.html
==============================================================================
--- websites/production/cxf/content/support.html (original)
+++ websites/production/cxf/content/support.html Fri May 26 09:47:42 2017
@@ -99,7 +99,7 @@ Apache CXF -- Support
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><h1 id="Support-Support">Support</h1><p>There are 
two types of help available for Apache CXF:</p><ul><li><a shape="rect" 
href="support.html">Support from the Apache CXF open source 
project</a></li><li><a shape="rect" href="support.html">Commercial 
Support</a></li></ul><p><span class="confluence-anchor-link" 
id="Support-cxfsupport"></span></p><h2 
id="Support-SupportFromtheApacheCXFOpenSourceProject">Support From the Apache 
CXF Open Source Project</h2><p>If you are experiencing problems using CXF 
please report your problem via the <a shape="rect" class="external-link" 
href="http://issues.apache.org/jira/browse/CXF";>Issue Tracker</a>. You may also 
find it useful to discuss your issues with the community on the <a shape="rect" 
href="mailing-lists.html">Mailing Lists</a>. Below are some resources to check 
before asking for help:</p><ul><li><a shape="rect" class="external-link" 
href="http://issues.apache.org/jira/browse/CXF";>Issue Tracker</a></li><li><a 
shape="
 rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" 
href="faq.html">FAQ</a></li></ul><p>Before asking for help with your issue, 
it's a very good idea to search for your issue in the mailing list archives and 
the FAQ. The majority of issues can be solved in this manner without having to 
send an email to the mailing list. If you don't find an answer, use the 
guidelines below when writing the email.</p><h3 id="Support-Howtogethelp">How 
to get help</h3><p>Whenever you are reporting a problem, please be sure to 
include as much information as possible; the more we know, the better the 
chance of a quicker resolution.</p><ul><li>which version of the 
software</li><li>what platform and JDK</li><li>any particular container being 
used - if so what version</li><li>stack traces generally really help! If in 
doubt include the whole thing; often exceptions get wrapped in other exceptions 
and the exception right near the bottom explains the actual error, not the 
first few lines 
 at the top. It's very easy for us to skim-read past unnecessary parts of a 
stack trace.</li><li>log output can be useful too; sometimes <a shape="rect" 
href="http://cxf.apache.org/docs/debugging-and-logging.html#DebuggingandLogging-UsingLog4jInsteadofjava.util.logging";>enabling
 DEBUG logging</a> can help</li><li>your code &amp; configuration files are 
often useful</li></ul><h3 id="Support-Howtogethelpfaster">How to get help 
faster</h3><p>We can help you much quicker if you try the 
following</p><ul><li>provide us with a JUnit test case that demonstrates your 
issue. e.g. if you think you've found a bug, can you create a test case to 
demonstrate the bug?</li><li><a shape="rect" 
href="getting-involved.html">submit a patch</a> fixing the bug! (We also buy 
you beer when we meet you if you submit bug fixes <img class="emoticon 
emoticon-smile" 
src="https://cwiki.apache.org/confluence/s/en_GB/5982/f2b47fb3d636c8bc9fd0b11c0ec6d0ae18646be7.1/_/images/icons/emoticons/smile.png";
 data-emoticon-na
 me="smile" alt="(smile)">)</li><li>for memory leaks or performance related 
issues, if you can run a profiler on your test case and attach the output as a 
file (or zipped file if it's huge) to the JIRA we can normally fix things much 
faster. e.g. run JProfiler or YourKit on your code and send us the output. To 
find memory leaks, it's quicker to resolve if you can tell us what classes are 
taking up all of the RAM; we can normally figure out what's wrong from 
that.</li></ul><p><span class="confluence-anchor-link" 
id="Support-commercialsupport"></span></p><h2 
id="Support-CommercialSupport">Commercial Support</h2><p>There are several 
companies that support CXF directly or provide products and services based on 
CXF. See the <a shape="rect" href="commercial-cxf-offerings.html">Commercial 
CXF Offerings</a> page for more information about those offerings.</p></div>
+<div id="ConfluenceContent"><h1 id="Support-Support">Support</h1><p>There are 
two types of help available for Apache CXF&#8482;:</p><ul><li><a shape="rect" 
href="support.html">Support from the Apache CXF open source 
project</a></li><li><a shape="rect" href="support.html">Commercial 
Support</a></li></ul><p><span class="confluence-anchor-link" 
id="Support-cxfsupport"></span></p><h2 
id="Support-SupportFromtheApacheCXFOpenSourceProject">Support From the Apache 
CXF Open Source Project</h2><p>If you are experiencing problems using CXF 
please report your problem via the <a shape="rect" class="external-link" 
href="http://issues.apache.org/jira/browse/CXF";>Issue Tracker</a>. You may also 
find it useful to discuss your issues with the community on the <a shape="rect" 
href="mailing-lists.html">Mailing Lists</a>. Below are some resources to check 
before asking for help:</p><ul><li><a shape="rect" class="external-link" 
href="http://issues.apache.org/jira/browse/CXF";>Issue Tracker</a></li><li><a 
 shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a 
shape="rect" href="faq.html">FAQ</a></li></ul><p>Before asking for help with 
your issue, it's a very good idea to search for your issue in the mailing list 
archives and the FAQ. The majority of issues can be solved in this manner 
without having to send an email to the mailing list. If you don't find an 
answer, use the guidelines below when writing the email.</p><h3 
id="Support-Howtogethelp">How to get help</h3><p>Whenever you are reporting a 
problem, please be sure to include as much information as possible; the more we 
know, the better the chance of a quicker resolution.</p><ul><li>which version 
of the software</li><li>what platform and JDK</li><li>any particular container 
being used - if so what version</li><li>stack traces generally really help! If 
in doubt include the whole thing; often exceptions get wrapped in other 
exceptions and the exception right near the bottom explains the actual error, 
not the first few
  lines at the top. It's very easy for us to skim-read past unnecessary parts 
of a stack trace.</li><li>log output can be useful too; sometimes <a 
shape="rect" 
href="http://cxf.apache.org/docs/debugging-and-logging.html#DebuggingandLogging-UsingLog4jInsteadofjava.util.logging";>enabling
 DEBUG logging</a> can help</li><li>your code &amp; configuration files are 
often useful</li></ul><h3 id="Support-Howtogethelpfaster">How to get help 
faster</h3><p>We can help you much quicker if you try the 
following</p><ul><li>provide us with a JUnit test case that demonstrates your 
issue. e.g. if you think you've found a bug, can you create a test case to 
demonstrate the bug?</li><li><a shape="rect" 
href="getting-involved.html">submit a patch</a> fixing the bug! (We also buy 
you beer when we meet you if you submit bug fixes <img class="emoticon 
emoticon-smile" 
src="https://cwiki.apache.org/confluence/s/en_GB/5982/f2b47fb3d636c8bc9fd0b11c0ec6d0ae18646be7.1/_/images/icons/emoticons/smile.png";
 data-emot
 icon-name="smile" alt="(smile)">)</li><li>for memory leaks or performance 
related issues, if you can run a profiler on your test case and attach the 
output as a file (or zipped file if it's huge) to the JIRA we can normally fix 
things much faster. e.g. run JProfiler or YourKit on your code and send us the 
output. To find memory leaks, it's quicker to resolve if you can tell us what 
classes are taking up all of the RAM; we can normally figure out what's wrong 
from that.</li></ul><p><span class="confluence-anchor-link" 
id="Support-commercialsupport"></span></p><h2 
id="Support-CommercialSupport">Commercial Support</h2><p>There are several 
companies that support CXF directly or provide products and services based on 
CXF. See the <a shape="rect" href="commercial-cxf-offerings.html">Commercial 
CXF Offerings</a> page for more information about those offerings.</p></div>
            </div>
            <!-- Content -->
          </td>


Reply via email to