Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated with version 1.3.1

...

1.3 is the current release of Distributed OSGi, as of February 6th 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:

Maven

@@@ TODO: this section needs updating

...

Code Block
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-bundle-minimal</artifactId>
  <version>2.2.9</version>
</dependency>
<dependency>
  <groupId>org.apache.cxf.dosgi</groupId>
  <artifactId>cxf-dosgi-ri-discovery-local</artifactId>
  <version>1.3-SNAPSHOT</version>
</dependency>
<dependency>
  <groupId>org.apache.cxf.dosgi</groupId>
  <artifactId>cxf-dosgi-ri-dsw-cxf</artifactId>
  <version>1.3-SNAPSHOT</version>
</dependency>

Archived Releases

1.3 was released February 6th, 2012.

Description

File

Multi-bundle distribution (tar.gz)

cxf-dosgi-ri-multibundle-distribution-1.3-dir.tar.gz

Multi-bundle distribution (zip)

cxf-dosgi-ri-multibundle-distribution-1.3-dir.zip

Single-bundle distribution

cxf-dosgi-ri-singlebundle-distribution-1.3.jar

Source distribution

cxf-dosgi-ri-source-distribution-1.3.jar

1.2 was released July 25th 2010.

...