Author: buildbot
Date: Tue Jul 26 14:47:28 2016
New Revision: 993813

Log:
Production update by buildbot for cxf

Removed:
    websites/production/cxf/content/dosgi-single-bundle-distribution.html
Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/distributed-osgi.html
    websites/production/cxf/content/dosgi-releases.html

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

Modified: websites/production/cxf/content/distributed-osgi.html
==============================================================================
--- websites/production/cxf/content/distributed-osgi.html (original)
+++ websites/production/cxf/content/distributed-osgi.html Tue Jul 26 14:47:28 
2016
@@ -99,7 +99,7 @@ Apache CXF -- Distributed OSGi
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><p>The Apache CXF Distributed OSGi subproject 
provides the Reference Implementation of the Distribution Provider component of 
the OSGi Remote Services Specification (Chapter 13 in the <a shape="rect" 
class="external-link" href="http://www.osgi.org/Download/Release4V42"; 
rel="nofollow">OSGi 4.2 Compendium Specification</a>).<br clear="none"> It 
implements the Remote Services functionality using Web Services, leveraging 
SOAP over HTTP and exposing the Service over a WSDL contract. Starting from 
version 1.1, Java interfaces can also be exposed and consumed as RESTful JAX-RS 
services. The 1.2 version of this project is also the Reference Implementation 
of the OSGi Remote Service Admin specification, chapter 122 in the <a 
shape="rect" class="external-link" 
href="http://www.osgi.org/Download/Release4V42"; rel="nofollow">OSGi 4.2 
Enterprise Specification</a>).</p><p>This page is about getting started and the 
demos, <strong>further links</strong>:</p><ul><li><a sha
 pe="rect" href="distributed-osgi-reference.html">Distributed OSGi 
Reference</a> guide</li><li><a shape="rect" 
href="dosgi-architecture.html">DOSGi Architecture</a></li><li><a shape="rect" 
href="dosgi-presentations-and-articles.html">DOSGi Presentations and 
Articles</a></li><li><a shape="rect" href="dosgi-releases.html">DOSGi 
Releases</a></li><li><a shape="rect" href="dosgi-build.html">DOSGi Build</a> 
page</li><li><a shape="rect" href="dosgi-faq.html">DOSGi FAQ</a> 
page</li></ul><h2 id="DistributedOSGi-GettingStarted">Getting Started</h2><p>To 
get started, get yourself a CXF-DOSGi distribution. The following distributions 
are available:</p><ul><li><a shape="rect" 
href="dosgi-apache-karaf-feature.html">DOSGi Apache Karaf Feature</a> : Allows 
installation in Apache Karaf using the feature commands (Available as of 
CXF-DOSGi 1.4.0)</li><li><a shape="rect" 
href="dosgi-multi-bundle-distribution.html">DOSGi Multi Bundle 
Distribution</a>: Zip file containing the Distributed OSGi bundles, as
  well as all their dependencies</li><li><a shape="rect" 
href="dosgi-single-bundle-distribution.html">DOSGi Single Bundle 
Distribution</a>: Convenience distribution of a single bundle that embeds all 
the dependencies</li></ul><p>Which distribution to take? That depends on what 
you are doing. The single-bundle distribution is a really convenient way of 
getting started as it provides all of Distributed OSGi plus its dependencies in 
one. <br clear="none"> The multi-bundle distribution is obviously a little more 
work to install, but the fine-grained bundles do have an extra benefit: they 
allow sharing. So if your application depends on one or more of the library 
bundles, it can use them from the multi-bundle distribution. Similarly, the 
multi-bundle distribution makes it possible to update the dependency bundles - 
if compatible - without having to replace the Distributed OSGi bundles.</p><h3 
id="DistributedOSGi-SettingupCXF/DOSGiDiscovery">Setting up CXF/DOSGi 
Discovery</h3><p>See the <a
  shape="rect" href="dosgi-discovery.html">DOSGi Discovery</a> page and the <a 
shape="rect" href="dosgi-discovery-demo-page.html">DOSGi Discovery Demo 
page</a>.</p><h2 id="DistributedOSGi-TheSamples">The Samples</h2><p>The samples 
directory contains these sample projects:</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Sample</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="distributed-osgi-greeter-demo-walkthrough.html">greeter </a></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Greeter OSGi Service exposed 
remotely and a Consumer invoking on it.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="distributed-osgi-greeter-demo-walkthrough.html">greeter_rest 
</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Greeter OSGi 
Service expose
 d remotely as a RESTful service and a Consumer invoking on it. Virtually 
