Author: buildbot
Date: Tue Jul 26 15:47:36 2016
New Revision: 993821

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/dosgi-apache-karaf-feature.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/dosgi-apache-karaf-feature.html
==============================================================================
--- websites/production/cxf/content/dosgi-apache-karaf-feature.html (original)
+++ websites/production/cxf/content/dosgi-apache-karaf-feature.html Tue Jul 26 
15:47:36 2016
@@ -32,7 +32,7 @@
 <link type="text/css" rel="stylesheet" 
href="/resources/highlighter/styles/shThemeCXF.css">
 
 <script src='/resources/highlighter/scripts/shCore.js'></script>
-<script src='/resources/highlighter/scripts/shBrushJava.js'></script>
+<script src='/resources/highlighter/scripts/shBrushBash.js'></script>
 <script>
   SyntaxHighlighter.defaults['toolbar'] = false;
   SyntaxHighlighter.all();
@@ -108,82 +108,21 @@ Apache CXF -- DOSGi Apache Karaf Feature
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><h1 
id="DOSGiApacheKarafFeature-CXFDOSGiinApacheKaraf">CXF DOSGi in Apache 
Karaf</h1>
-
-<p>Since version 1.4.0 of CXF DOSGi there is a feature for Apache Karaf which 
makes installing DOSGi really easy. Using the descriptions below a working demo 
should be up in less than 10 minutes.</p>
-
-<h2 id="DOSGiApacheKarafFeature-DownloadandunpackApacheKaraf">Download and 
unpack Apache Karaf</h2>
-
-<ul><li><a shape="rect" class="external-link" 
href="http://karaf.apache.org/index/community/download.html";>Download apache 
karaf</a></li><li>Copy etc/jre.properties.cxf to etc/jre.properties -&gt; This 
is needed in karaf 2.2.x to adjust the system package exports so CXF can 
install correctly</li><li>Unpack and start it</li></ul>
-
-
-<div class="confluence-information-macro 
confluence-information-macro-note"><span class="aui-icon aui-icon-small 
aui-iconfont-warning confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body"><p>CXF DOSGi does not work with Karaf 
2.3.0. Please use at least Karaf 2.3.1.</p></div></div>
-
-<h2 id="DOSGiApacheKarafFeature-InstallationofCXF-DOSGi">Installation of 
CXF-DOSGi</h2>
-<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;">
-features:chooseurl cxf-dosgi 1.4.0
-features:install cxf-dosgi-discovery-distributed
-</pre>
-</div></div>
-
-<p>Create config "etc/org.apache.cxf.dosgi.discovery.zookeeper.cfg" with the 
following content:</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;">
-zookeeper.port=2181
-zookeeper.host=localhost
-</pre>
-</div></div>
-
-<h2 id="DOSGiApacheKarafFeature-InstallationofthezookeeperServer">Installation 
of the zookeeper Server</h2>
-
-<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;">
-features:install cxf-dosgi-zookeeper-server
+<div id="ConfluenceContent"><h1 
id="DOSGiApacheKarafFeature-CXFDOSGiinApacheKaraf">CXF DOSGi in Apache 
Karaf</h1><p>Using the descriptions below a working demo should be up in less 
than 10 minutes.</p><h2 
id="DOSGiApacheKarafFeature-DownloadandunpackApacheKaraf">Download and unpack 
Apache Karaf</h2><ul><li><a shape="rect" class="external-link" 
href="http://karaf.apache.org/index/community/download.html";>Download apache 
karaf</a> 4</li><li>Unpack and start it</li></ul><h2 
id="DOSGiApacheKarafFeature-InstallationofCXF-DOSGi">Installation of 
CXF-DOSGi</h2><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<pre class="brush: bash; gutter: false; theme: Default" 
style="font-size:12px;">feature:repo-add aries-rsa 1.9.0
+feature:repo-add cxf-dosgi 1.8.0
+feature:install cxf-dosgi-provider-cxf</pre>
+</div></div><h2 
id="DOSGiApacheKarafFeature-Testinstallationwithgreeterdemo">Test installation 
with greeter demo</h2><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: bash; gutter: false; theme: Default" 
style="font-size:12px;">install -s 
mvn:org.apache.cxf.dosgi.samples/cxf-dosgi-ri-samples-greeter-interface/1.8.0
+install -s 
mvn:org.apache.cxf.dosgi.samples/cxf-dosgi-ri-samples-greeter-impl/1.8.0
+</pre>
+</div></div><p>endpoints should show the greeter service being 
exported:</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">
+<pre class="brush: bash; gutter: false; theme: Default" 
style="font-size:12px;">Endpoints for framework 
346376f5-ef56-4bda-b238-0a905ce99342
+id                            | interfaces                                     
       | framework                            | comp name
