The Karaf team is pleased to announce the first release of Karaf Cellar: Apache Karaf Cellar 2.2.1.

Karaf Cellar is a clustering solution for Apache Karaf powered by Hazelcast.

You can have more information on the Karaf Cellar page:
http://karaf.apache.org/index/subprojects/cellar.html

The documentation (user guide and architecture guide) will be available online today.

This release is available from
http://karaf.apache.org/index/subprojects/cellar/download.html

and Maven:

<dependency>
  <groupId>org.apache.karaf.cellar</groupId>
  <artifactId>apache-karaf-cellar</artifactId>
  <version>2.2.1</version>
  <type>xml</type>
  <classifier>features</classifier>
</depdendency>

<dependency>
  <groupId>org.apache.karaf.cellar</groupId>
  <artifactId>apache-karaf-cellar</artifactId>
  <version>2.2.1</version>
  <type>zip</type>
  <classifier>src/classifier>
</depdendency>
<dependency>
  <groupId>org.apache.karaf.cellar</groupId>
  <artifactId>apache-karaf-cellar</artifactId>
  <version>2.2.1</version>
  <type>tar.gz</type>
  <classifier>src/classifier>
</depdendency>


Release Notes:

http://karaf.apache.org/index/subprojects/cellar/download/karaf-cellar-2.2.1-release.html

Enjoy!

- The Apache Karaf team.

Reply via email to