identical to a greeter sample</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="dosgi-spring-dm-demo-page.html">spring_dm</a></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Shows how you can use Spring DM to export 
your beans as OSGi Services and similarly how to use Spring-DM to inject a 
(remote) OSGi Service.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="dosgi-ds-demo-page.html">ds</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Shows how Distributed OSGi can be used with OSGi 
Declarative Services (DS).</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="dosgi-discovery-demo-page.html">discovery</a></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Shows how to use Distributed OSGi with a 
dynamic Discovery system such as the one based on Zookeeper 
 that comes with CXF/DOSGi.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://felix.apache.org/site/apache-felix-ipojo-dosgi.html";>iPOJO</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Shows how Distributed OSGi can 
be used with iPOJO</p></td></tr></tbody></table></div><p>The samples can be 
installed directly from the maven release repository (as described in the demo 
documentation pages), but you can also build them yourself.<br clear="none"> To 
build the samples from source:</p><ol><li>simply browse the DOSGi master using 
the git web interface (<a shape="rect" class="external-link" 
href="https://git-wip-us.apache.org/repos/asf?p=cxf-dosgi.git";>https://git-wip-us.apache.org/repos/asf?p=cxf-dosgi.git</a>)
 or clone it from (<a shape="rect" class="external-link" 
href="https://git-wip-us.apache.org/repos/asf/cxf-dosgi.git";>https://git-wip-us.apache.org/repos/asf/cxf-dosgi.git</a>)</li><li>go
 into the <
 code>samples</code> directory</li><li>and build them using <code>mvn 
install</code></li></ol></div>
+<div id="ConfluenceContent"><p>The Apache CXF Distributed OSGi subproject 
provides the Reference Implementation of the Distribution Provider component of 
the OSGi Remote Services Specification (Chapter 13 in the <a shape="rect" 
class="external-link" href="http://www.osgi.org/Download/Release4V42"; 
rel="nofollow">OSGi 4.2 Compendium Specification</a>).<br clear="none"> It 
implements the Remote Services functionality using Web Services, leveraging 
SOAP over HTTP and exposing the Service over a WSDL contract. Starting from 
version 1.1, Java interfaces can also be exposed and consumed as RESTful JAX-RS 
services. The 1.2 version of this project is also the Reference Implementation 
of the OSGi Remote Service Admin specification, chapter 122 in the <a 
shape="rect" class="external-link" 
href="http://www.osgi.org/Download/Release4V42"; rel="nofollow">OSGi 4.2 
Enterprise Specification</a>).</p><p>This page is about getting started and the 
demos, <strong>further links</strong>:</p><ul><li><a sha
 pe="rect" href="distributed-osgi-reference.html">Distributed OSGi 
Reference</a> guide</li><li><a shape="rect" 
href="dosgi-architecture.html">DOSGi Architecture</a></li><li><a shape="rect" 
href="dosgi-presentations-and-articles.html">DOSGi Presentations and 
Articles</a></li><li><a shape="rect" href="dosgi-releases.html">DOSGi 
Releases</a></li><li><a shape="rect" href="dosgi-build.html">DOSGi Build</a> 
page</li><li><a shape="rect" href="dosgi-faq.html">DOSGi FAQ</a> 
page</li></ul><h2 id="DistributedOSGi-GettingStarted">Getting Started</h2><p>To 
get started, get yourself a CXF-DOSGi distribution. The following distributions 
are available:</p><ul><li><a shape="rect" 
href="dosgi-apache-karaf-feature.html">DOSGi Apache Karaf Feature</a> : Allows 
installation in Apache Karaf using the feature commands (Available as of 
CXF-DOSGi 1.4.0)</li><li><a shape="rect" 
href="dosgi-multi-bundle-distribution.html">DOSGi Multi Bundle 
Distribution</a>: Zip file containing the Distributed OSGi bundles, as
  well as all their dependencies</li></ul><p>Which distribution to take? That 
depends on what you are doing. The single-bundle distribution is a really 
convenient way of getting started as it provides all of Distributed OSGi plus 
its dependencies in one. <br clear="none"> The multi-bundle distribution is 
obviously a little more work to install, but the fine-grained bundles do have 
an extra benefit: they allow sharing. So if your application depends on one or 
more of the library bundles, it can use them from the multi-bundle 
distribution. Similarly, the multi-bundle distribution makes it possible to 
update the dependency bundles - if compatible - without having to replace the 
Distributed OSGi bundles.</p><h3 
id="DistributedOSGi-SettingupCXF/DOSGiDiscovery">Setting up CXF/DOSGi 
Discovery</h3><p>See the <a shape="rect" href="dosgi-discovery.html">DOSGi 
Discovery</a> page and the <a shape="rect" 
href="dosgi-discovery-demo-page.html">DOSGi Discovery Demo page</a>.</p><h2 
id="DistributedOS
 Gi-TheSamples">The Samples</h2><p>The samples directory contains these sample 
projects:</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Sample</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="distributed-osgi-greeter-demo-walkthrough.html">greeter </a></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Greeter OSGi Service exposed 
remotely and a Consumer invoking on it.</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" 
href="distributed-osgi-greeter-demo-walkthrough.html">greeter_rest 
</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Greeter OSGi 
Service exposed remotely as a RESTful service and a Consumer invoking on it. 
Virtually identical to a greeter sample</p></td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="re
 ct" href="dosgi-spring-dm-demo-page.html">spring_dm</a></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Shows how you can use Spring DM 
to export your beans as OSGi Services and similarly how to use Spring-DM to 
inject a (remote) OSGi Service.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="dosgi-ds-demo-page.html">ds</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Shows how Distributed OSGi can be used with OSGi 
Declarative Services (DS).</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="dosgi-discovery-demo-page.html">discovery</a></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Shows how to use Distributed OSGi with a 
dynamic Discovery system such as the one based on Zookeeper that comes with 
CXF/DOSGi.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://felix.apache.org/site/apache-felix-ip
 ojo-dosgi.html">iPOJO</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Shows how Distributed OSGi can be used with 
iPOJO</p></td></tr></tbody></table></div><p>The samples can be installed 
directly from the maven release repository (as described in the demo 
documentation pages), but you can also build them yourself.<br clear="none"> To 
build the samples from source:</p><ol><li>simply browse the DOSGi master using 
the git web interface (<a shape="rect" class="external-link" 
href="https://git-wip-us.apache.org/repos/asf?p=cxf-dosgi.git";>https://git-wip-us.apache.org/repos/asf?p=cxf-dosgi.git</a>)
 or clone it from (<a shape="rect" class="external-link" 
href="https://git-wip-us.apache.org/repos/asf/cxf-dosgi.git";>https://git-wip-us.apache.org/repos/asf/cxf-dosgi.git</a>)</li><li>go
 into the <code>samples</code> directory</li><li>and build them using <code>mvn 
install</code></li></ol></div>
            </div>
            <!-- Content -->
          </td>

Modified: websites/production/cxf/content/dosgi-releases.html
==============================================================================
--- websites/production/cxf/content/dosgi-releases.html (original)
+++ websites/production/cxf/content/dosgi-releases.html Tue Jul 26 14:47:28 2016
@@ -99,7 +99,7 @@ Apache CXF -- DOSGi Releases
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><h2 id="DOSGiReleases-Releases">Releases</h2><h3 
id="DOSGiReleases-Release1.7.0(currentversion-2015-07-03)">Release 1.7.0 
(current version - 2015-07-03)</h3><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>File</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.7.0/cxf-dosgi-ri-multibundle-distribution-1.7.0-dir.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.7.0-dir.tar.gz</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd
 "><p><a shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.7.0/cxf-dosgi-ri-multibundle-distribution-1.7.0-dir.zip";>cxf-dosgi-ri-multibundle-distribution-1.7.0-dir.zip</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-source-distribution/1.7.0/cxf-dosgi-ri-source-distribution-1.7.0-dist.tar.gz";>cxf-dosgi-ri-source-distribution-1.7.0.tar.gz</a></p></td></tr></tbody></table></div><h4
 id="DOSGiReleases-Highlights">Highlights</h4><ul><li>Karaf 4 
compatibility</li><li>CXF updated to 3.1.1</li><li><a shape="rect" 
class="external-link" 
href="https://issues.apache.org/jira/browse/DOSGI-220?jql=fixVersion%20%3D%201.7.0%2
 0AND%20project%20%3D%20DOSGI">Bug fixes</a></li></ul><h3 
id="DOSGiReleases-Release1.6.0(2014-01-21)">Release 1.6.0 (2014-01-21)</h3><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>File</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(tar.gz)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.6.0/cxf-dosgi-ri-multibundle-distribution-1.6.0-dir.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.6.0-dir.tar.gz</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" href="http
 
://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.6.0/cxf-dosgi-ri-multibundle-distribution-1.6.0-dir.zip">cxf-dosgi-ri-multibundle-distribution-1.6.0-dir.zip</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-source-distribution/1.6.0/cxf-dosgi-ri-source-distribution-1.6.0-dist.tar.gz";>cxf-dosgi-ri-source-distribution-1.6.0.tar.gz</a></p></td></tr></tbody></table></div><h4
 id="DOSGiReleases-Highlights.1">Highlights</h4><ul><li>Multi bundle distro now 
created from karaf features. So less effort for new releases</li><li>CXF 
updated to 2.7.8</li><li>jdom dependency removed</li><li>Bug fixes</li></ul><h3 
id="DOSGiReleases-Release1.5.0(2013-06-27)">Release 1.5
 .0 (2013-06-27)</h3><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>File</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.5.0/cxf-dosgi-ri-multibundle-distribution-1.5.0-dir.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.5.0-dir.tar.gz</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibund
 
le-distribution/1.5.0/cxf-dosgi-ri-multibundle-distribution-1.5.0-dir.zip">cxf-dosgi-ri-multibundle-distribution-1.5.0-dir.zip</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-source-distribution/1.5.0/cxf-dosgi-ri-source-distribution-1.5.0-dist.tar.gz";>cxf-dosgi-ri-source-distribution-1.5.0.tar.gz</a></p></td></tr></tbody></table></div><h4
 id="DOSGiReleases-Highlights.2">Highlights</h4><ul><li>Single bundle 
distribution removed to simplyfy release process and testing</li><li>Many 
bugfixes</li></ul><h3 id="DOSGiReleases-Release1.4.0(2013-01-26)">Release 1.4.0 
(2013-01-26)</h3><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowsp
 an="1" class="confluenceTh"><p>File</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(tar.gz)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.4.0/cxf-dosgi-ri-multibundle-distribution-1.4.0-dir.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.4.0-dir.tar.gz</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.4.0/cxf-dosgi-ri-multibundle-distribution-1.4.0-dir.zip";>cxf-dosgi-ri-multibundle-distribution-1.4.0-dir.zip</a></p></td></tr><tr><td
 colspan="1" rowspan="1" cla
 ss="confluenceTd"><p>Single-bundle distribution</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.4.0/cxf-dosgi-ri-singlebundle-distribution-1.4.0.jar";>cxf-dosgi-ri-singlebundle-distribution-1.4.0.jar</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-source-distribution/1.4.0/cxf-dosgi-ri-source-distribution-1.4.0-dist.tar.gz";>cxf-dosgi-ri-source-distribution-1.4.0.tar.gz</a></p></td></tr></tbody></table></div><h4
 id="DOSGiReleases-Highlights.3">Highlights</h4><ul><li><a shape="rect" 
class="external-link" href="https://issues.apache.org/jira/browse
 /DOSGI/fixforversion/12319877">41 issues resolved (see jira)</a></li><li><a 
shape="rect" href="dosgi-apache-karaf-feature.html">Karaf feature for easy 
installation in Apache Karaf</a></li><li><a shape="rect" 
href="dosgi-discovery.html">Zookeeper discovery</a> now supports automatic 
reconnects and Cluster configuration</li><li>DOSGi is now independent of spring 
dm</li><li>Custom intents are now created by publishing e.g. CXF Features as 
services</li><li>Big refactorings make the code much easier to 
understand</li></ul><h4 id="DOSGiReleases-Knownissues">Known 
issues</h4><ul><li>The default aegis data format will not work with Apache 
Karaf 2.3.0. (See <a shape="rect" class="external-link" 
href="https://issues.apache.org/jira/browse/DOSGI-153";>DOSGI-153</a>). Please 
upgrade to Apache Karaf 2.3.1</li><li>The sytem package exports in the felix 
multibundle distro may not bee suitable to all felix versions</li></ul><h4 
id="DOSGiReleases-Migration">Migration</h4><p>There is one incompatible 
 change in this release. Previously custom intents were defined by using a 
special spring dm file below osgi-inf in the bundle that exports a service. 
From DOSGi 1.4.0 on custom intents can be defined by exporting the intent (e.g. 
a feature) as an OSGi service with a special property 
"org.apache.cxf.dosgi.IntentName" for the name of the intent. See <a 
shape="rect" class="unresolved" href="#">dosgi custom intents</a>.</p><h4 
id="DOSGiReleases-Distributions">Distributions</h4><p>Snapshots</p><p>You can 
download 1.7-SNAPSHOT distributions from the following 
locations:</p><p><strong>Multi-Bundle distribution</strong> <a shape="rect" 
class="external-link" 
href="https://repository.apache.org/content/groups/snapshots/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.6-SNAPSHOT/cxf-dosgi-ri-multibundle-distribution-1.6-SNAPSHOT.zip";>download
 from here</a></p><h3 id="DOSGiReleases-ArchivedReleases">Archived 
Releases</h3><p>1.3.1 is was released in April 10th 2012. For more informat
 ion on what's new in this release, please see the README and release notes in 
each distribution. The various distributions can be downloaded as 
follows:</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>File</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.3.1/cxf-dosgi-ri-multibundle-distribution-1.3.1-dir.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.3.1-dir.tar.gz</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="e
 xternal-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.3.1/cxf-dosgi-ri-multibundle-distribution-1.3.1-dir.zip";>cxf-dosgi-ri-multibundle-distribution-1.3.1-dir.zip</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Single-bundle 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.3.1/cxf-dosgi-ri-singlebundle-distribution-1.3.1.jar";>cxf-dosgi-ri-singlebundle-distribution-1.3.1.jar</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/c
 
xf-dosgi-ri-source-distribution/1.3.1/cxf-dosgi-ri-source-distribution-1.3.1-dist.tar.gz">cxf-dosgi-ri-source-distribution-1.3.1.tar.gz</a></p></td></tr></tbody></table></div><p>1.3
 was released February 6th, 2012.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>File</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://search.maven.org/remotecontent?filepath=org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.3/cxf-dosgi-ri-multibundle-distribution-1.3-dir.tar.gz";
 
rel="nofollow">cxf-dosgi-ri-multibundle-distribution-1.3-dir.tar.gz</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" cla
 ss="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://search.maven.org/remotecontent?filepath=org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.3/cxf-dosgi-ri-multibundle-distribution-1.3-dir.zip";
 
rel="nofollow">cxf-dosgi-ri-multibundle-distribution-1.3-dir.zip</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Single-bundle 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://search.maven.org/remotecontent?filepath=org/apache/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.3/cxf-dosgi-ri-singlebundle-distribution-1.3.jar";
 
rel="nofollow">cxf-dosgi-ri-singlebundle-distribution-1.3.jar</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://search.maven.org/remotecontent?filepath=org/apache/cxf/dosgi/cxf-dosgi-ri-sou
 rce-distribution/1.3/cxf-dosgi-ri-source-distribution-1.3.jar" 
rel="nofollow">cxf-dosgi-ri-source-distribution-1.3.jar</a></p></td></tr></tbody></table></div><p>1.2
 was released July 25th 2010.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>File</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>MD5</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-multibundle-distribution-1.2.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.2.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-multibundle-distribution-1.2.ta
 
r.gz.md5">cxf-dosgi-ri-multibundle-distribution-1.2.tar.gz.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-multibundle-distribution-1.2.zip";>cxf-dosgi-ri-multibundle-distribution-1.2.zip</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-multibundle-distribution-1.2.zip.md5";>cxf-dosgi-ri-multibundle-distribution-1.2.zip.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Single-bundle 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-singlebundle-distribution-1.2.jar";>cxf-dosgi-ri-singlebundle-distribution-1.2.jar</
 a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-singlebundle-distribution-1.2.jar.md5";>cxf-dosgi-ri-singlebundle-distribution-1.2.jar.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-source-distribution-1.2.tar.gz";>cxf-dosgi-ri-source-distribution-1.2.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-source-distribution-1.2.tar.gz.md5";>cxf-dosgi-ri-source-distribution-1.2.tar.gz.md5</a></p></td></tr></tbody></table></div><p>1.1
 was released Dec 1st, 2009.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" cl
 ass="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>File</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>MD5</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-multibundle-distribution-1.1.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.1.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-multibundle-distribution-1.1.tar.gz.md5";>cxf-dosgi-ri-multibundle-distribution-1.1.tar.gz.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" href="http://www.apache.org
 
/dist/cxf/dosgi/1.1/cxf-dosgi-ri-multibundle-distribution-1.1.zip">cxf-dosgi-ri-multibundle-distribution-1.1.zip</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-multibundle-distribution-1.1.zip.md5";>cxf-dosgi-ri-multibundle-distribution-1.1.zip.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Single-bundle 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-singlebundle-distribution-1.1.jar";>cxf-dosgi-ri-singlebundle-distribution-1.1.jar</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-singlebundle-distribution-1.1.jar.md5";>cxf-dosgi-ri-singlebundle-distribution-1.1.jar.md5</a></p></td></tr><tr><td
 colspan="1" rowsp
 an="1" class="confluenceTd"><p>Source distribution</p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-source-distribution-1.1.tar.gz";>cxf-dosgi-ri-source-distribution-1.1.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-source-distribution-1.1.tar.gz.md5";>cxf-dosgi-ri-source-distribution-1.1.tar.gz.md5</a></p></td></tr></tbody></table></div><p>1.0
 was the first release of Distributed OSGi.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>File</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>MD5</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td
  colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-multibundle-distribution-1.0.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.0.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-multibundle-distribution-1.0.tar.gz.md5";>cxf-dosgi-ri-multibundle-distribution-1.0.tar.gz.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-multibundle-distribution-1.0.zip";>cxf-dosgi-ri-multibundle-distribution-1.0.zip</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-mul
 
tibundle-distribution-1.0.zip.md5">cxf-dosgi-ri-multibundle-distribution-1.0.zip.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Single-bundle 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-singlebundle-distribution-1.0.jar";>cxf-dosgi-ri-singlebundle-distribution-1.0.jar</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-singlebundle-distribution-1.0.jar.md5";>cxf-dosgi-ri-singlebundle-distribution-1.0.jar.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-source-distribution-1.0.tar.gz";>cxf-dosgi-ri-source-distribution-1.0.
 tar.gz</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-source-distribution-1.0.tar.gz.md5";>cxf-dosgi-ri-source-distribution-1.0.tar.gz.md5</a></p></td></tr></tbody></table></div></div>
+<div id="ConfluenceContent"><h2 id="DOSGiReleases-Releases">Releases</h2><h3 
id="DOSGiReleases-Release1.8.0(currentversion-2016-04-04)">Release 1.8.0 
(current version - 2016-04-04)</h3><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>File</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.8.0/cxf-dosgi-ri-multibundle-distribution-1.8.0-dir.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.8.0-dir.tar.gz</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd
 "><p><a shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.8.0/cxf-dosgi-ri-multibundle-distribution-1.8.0-dir.zip";>cxf-dosgi-ri-multibundle-distribution-1.8.0-dir.zip</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-source-distribution/1.8.0/cxf-dosgi-ri-source-distribution-1.8.0-dist.tar.gz";>cxf-dosgi-ri-source-distribution-1.8.0.tar.gz</a></p></td></tr></tbody></table></div><h4
 id="DOSGiReleases-Highlights">Highlights</h4><ul><li>Extraction of the Remote 
Service Admin core into Aries RSA. CXF DOSGi now only implements the CXF based 
transports</li><li>CXF updated to 3.1.6</li><li><a shape="rect" class="extern
 al-link" 
href="https://issues.apache.org/jira/browse/DOSGI/fixforversion/12332970";>Full 
list of issues</a></li></ul><h3 
id="DOSGiReleases-Release1.7.0(2015-07-03)">Release 1.7.0 (2015-07-03)</h3><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>File</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(tar.gz)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.7.0/cxf-dosgi-ri-multibundle-distribution-1.7.0-dir.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.7.0-dir.tar.gz</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="co
 nfluenceTd"><p><a shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.7.0/cxf-dosgi-ri-multibundle-distribution-1.7.0-dir.zip";>cxf-dosgi-ri-multibundle-distribution-1.7.0-dir.zip</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-source-distribution/1.7.0/cxf-dosgi-ri-source-distribution-1.7.0-dist.tar.gz";>cxf-dosgi-ri-source-distribution-1.7.0.tar.gz</a></p></td></tr></tbody></table></div><h4
 id="DOSGiReleases-Highlights.1">Highlights</h4><ul><li>Karaf 4 
compatibility</li><li>CXF updated to 3.1.1</li><li><a shape="rect" 
class="external-link" 
href="https://issues.apache.org/jira/browse/DOSGI-220?jql=fixVersion%20%
 3D%201.7.0%20AND%20project%20%3D%20DOSGI">Bug fixes</a></li></ul><h3 
id="DOSGiReleases-Release1.6.0(2014-01-21)">Release 1.6.0 (2014-01-21)</h3><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>File</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(tar.gz)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.6.0/cxf-dosgi-ri-multibundle-distribution-1.6.0-dir.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.6.0-dir.tar.gz</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link
 " 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.6.0/cxf-dosgi-ri-multibundle-distribution-1.6.0-dir.zip";>cxf-dosgi-ri-multibundle-distribution-1.6.0-dir.zip</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-source-distribution/1.6.0/cxf-dosgi-ri-source-distribution-1.6.0-dist.tar.gz";>cxf-dosgi-ri-source-distribution-1.6.0.tar.gz</a></p></td></tr></tbody></table></div><h4
 id="DOSGiReleases-Highlights.2">Highlights</h4><ul><li>Multi bundle distro now 
created from karaf features. So less effort for new releases</li><li>CXF 
updated to 2.7.8</li><li>jdom dependency removed</li><li>Bug fixes</li></ul><h3 
id="DOSGiReleases-Release1.5.0(2013-06-27)"
 >Release 1.5.0 (2013-06-27)</h3><div class="table-wrap"><table 
 >class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
 >class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
 >class="confluenceTh"><p>File</p></th></tr><tr><td colspan="1" rowspan="1" 
 >class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td 
 >colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
 >class="external-link" 
 >href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.5.0/cxf-dosgi-ri-multibundle-distribution-1.5.0-dir.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.5.0-dir.tar.gz</a></p></td></tr><tr><td
 > colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
 >(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
 >shape="rect" class="external-link" 
 >href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-
 
ri-multibundle-distribution/1.5.0/cxf-dosgi-ri-multibundle-distribution-1.5.0-dir.zip">cxf-dosgi-ri-multibundle-distribution-1.5.0-dir.zip</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-source-distribution/1.5.0/cxf-dosgi-ri-source-distribution-1.5.0-dist.tar.gz";>cxf-dosgi-ri-source-distribution-1.5.0.tar.gz</a></p></td></tr></tbody></table></div><h4
 id="DOSGiReleases-Highlights.3">Highlights</h4><ul><li>Single bundle 
distribution removed to simplyfy release process and testing</li><li>Many 
bugfixes</li></ul><h3 id="DOSGiReleases-Release1.4.0(2013-01-26)">Release 1.4.0 
(2013-01-26)</h3><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colsp
 an="1" rowspan="1" class="confluenceTh"><p>File</p></th></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(tar.gz)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.4.0/cxf-dosgi-ri-multibundle-distribution-1.4.0-dir.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.4.0-dir.tar.gz</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.4.0/cxf-dosgi-ri-multibundle-distribution-1.4.0-dir.zip";>cxf-dosgi-ri-multibundle-distribution-1.4.0-dir.zip</a></p></td></tr><tr><td
 colspan="1" row
 span="1" class="confluenceTd"><p>Single-bundle distribution</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.4.0/cxf-dosgi-ri-singlebundle-distribution-1.4.0.jar";>cxf-dosgi-ri-singlebundle-distribution-1.4.0.jar</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-source-distribution/1.4.0/cxf-dosgi-ri-source-distribution-1.4.0-dist.tar.gz";>cxf-dosgi-ri-source-distribution-1.4.0.tar.gz</a></p></td></tr></tbody></table></div><h4
 id="DOSGiReleases-Highlights.4">Highlights</h4><ul><li><a shape="rect" 
class="external-link" href="https://issues.apache.org
 /jira/browse/DOSGI/fixforversion/12319877">41 issues resolved (see 
jira)</a></li><li><a shape="rect" href="dosgi-apache-karaf-feature.html">Karaf 
feature for easy installation in Apache Karaf</a></li><li><a shape="rect" 
href="dosgi-discovery.html">Zookeeper discovery</a> now supports automatic 
reconnects and Cluster configuration</li><li>DOSGi is now independent of spring 
dm</li><li>Custom intents are now created by publishing e.g. CXF Features as 
services</li><li>Big refactorings make the code much easier to 
understand</li></ul><h4 id="DOSGiReleases-Knownissues">Known 
issues</h4><ul><li>The default aegis data format will not work with Apache 
Karaf 2.3.0. (See <a shape="rect" class="external-link" 
href="https://issues.apache.org/jira/browse/DOSGI-153";>DOSGI-153</a>). Please 
upgrade to Apache Karaf 2.3.1</li><li>The sytem package exports in the felix 
multibundle distro may not bee suitable to all felix versions</li></ul><h4 
id="DOSGiReleases-Migration">Migration</h4><p>There is one i
 ncompatible change in this release. Previously custom intents were defined by 
using a special spring dm file below osgi-inf in the bundle that exports a 
service. From DOSGi 1.4.0 on custom intents can be defined by exporting the 
intent (e.g. a feature) as an OSGi service with a special property 
"org.apache.cxf.dosgi.IntentName" for the name of the intent. See <a 
shape="rect" class="unresolved" href="#">dosgi custom intents</a>.</p><h4 
id="DOSGiReleases-Distributions">Distributions</h4><p>Snapshots</p><p>You can 
download 1.7-SNAPSHOT distributions from the following 
locations:</p><p><strong>Multi-Bundle distribution</strong> <a shape="rect" 
class="external-link" 
href="https://repository.apache.org/content/groups/snapshots/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.6-SNAPSHOT/cxf-dosgi-ri-multibundle-distribution-1.6-SNAPSHOT.zip";>download
 from here</a></p><h3 id="DOSGiReleases-ArchivedReleases">Archived 
Releases</h3><p>1.3.1 is was released in April 10th 2012. For m
 ore information on what's new in this release, please see the README and 
release notes in each distribution. The various distributions can be downloaded 
as follows:</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>File</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.3.1/cxf-dosgi-ri-multibundle-distribution-1.3.1-dir.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.3.1-dir.tar.gz</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="re
 ct" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.3.1/cxf-dosgi-ri-multibundle-distribution-1.3.1-dir.zip";>cxf-dosgi-ri-multibundle-distribution-1.3.1-dir.zip</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Single-bundle 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.3.1/cxf-dosgi-ri-singlebundle-distribution-1.3.1.jar";>cxf-dosgi-ri-singlebundle-distribution-1.3.1.jar</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://repository.apache.org/service/local/repositories/releases/content/org/apache
 
/cxf/dosgi/cxf-dosgi-ri-source-distribution/1.3.1/cxf-dosgi-ri-source-distribution-1.3.1-dist.tar.gz">cxf-dosgi-ri-source-distribution-1.3.1.tar.gz</a></p></td></tr></tbody></table></div><p>1.3
 was released February 6th, 2012.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>File</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://search.maven.org/remotecontent?filepath=org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.3/cxf-dosgi-ri-multibundle-distribution-1.3-dir.tar.gz";
 
rel="nofollow">cxf-dosgi-ri-multibundle-distribution-1.3-dir.tar.gz</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" row
 span="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://search.maven.org/remotecontent?filepath=org/apache/cxf/dosgi/cxf-dosgi-ri-multibundle-distribution/1.3/cxf-dosgi-ri-multibundle-distribution-1.3-dir.zip";
 
rel="nofollow">cxf-dosgi-ri-multibundle-distribution-1.3-dir.zip</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Single-bundle 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://search.maven.org/remotecontent?filepath=org/apache/cxf/dosgi/cxf-dosgi-ri-singlebundle-distribution/1.3/cxf-dosgi-ri-singlebundle-distribution-1.3.jar";
 
rel="nofollow">cxf-dosgi-ri-singlebundle-distribution-1.3.jar</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://search.maven.org/remotecontent?filepath=org/apache/cxf/dosgi/cxf-
 dosgi-ri-source-distribution/1.3/cxf-dosgi-ri-source-distribution-1.3.jar" 
rel="nofollow">cxf-dosgi-ri-source-distribution-1.3.jar</a></p></td></tr></tbody></table></div><p>1.2
 was released July 25th 2010.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>File</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>MD5</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-multibundle-distribution-1.2.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.2.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-multibundle-distrib
 
ution-1.2.tar.gz.md5">cxf-dosgi-ri-multibundle-distribution-1.2.tar.gz.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-multibundle-distribution-1.2.zip";>cxf-dosgi-ri-multibundle-distribution-1.2.zip</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-multibundle-distribution-1.2.zip.md5";>cxf-dosgi-ri-multibundle-distribution-1.2.zip.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Single-bundle 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-singlebundle-distribution-1.2.jar";>cxf-dosgi-ri-singlebundle-distributi
 on-1.2.jar</a></p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-singlebundle-distribution-1.2.jar.md5";>cxf-dosgi-ri-singlebundle-distribution-1.2.jar.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-source-distribution-1.2.tar.gz";>cxf-dosgi-ri-source-distribution-1.2.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.2/cxf-dosgi-ri-source-distribution-1.2.tar.gz.md5";>cxf-dosgi-ri-source-distribution-1.2.tar.gz.md5</a></p></td></tr></tbody></table></div><p>1.1
 was released Dec 1st, 2009.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" ro
 wspan="1" class="confluenceTh"><p>Description</p></th><th colspan="1" 
rowspan="1" class="confluenceTh"><p>File</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>MD5</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-multibundle-distribution-1.1.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.1.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-multibundle-distribution-1.1.tar.gz.md5";>cxf-dosgi-ri-multibundle-distribution-1.1.tar.gz.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" href="http://ww
 
w.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-multibundle-distribution-1.1.zip">cxf-dosgi-ri-multibundle-distribution-1.1.zip</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-multibundle-distribution-1.1.zip.md5";>cxf-dosgi-ri-multibundle-distribution-1.1.zip.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Single-bundle 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-singlebundle-distribution-1.1.jar";>cxf-dosgi-ri-singlebundle-distribution-1.1.jar</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-singlebundle-distribution-1.1.jar.md5";>cxf-dosgi-ri-singlebundle-distribution-1.1.jar.md5</a></p></td></tr><tr><td
 colsp
 an="1" rowspan="1" class="confluenceTd"><p>Source distribution</p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-source-distribution-1.1.tar.gz";>cxf-dosgi-ri-source-distribution-1.1.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.1/cxf-dosgi-ri-source-distribution-1.1.tar.gz.md5";>cxf-dosgi-ri-source-distribution-1.1.tar.gz.md5</a></p></td></tr></tbody></table></div><p>1.0
 was the first release of Distributed OSGi.</p><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>File</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>MD5</p></th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p>Multi-bundle distribution (tar.gz)
 </p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-multibundle-distribution-1.0.tar.gz";>cxf-dosgi-ri-multibundle-distribution-1.0.tar.gz</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-multibundle-distribution-1.0.tar.gz.md5";>cxf-dosgi-ri-multibundle-distribution-1.0.tar.gz.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Multi-bundle distribution 
(zip)</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-multibundle-distribution-1.0.zip";>cxf-dosgi-ri-multibundle-distribution-1.0.zip</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-
 
dosgi-ri-multibundle-distribution-1.0.zip.md5">cxf-dosgi-ri-multibundle-distribution-1.0.zip.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Single-bundle 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-singlebundle-distribution-1.0.jar";>cxf-dosgi-ri-singlebundle-distribution-1.0.jar</a></p></td><td
 colspan="1" rowspan="1" class="confluenceTd"><p><a shape="rect" 
class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-singlebundle-distribution-1.0.jar.md5";>cxf-dosgi-ri-singlebundle-distribution-1.0.jar.md5</a></p></td></tr><tr><td
 colspan="1" rowspan="1" class="confluenceTd"><p>Source 
distribution</p></td><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-source-distribution-1.0.tar.gz";>cxf-dosgi-ri-source-distr
 ibution-1.0.tar.gz</a></p></td><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://www.apache.org/dist/cxf/dosgi/1.0/cxf-dosgi-ri-source-distribution-1.0.tar.gz.md5";>cxf-dosgi-ri-source-distribution-1.0.tar.gz.md5</a></p></td></tr></tbody></table></div></div>
            </div>
            <!-- Content -->
          </td>


Reply via email to