Author: buildbot
Date: Wed Jun 7 19:47:38 2017
New Revision: 1013595
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/32-migration-guide.html
websites/production/cxf/content/docs/swagger2feature.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/32-migration-guide.html
==============================================================================
--- websites/production/cxf/content/docs/32-migration-guide.html (original)
+++ websites/production/cxf/content/docs/32-migration-guide.html Wed Jun 7
19:47:38 2017
@@ -107,7 +107,7 @@ Apache CXF -- 3.2 Migration Guide
<td height="100%">
<!-- Content -->
<div class="wiki-content">
-<div id="ConfluenceContent"><h3 id="id-3.2MigrationGuide-MajorChanges:">Major
Changes:</h3><ul><li>CXF 3.2.x now requires Java 8.  Support for previous
versions of Java has been dropped.</li><li>Jetty has been upgraded to
9.3.x.</li><li>Woodstox has been updated to 5.0.x which is in a different group
id and has a different artifactId.  It's possible that you may pull in
multiple versions of woodstox via other dependencies.<br
clear="none"> </li></ul><p> </p></div>
+<div id="ConfluenceContent"><h3 id="id-3.2MigrationGuide-MajorChanges:">Major
Changes:</h3><ul><li>CXF 3.2.x now requires Java 8.  Support for previous
versions of Java has been dropped.</li><li>Jetty has been upgraded to
9.3.x.</li><li>Woodstox has been updated to 5.0.x which is in a different group
id and has a different artifactId.  It's possible that you may pull in
multiple versions of woodstox via other dependencies.</li><li>Swagger 1.x
(package com.wordnik) is no longer supported, please update to Swagger 2
(package io.swagger).<br clear="none"> </li></ul><p> </p></div>
</div>
<!-- Content -->
</td>
Modified: websites/production/cxf/content/docs/swagger2feature.html
==============================================================================
--- websites/production/cxf/content/docs/swagger2feature.html (original)
+++ websites/production/cxf/content/docs/swagger2feature.html Wed Jun 7
19:47:38 2017
@@ -118,15 +118,15 @@ Apache CXF -- Swagger2Feature
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><h1
id="Swagger2Feature-Swagger2Feature">Swagger2Feature</h1><p><style
type="text/css">/*<![CDATA[*/
-div.rbtoc1494848821953 {padding: 0px;}
-div.rbtoc1494848821953 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1494848821953 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1496864824384 {padding: 0px;}
+div.rbtoc1496864824384 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1496864824384 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1494848821953">
+/*]]>*/</style></p><div class="toc-macro rbtoc1496864824384">
<ul class="toc-indentation"><li><a shape="rect"
href="#Swagger2Feature-Swagger2Feature">Swagger2Feature</a></li><li><a
shape="rect" href="#Swagger2Feature-Setup">Setup</a></li><li><a shape="rect"
href="#Swagger2Feature-Properties">Properties</a></li><li><a shape="rect"
href="#Swagger2Feature-ConfiguringProgramatically">Configuring
Programatically</a></li><li><a shape="rect"
href="#Swagger2Feature-ConfiguringinSpring">Configuring in
Spring</a></li><li><a shape="rect"
href="#Swagger2Feature-ConfiguringinBlueprint">Configuring in
Blueprint</a></li><li><a shape="rect"
href="#Swagger2Feature-ConfiguringinCXFNonSpringJaxrsServlet">Configuring in
CXFNonSpringJaxrsServlet</a></li><li><a shape="rect"
href="#Swagger2Feature-EnablinginSpringBoot">Enabling in Spring
Boot</a></li><li><a shape="rect"
href="#Swagger2Feature-AccessingSwaggerDocuments">Accessing Swagger
Documents</a></li><li><a shape="rect"
href="#Swagger2Feature-EnablingSwaggerUI">Enabling Swagger UI</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#Swagger2Feature-AutomaticUIActivation">Automatic UI
Activation</a></li><li><a shape="rect"
href="#Swagger2Feature-UnpackingSwaggerUIresources">Unpacking Swagger UI
resources</a></li></ul>
</li><li><a shape="rect" href="#Swagger2Feature-Samples">Samples</a></li></ul>
-</div><p> </p><p>The CXF Swagger2Feature allows you to generate <a
shape="rect" class="external-link" href="http://swagger.io/specification/"
rel="nofollow">Swagger 2.0</a> documents from JAX-RS service endpoints
with a simple configuration.</p><p>For generating <a shape="rect"
class="external-link"
href="https://github.com/swagger-api/swagger-spec/blob/master/versions/1.2.md"
rel="nofollow">Swagger 1.2</a> documents, you can use SwaggerFeature instead of
Swagger2Feature.</p><p>These features can be configured programatically in Java
or using Spring or Blueprint beans.</p><h1
id="Swagger2Feature-Setup">Setup</h1><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div><p> </p><p>The CXF Swagger2Feature allows you to generate <a
shape="rect" class="external-link" href="http://swagger.io/specification/"
rel="nofollow">Swagger 2.0</a> documents from JAX-RS service endpoints
with a simple configuration.</p><p>For generating <a shape="rect"
class="external-link"
href="https://github.com/swagger-api/swagger-spec/blob/master/versions/1.2.md"
rel="nofollow">Swagger 1.2</a> documents, you can use SwaggerFeature instead of
Swagger2Feature (for CXF versions <= 3.1.x).</p><p>These features can be
configured programatically in Java or using Spring or Blueprint beans.</p><h1
id="Swagger2Feature-Setup">Setup</h1><div class="code panel pdl"
style="border-width: 1px;"><div class="codeContent panelContent pdl">
<pre class="brush: xml; gutter: false; theme: Default"
style="font-size:12px;"><dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-service-description-swagger</artifactId>