+----------------------------------------------------------------------------------------------------------------------------------------
+http://localhost:9090/greeter | 
[org.apache.cxf.dosgi.samples.greeter.GreeterService] | 
346376f5-ef56-4bda-b238-0a905ce99342 |    
 </pre>
-</div></div>
-
-<p>Create config "etc/org.apache.cxf.dosgi.discovery.zookeeper.server.cfg" 
with the following content:</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;">
-zookeeper.host:127.0.0.1
-clientPort:2181
-zookeeper.port:2181
-</pre>
-</div></div>
-
-<h2 id="DOSGiApacheKarafFeature-Testinstallationwithgreeterdemo">Test 
installation with greeter demo</h2>
-
-<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;">
-install -s 
mvn:org.apache.cxf.dosgi.samples/cxf-dosgi-ri-samples-greeter-interface/1.4.0
-install -s 
mvn:org.apache.cxf.dosgi.samples/cxf-dosgi-ri-samples-greeter-impl/1.4.0
-</pre>
-</div></div>
-
-
-<p>log:display should show the greeter service being exported:</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;">
-2013-01-07 10:50:52,108 | INFO  | pool-13-thread-1 | TopologyManagerExport     
       | r.exporter.TopologyManagerExport  257 | 114 - 
cxf-dosgi-ri-topology-manager - 1.4.0 | TopologyManager: export sucessful 
Endpoints: [Endpoint Desctiption for ServiceReference 
[org.apache.cxf.dosgi.samples.greeter.GreeterService]
-*** EndpointDescription: **** 
-endpoint.framework.uuid  =&gt; 74455213-0926-4fa8-b3eb-0f9b4d15f119
-endpoint.id  =&gt; http://localhost:9090/greeter
-endpoint.package.version.org.apache.cxf.dosgi.samples.greeter  =&gt; 0.0.0
-endpoint.service.id  =&gt; 252
-objectClass  =&gt; [org.apache.cxf.dosgi.samples.greeter.GreeterService]
-org.apache.cxf.ws.address  =&gt; http://localhost:9090/greeter
-service.imported  =&gt; true
-service.imported.configs  =&gt; [org.apache.cxf.ws]
-service.intents  =&gt; [SOAP.1_1, HTTP, SOAP]
-]
-</pre>
-</div></div>
-
-<h2 
id="DOSGiApacheKarafFeature-Accesstheservicetransparentlyfromasecondcontainer">Access
 the service transparently from a second container</h2>
-
-<ul><li>Unpack karaf in a second directory and also start it.</li><li>Do the 
installation steps from "Installation of CXF-DOSGi"</li><li>Install a client to 
a service that is published in the first container.</li><li>DOSGi will 
automatically install a proxy for you service that calls the published service 
remotely over CXF</li></ul>
-</div>
+</div></div><p>Now try to access the service using</p><p><a shape="rect" 
class="external-link" href="http://localhost:9090/greeter"; 
rel="nofollow">http://localhost:9090/greeter</a></p><h2 
id="DOSGiApacheKarafFeature-Accesstheservicetransparentlyfromasecondcontainer">Access
 the service transparently from a second container</h2><ul><li>Unpack karaf in 
a second directory and also start it.</li><li>Do the installation steps from 
"Installation of CXF-DOSGi"</li><li>Install a client to a service that is 
published in the first container.</li><li>DOSGi will automatically install a 
proxy for you service that calls the published service remotely over 
CXF</li></ul><p>&#160;</p></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 15:47:36 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.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 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><h2 
id="DOSGiReleases-ArchivedReleases">Archived Releases</h2><p>1.3.1 is was 
released in April 10th 2012. For more 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 distr
 ibution (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="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 cols
 pan="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" 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="conf
 luenceTd"><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="con
 fluenceTh"><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.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" rows
 pan="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-li
 nk" 
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>&#160;</p><p>&#160;</p></div>
            </div>
            <!-- Content -->
          </td>


Reply via email to