You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2018/05/24 10:57:47 UTC

svn commit: r1030330 - in /websites/production/cxf/content: cache/main.pageCache xjc-utils.html

Author: buildbot
Date: Thu May 24 10:57:47 2018
New Revision: 1030330

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/xjc-utils.html

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

Modified: websites/production/cxf/content/xjc-utils.html
==============================================================================
--- websites/production/cxf/content/xjc-utils.html (original)
+++ websites/production/cxf/content/xjc-utils.html Thu May 24 10:57:47 2018
@@ -109,8 +109,11 @@ Apache CXF -- XJC Utils
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><p>The Apache CXF XJC-Utils subproject provides a bunch of utilities for working with JAXB to generate better or more usable code.</p><p>Currently, it consists of the following modules:</p><div class="table-wrap"><table class="confluenceTable"><tbody><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="cxf-xjc-plugin.html">cxf-xjc-plugin</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Provides a maven wrapper around the JAXB XJC utility</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="cxf-xjc-dv.html">cxf-xjc-dv</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Initialize fields mapped from elements/attributes with their default values</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="cxf-xjc-ts.html">cxf-xjc-ts</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Implements the toString() method</p></td></tr
 ><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="cxf-xjc-boolean.html">cxf-xjc-boolean</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Generate getters named getXXX() for Booleans instead of isXXX()</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="cxf-xjc-wsdlextension.html">cxf-xjc-wsdlextension</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Adds extensions methods to allow generated beans to be used as WSDL4J extensors</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="cxf-xjc-bug671.html">cxf-xjc-bug671</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Provides a workaround for</p><a shape="rect" class="external-link" href="https://jaxb.dev.java.net/issues/show_bug.cgi?id=671" rel="nofollow">https://jaxb.dev.java.net/issues/show_bug.cgi?id=671</a><p>- Not needed for JAXB &gt;=2.1.12</p></td></tr></tbody></table></div><div c
 lass="confluence-information-macro confluence-information-macro-information"><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>In CXF versions prior to 2.3.0, the xjc plugins were shaded directly into the big cxf bundle jar. In 2.3.0, they were removed from the jar and are placed individually into the lib directory of the distribution. The xjc plugins are only code generation utilities and not used at all at runtime which is why they were pulled out.</p></div></div><p>The source code can be checked out anonymously over HTTP by doing:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">git clone https://git-wip-us.apache.org/repos/asf/cxf-xjc-utils.git
+<div id="ConfluenceContent"><p>The Apache CXF XJC-Utils subproject provides a bunch of utilities for working with JAXB to generate better or more usable code.</p><p>Currently, it consists of the following modules:</p><div class="table-wrap"><table class="confluenceTable"><colgroup span="1"><col span="1"><col span="1"></colgroup><tbody><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="cxf-xjc-plugin.html">cxf-xjc-plugin</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Provides a maven wrapper around the JAXB XJC utility</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="cxf-xjc-dv.html">cxf-xjc-dv</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Initialize fields mapped from elements/attributes with their default values</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="cxf-xjc-ts.html">cxf-xjc-ts</a></p></td><td colspan="1" rowspan="1" class="conf
 luenceTd"><p>Implements the toString() method</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="cxf-xjc-boolean.html">cxf-xjc-boolean</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Generate getters named getXXX() for Booleans instead of isXXX()</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="cxf-xjc-wsdlextension.html">cxf-xjc-wsdlextension</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Adds extensions methods to allow generated beans to be used as WSDL4J extensors</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" href="cxf-xjc-bug671.html">cxf-xjc-bug671</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Provides a workaround for</p><a shape="rect" class="external-link" href="https://jaxb.dev.java.net/issues/show_bug.cgi?id=671" rel="nofollow">https://jaxb.dev.java.net/issues/show_bug.cgi?id=671</a><p>- Not needed for 
 JAXB &gt;=2.1.12</p></td></tr></tbody></table></div><div class="confluence-information-macro confluence-information-macro-information"><span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span><div class="confluence-information-macro-body"><p>In CXF versions prior to 2.3.0, the xjc plugins were shaded directly into the big cxf bundle jar. In 2.3.0, they were removed from the jar and are placed individually into the lib directory of the distribution. The xjc plugins are only code generation utilities and not used at all at runtime which is why they were pulled out.</p></div></div><p>The source code can be checked out anonymously over HTTP by doing:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default">git clone https://github.com/apache/cxf-xjc-utils.git
+</pre>
+</div></div><p>or</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default">git clone https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git
 </pre>
 </div></div><p>Building is similar to the <a shape="rect" href="building.html">build</a> instructions for the main CXF project.</p></div>
            </div>