Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Releases

Current Release

1.1 2 is the current release of Distributed OSGi, as of Dec 1st 2009July 25th 2010. For more information on what's new in this release, please see the README in each distribution. The various distributions can be downloaded as follows:

Maven

@@@ TODO: this section needs updating

To pull the bundles in from maven, simply add them as a dependency to your pom. For the Single Bundle Distribution you depend on

...

Code Block
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-bundle-minimal</artifactId>
  <version>2.2.5<9</version>
</dependency>
<dependency>
  <groupId>org.apache.cxf.dosgi</groupId>
  <artifactId>cxf-dosgi-ri-discovery-local</artifactId>
  <version>1.1<2</version>
</dependency>
<dependency>
  <groupId>org.apache.cxf.dosgi</groupId>
  <artifactId>cxf-dosgi-ri-dsw-cxf</artifactId>
  <version>1.1<2</version>
</dependency>

The released artefacts are available from the maven central repository, which is normally picked up by default. These are the details in case you don't have a default setup:

...

Snapshots

You can download 1.23-SNAPSHOT distributions from the following locations:

Single-Bundle distribution download from here
Multi-Bundle distribution download from here

Maven

@@@ TODO: this section needs updating

You can also pull the snapshots in via maven. Add the Apache Snapshot repository to your maven repositories:

...

Code Block
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-singlebundle-distribution</artifactId>
<version>1.23-SNAPSHOT</version>

When using the Multi Bundle Distribution you add the following dependencies:

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

Archived Releases

1.1 was released Dec 1st, 2009.

1.0 was the first release of Distributed OSGi.

...