You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2015/04/25 19:08:25 UTC

svn commit: r1676040 [1/3] - in /karaf/site/production: ./ index/community/ index/community/download/ index/community/news/ index/documentation/karaf-dependencies/ site/

Author: jgoodyear
Date: Sat Apr 25 17:08:24 2015
New Revision: 1676040

URL: http://svn.apache.org/r1676040
Log:
[scm-publish] Updating main website contents

Added:
    karaf/site/production/index/community/download/karaf-2.4.2-release.html
    karaf/site/production/index/community/news/news-2015-04-25.html
Modified:
    karaf/site/production/index.html
    karaf/site/production/index/community/download.html
    karaf/site/production/index/community/download/archives.html
    karaf/site/production/index/community/news.html
    karaf/site/production/index/documentation/karaf-dependencies/karaf-deps-2.4.x.html
    karaf/site/production/site/sitemap.html

Modified: karaf/site/production/index.html
URL: http://svn.apache.org/viewvc/karaf/site/production/index.html?rev=1676040&r1=1676039&r2=1676040&view=diff
==============================================================================
--- karaf/site/production/index.html (original)
+++ karaf/site/production/index.html Sat Apr 25 17:08:24 2015
@@ -84,7 +84,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<table class="sectionMacro" border="0" cellpadding="5px" cellspacing="0" width="100%"><tr><td class="confluenceTd" valign="top"><p>Apache Karaf is a small OSGi based runtime which provides a lightweight container onto which various components and applications can be deployed.</p><p>Here is a short list of features supported by the Karaf:</p><ul><li><strong>Hot deployment</strong>: Karaf supports hot deployment of OSGi bundles by monitoring jar files inside the <tt>[home]/deploy</tt> directory.  Each time a jar is copied in this folder, it will be installed inside the runtime.  You can then update or delete it and changes will be handled automatically.  In addition, the Karaf also supports exploded bundles and custom deployers (blueprint and spring ones are included by default).</li><li><strong>Dynamic configuration</strong>: Services are usually configured through the ConfigurationAdmin OSGi service.  Such configuration can be defined in Karaf using property files inside the <tt>[ho
 me]/etc</tt> directory.  These configurations are monitored and changes on the properties files will be propagated to the services.</li><li><strong>Logging System</strong>: using a centralized logging back end supported by Log4J, Karaf supports a number of different APIs (JDK 1.4, JCL, SLF4J, Avalon, Tomcat, OSGi)</li><li><strong>Provisioning</strong>: Provisioning of libraries or applications can be done through a number of different ways, by which they will be downloaded locally, installed and started.</li><li><strong>Native OS integration</strong>: Karaf can be integrated into your own Operating System as a service so that the lifecycle will be bound to your Operating System.</li><li><strong>Extensible Shell console</strong>: Karaf features a nice text console where you can manage the services, install new applications or libraries and manage their state.  This shell is easily extensible by deploying new commands dynamically along with new features or applications.</li><li><stron
 g>Remote access</strong>: use any SSH client to connect to Karaf and issue commands in the console</li><li><strong>Security framework</strong> based on JAAS</li><li><strong>Managing instances</strong>: Karaf provides simple commands for managing multiple instances. You can easily create, delete, start and stop instances of Karaf through the console.</li><li>Karaf 4.0.x branch Supports the latest OSGi 5.0 containers: Apache Felix Framework 4.4 and Eclipse Equinox 3.9</li><li>Karaf 3.0.x branch Supports the latest OSGi 4.3 containers: Apache Felix Framework 4.0 and Eclipse Equinox 3.8</li><li>Karaf 2.4.x branch Supports the latest OSGi 5.0 containers: Apache Felix Framework 4.4 and Eclipse Equinox 3.9</li><li>Karaf 2.3.x branch Supports the latest OSGi 4.3 containers: Apache Felix Framework 4.0 and Eclipse Equinox 3.8</li><li>Karaf 2.2.x branch Supports the latest OSGi 4.2 containers: Apache Felix Framework 3.0 and Eclipse Equinox 3.6</li></ul><p><img border="0" src="images/karaf2.png
 "/></p></td><td class="confluenceTd" valign="top"><div style="text-align: center;"><p><strong><a href="index/community/download.html#Karaf4.0.0.M2">Download Karaf 4.0.0.M2</a></strong><br/><strong><a href="index/community/download.html#Karaf3.0.3">Download Karaf 3.0.3</a></strong><br/><strong><a href="index/community/download.html#Karaf2.4.1">Download Karaf 2.4.1</a></strong><br/><strong><a href="index/community/download.html#Karaf2.3.11">Download Karaf 2.3.11</a></strong><br/><a href="index/community/download.html#Karaf3.0.3"><img width="256" border="0" src="images/karaf-box.png"/></a></p></div><script src="http://widgets.twimg.com/j/2/widget.js"></script><script>new TWTR.Widget({  version: 2,  type: 'search',  search: '#karaf',  interval: 6000,  title: 'What do people say about',  subject: 'Karaf',  width: 250,  height: 300,  theme: {    shell: {      background: '#5b8fbe',      color: '#ffffff'    },    tweets: {      background: '#ffffff',      color: '#444444',      links: '#19
 85b5'    }  },  features: {    scrollbar: false,    loop: true,    live: true,    hashtags: true,    timestamp: true,    avatars: true,    toptweets: true,    behavior: 'default'  }}).render().start();</script></td></tr></table><h2 id="News">News</h2><h1 id="TheApacheKarafTeampostedonApril112015Karaf2.3.11released">The Apache Karaf Team posted on April 11, 2015<br/>Karaf 2.3.11 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-2.3.11-release.html">Karaf 2.3.11</a>.</p><p>This is an update patch for Apache Karaf 2.3.x, containing several bug fixes. Amoung them are a fix for password encryption, txlog files locked during admin clone on windows, and an issue with using LDAPLoginModule with ActiveDirectory is resolved.<br/>For more information, please see the <a href="index/community/download/karaf-2.3.11-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonMarch272015KarafCellar3.0.2released">The Apache K
 araf Team posted on March 27, 2015<br/>Karaf Cellar 3.0.2 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/subprojects/cellar/download/karaf-cellar-3.0.2-release.html">Karaf Cellar 3.0.2</a>.</p><p>Apache Karaf Cellar 3.0.2 is a major update on the 3.0.x series branch.</p><p>It includes several big fixes, especially on the Synchronizers.</p><p>For more information, please see the <a href="index/subprojects/cellar/download/karaf-cellar-3.0.2-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonMarch272015KarafCellar2.3.5released">The Apache Karaf Team posted on March 27, 2015<br/>Karaf Cellar 2.3.5 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/subprojects/cellar/download/karaf-cellar-2.3.5-release.html">Karaf Cellar 2.3.5</a>.</p><p>Apache Karaf Cellar 2.3.5 is a major update on the 2.3.x series branch.<br/>It includes several big fixes, especially on the Synchronizers.</p><p>For mor
 e information, please see the <a href="index/subprojects/cellar/download/karaf-cellar-2.3.5-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonFebruary132015Karaf4.0.0.M2released">The Apache Karaf Team posted on February 13, 2015<br/>Karaf 4.0.0.M2 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-4.0.0.M2-release.html">Karaf 4.0.0.M2</a>.</p><p>!! This is a technology preview release of Apache Karaf, and should NOT be considered production ready !!</p><p>  Apache Karaf 4.0.0.M2 represents a major refactoring of the project, and includes numerous new features. We ask that users provide the community with their feed back so that the full Apache Karaf 4.0.0 release can be as feature complete and stable as possible.</p><p>  The 4.0.x line will ship with OSGi Rev5 support via Felix 4.4.1 and Equinox 3.9.1-v20140110-1610, and a completely refactored internal framework without Blueprint for internal usage.
  From a users point of view these changes will yield a smaller, more efficient Karaf core. There will be a Blueprint feature present in Karaf so that you can easily install Blueprint based applications. You will always be capable of using Blueprint in Karaf. So the main difference from a user perspective is that you’d need to depend on the Blueprint service if you need it. New features since the M1 release include: Support for custom command parsers, a verify-features goal to validate the feature with a real OSGi resolution, and a backing engine serivce for org.apache.karaf.jaas.modules.publickey.PublickeyLoginModule.</p><p>For more information, please see the <a href="index/community/download/karaf-4.0.0.M2-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonFebruary62015Karaf2.3.10released">The Apache Karaf Team posted on February 6, 2015<br/>Karaf 2.3.10 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/down
 load/karaf-2.3.10-release.html">Karaf 2.3.10</a>.</p><p>This is an update patch for Apache Karaf 2.3.x, containing several bug fixes, and a dependency update. Amoung them are a fix for when config:edit does not correctly handle configuration visibility for factory calls, when User name/password missing in connection factory created with jms:create, and when admin:stop Command Does Not Zero Out Root Container PID. This release contains an update to jandex in hibernate feature to avoid wrapping.<br/>For more information, please see the <a href="index/community/download/karaf-2.3.10-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonJanuary302015Karaf3.0.3released">The Apache Karaf Team posted on January 30, 2015<br/>Karaf 3.0.3 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-3.0.3-release.html">Karaf 3.0.3</a>.</p><p>This is an update patch for Apache Karaf 3.0.x, containing many bug fixes, dependenc
 y updates, and improvements. New features highlights include: Spring 4.1.2.Release features, and provides ready to use jpa20 and jpa21 features.<br/>For more information, please see the <a href="index/community/download/karaf-3.0.3-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonJanuary232015KarafCellar3.0.1and2.3.4released">The Apache Karaf Team posted on January 23, 2015<br/>Karaf Cellar 3.0.1 and 2.3.4 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/subprojects/cellar/download/karaf-cellar-3.0.1-release.html">Karaf Cellar 3.0.1</a> and <a href="index/subprojects/cellar/download/karaf-cellar-2.3.4-release.html">Karaf Cellar 2.3.4</a>.</p><p>These releases are major upgrade of Cellar, including a change in the sync mechanism to provide a better and more predictable behaviour.</p><p>For more information, please see the <a href="index/subprojects/cellar/download/karaf-cellar-3.0.1-release.html">Karaf Cellar 3.0.1 release
  notes</a> and <a href="index/subprojects/cellar/download/karaf-cellar-2.3.4-release.html">Karaf Cellar 2.3.4 release notes</a>.</p><h1 id="TheApacheKarafTeampostedonJanuary22015Karaf2.4.1released">The Apache Karaf Team posted on January 2, 2015<br/>Karaf 2.4.1 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-2.4.1-release.html">Karaf 2.4.1</a>.</p><p>This is an update patch for Apache Karaf 2.4.x, containing many bug fixes, dependency updates, and improvements. New features highlights include: Regex support in features commands, added an option to uninstall transitive features, and renamed jpa feature as jpa/jpa20 and jpa21.<br/>For more information, please see the <a href="index/community/download/karaf-2.4.1-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonNovember172014KarafCellar2.3.3released">The Apache Karaf Team posted on November 17, 2014<br/>Karaf Cellar 2.3.3 released!</h1><p>The Karaf 
 team is pleased to announce the availability of <a href="index/subprojects/cellar/download/karaf-cellar-2.3.3-release.html">Karaf Cellar 2.3.3</a>.</p><p>This is an update patch for Apache Karaf Cellar 2.3.2, containing several bug fixes, and dependency updates.<br/>For more information, please see the <a href="index/subprojects/cellar/download/karaf-cellar-2.3.3-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonNovember92014Karaf2.3.9released">The Apache Karaf Team posted on November 9, 2014<br/>Karaf 2.3.9 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-2.3.9-release.html">Karaf 2.3.9</a>.</p><p>This is an update patch for Apache Karaf 2.3.8, containing several bug fixes, and dependency updates. Amoung them are a fix for when Karaf throws a SocketTimeoutException and exits after 49 days, and env variables can now be read while running Karaf as a Linux service. An important dependency update has 
 been made to Aries JPA API 1.0.2/JPA Container 1.0.2/JPA Blueprint Aries 1.0.4/JPA Container Context 1.0.4.<br/>For more information, please see the <a href="index/community/download/karaf-2.3.9-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonOctober142014Karaf4.0.0.M1released">The Apache Karaf Team posted on October 14, 2014<br/>Karaf 4.0.0.M1 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-4.0.0.M1-release.html">Karaf 4.0.0.M1</a>.</p><p>!! This is a technology preview release of Apache Karaf, and should NOT be considered production ready !!</p><p>  Apache Karaf 4.0.0.M1 represents a major refactoring of the project, and includes numerous new features. We ask that users provide the community with their feed back so that the full Apache Karaf 4.0.0 release can be as feature complete and stable as possible.</p><p>  The 4.0.x line will ship with OSGi Rev5 support via Felix 4.4.1 and Equinox 3.9.1
 -v20140110-1610, and a completely refactored internal framework without Blueprint for internal usage. From a users point of view these changes will yield a smaller, more efficient Karaf core. There will be a Blueprint feature present in Karaf so that you can easily install Blueprint based applications. You will always be capable of using Blueprint in Karaf. So the main difference from a user perspective is that you’d need to depend on the Blueprint service if you need it.</p><p>For more information, please see the <a href="index/community/download/karaf-4.0.0.M1-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonOctober132014Karaf3.0.2released">The Apache Karaf Team posted on October 13, 2014<br/>Karaf 3.0.2 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-3.0.2-release.html">Karaf 3.0.2</a>.</p><p>This is an update patch for Apache Karaf 3.0.x, containing many bug fixes, dependency updates, an
 d improvements. New features highlights include: Support of !$ to recall the last command argument, a command to display bundle id, and automatically create data sources from configuration files.<br/>For more information, please see the <a href="index/community/download/karaf-3.0.2-release.html">release notes</a>.</p><h1 id="JamieGoodyearpostedonSeptember202014Karaf2.4.0released">Jamie Goodyear posted on September 20, 2014<br/>Karaf 2.4.0 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-2.4.0-release.html">Karaf 2.4.0</a>.</p><p>This release represents a new branch of Apache Karaf development. It includes the latest Aries and Pax libraries, Apache Pom 14, add support for role-based JMX authorization, includes heap dumps when we create debugging data from create dump command, blueprint-web feature, support for JAAS groups, and includes Pax CDI feature. There are several hundred items currently in this RC's release note
 s, so you'll want to spend some time discovering all the hidden gems.<br/>For more information, please see the <a href="index/community/download/karaf-2.4.0-release.html">release notes</a>.</p>
+<table class="sectionMacro" border="0" cellpadding="5px" cellspacing="0" width="100%"><tr><td class="confluenceTd" valign="top"><p>Apache Karaf is a small OSGi based runtime which provides a lightweight container onto which various components and applications can be deployed.</p><p>Here is a short list of features supported by the Karaf:</p><ul><li><strong>Hot deployment</strong>: Karaf supports hot deployment of OSGi bundles by monitoring jar files inside the <tt>[home]/deploy</tt> directory.  Each time a jar is copied in this folder, it will be installed inside the runtime.  You can then update or delete it and changes will be handled automatically.  In addition, the Karaf also supports exploded bundles and custom deployers (blueprint and spring ones are included by default).</li><li><strong>Dynamic configuration</strong>: Services are usually configured through the ConfigurationAdmin OSGi service.  Such configuration can be defined in Karaf using property files inside the <tt>[ho
 me]/etc</tt> directory.  These configurations are monitored and changes on the properties files will be propagated to the services.</li><li><strong>Logging System</strong>: using a centralized logging back end supported by Log4J, Karaf supports a number of different APIs (JDK 1.4, JCL, SLF4J, Avalon, Tomcat, OSGi)</li><li><strong>Provisioning</strong>: Provisioning of libraries or applications can be done through a number of different ways, by which they will be downloaded locally, installed and started.</li><li><strong>Native OS integration</strong>: Karaf can be integrated into your own Operating System as a service so that the lifecycle will be bound to your Operating System.</li><li><strong>Extensible Shell console</strong>: Karaf features a nice text console where you can manage the services, install new applications or libraries and manage their state.  This shell is easily extensible by deploying new commands dynamically along with new features or applications.</li><li><stron
 g>Remote access</strong>: use any SSH client to connect to Karaf and issue commands in the console</li><li><strong>Security framework</strong> based on JAAS</li><li><strong>Managing instances</strong>: Karaf provides simple commands for managing multiple instances. You can easily create, delete, start and stop instances of Karaf through the console.</li><li>Karaf 4.0.x branch Supports the latest OSGi 5.0 containers: Apache Felix Framework 4.4 and Eclipse Equinox 3.9</li><li>Karaf 3.0.x branch Supports the latest OSGi 4.3 containers: Apache Felix Framework 4.0 and Eclipse Equinox 3.8</li><li>Karaf 2.4.x branch Supports the latest OSGi 5.0 containers: Apache Felix Framework 4.4 and Eclipse Equinox 3.9</li><li>Karaf 2.3.x branch Supports the latest OSGi 4.3 containers: Apache Felix Framework 4.0 and Eclipse Equinox 3.8</li><li>Karaf 2.2.x branch Supports the latest OSGi 4.2 containers: Apache Felix Framework 3.0 and Eclipse Equinox 3.6</li></ul><p><img border="0" src="images/karaf2.png
 "/></p></td><td class="confluenceTd" valign="top"><div style="text-align: center;"><p><strong><a href="index/community/download.html#Karaf4.0.0.M2">Download Karaf 4.0.0.M2</a></strong><br/><strong><a href="index/community/download.html#Karaf3.0.3">Download Karaf 3.0.3</a></strong><br/><strong><a href="index/community/download.html#Karaf2.4.2">Download Karaf 2.4.2</a></strong><br/><strong><a href="index/community/download.html#Karaf2.3.11">Download Karaf 2.3.11</a></strong><br/><a href="index/community/download.html#Karaf3.0.3"><img width="256" border="0" src="images/karaf-box.png"/></a></p></div><script src="http://widgets.twimg.com/j/2/widget.js"></script><script>new TWTR.Widget({  version: 2,  type: 'search',  search: '#karaf',  interval: 6000,  title: 'What do people say about',  subject: 'Karaf',  width: 250,  height: 300,  theme: {    shell: {      background: '#5b8fbe',      color: '#ffffff'    },    tweets: {      background: '#ffffff',      color: '#444444',      links: '#19
 85b5'    }  },  features: {    scrollbar: false,    loop: true,    live: true,    hashtags: true,    timestamp: true,    avatars: true,    toptweets: true,    behavior: 'default'  }}).render().start();</script></td></tr></table><h2 id="News">News</h2><h1 id="TheApacheKarafTeampostedonApril252015Karaf2.4.2released">The Apache Karaf Team posted on April 25, 2015<br/>Karaf 2.4.2 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-2.4.2-release.html">Karaf 2.4.2</a>.</p><p>This is an update patch for Apache Karaf 2.4.x, containing many bug fixes, dependency updates, and improvements. New feature highlights include: jaas commands to create and list groups, and bundles in etc/startup.properties should not be uninstalled through feature service (protecting essential features from accidental removal).<br/>For more information, please see the <a href="index/community/download/karaf-2.4.2-release.html">release notes</a>.</p><h1 id
 ="TheApacheKarafTeampostedonApril112015Karaf2.3.11released">The Apache Karaf Team posted on April 11, 2015<br/>Karaf 2.3.11 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-2.3.11-release.html">Karaf 2.3.11</a>.</p><p>This is an update patch for Apache Karaf 2.3.x, containing several bug fixes. Amoung them are a fix for password encryption, txlog files locked during admin clone on windows, and an issue with using LDAPLoginModule with ActiveDirectory is resolved.<br/>For more information, please see the <a href="index/community/download/karaf-2.3.11-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonMarch272015KarafCellar3.0.2released">The Apache Karaf Team posted on March 27, 2015<br/>Karaf Cellar 3.0.2 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/subprojects/cellar/download/karaf-cellar-3.0.2-release.html">Karaf Cellar 3.0.2</a>.</p><p>Apache Karaf Cella
 r 3.0.2 is a major update on the 3.0.x series branch.</p><p>It includes several big fixes, especially on the Synchronizers.</p><p>For more information, please see the <a href="index/subprojects/cellar/download/karaf-cellar-3.0.2-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonMarch272015KarafCellar2.3.5released">The Apache Karaf Team posted on March 27, 2015<br/>Karaf Cellar 2.3.5 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/subprojects/cellar/download/karaf-cellar-2.3.5-release.html">Karaf Cellar 2.3.5</a>.</p><p>Apache Karaf Cellar 2.3.5 is a major update on the 2.3.x series branch.<br/>It includes several big fixes, especially on the Synchronizers.</p><p>For more information, please see the <a href="index/subprojects/cellar/download/karaf-cellar-2.3.5-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonFebruary132015Karaf4.0.0.M2released">The Apache Karaf Team posted on February 13, 2015<br/>Kara
 f 4.0.0.M2 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-4.0.0.M2-release.html">Karaf 4.0.0.M2</a>.</p><p>!! This is a technology preview release of Apache Karaf, and should NOT be considered production ready !!</p><p>  Apache Karaf 4.0.0.M2 represents a major refactoring of the project, and includes numerous new features. We ask that users provide the community with their feed back so that the full Apache Karaf 4.0.0 release can be as feature complete and stable as possible.</p><p>  The 4.0.x line will ship with OSGi Rev5 support via Felix 4.4.1 and Equinox 3.9.1-v20140110-1610, and a completely refactored internal framework without Blueprint for internal usage. From a users point of view these changes will yield a smaller, more efficient Karaf core. There will be a Blueprint feature present in Karaf so that you can easily install Blueprint based applications. You will always be capable of using Blueprint in Karaf
 . So the main difference from a user perspective is that you’d need to depend on the Blueprint service if you need it. New features since the M1 release include: Support for custom command parsers, a verify-features goal to validate the feature with a real OSGi resolution, and a backing engine serivce for org.apache.karaf.jaas.modules.publickey.PublickeyLoginModule.</p><p>For more information, please see the <a href="index/community/download/karaf-4.0.0.M2-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonFebruary62015Karaf2.3.10released">The Apache Karaf Team posted on February 6, 2015<br/>Karaf 2.3.10 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-2.3.10-release.html">Karaf 2.3.10</a>.</p><p>This is an update patch for Apache Karaf 2.3.x, containing several bug fixes, and a dependency update. Amoung them are a fix for when config:edit does not correctly handle configuration visibility for 
 factory calls, when User name/password missing in connection factory created with jms:create, and when admin:stop Command Does Not Zero Out Root Container PID. This release contains an update to jandex in hibernate feature to avoid wrapping.<br/>For more information, please see the <a href="index/community/download/karaf-2.3.10-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonJanuary302015Karaf3.0.3released">The Apache Karaf Team posted on January 30, 2015<br/>Karaf 3.0.3 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-3.0.3-release.html">Karaf 3.0.3</a>.</p><p>This is an update patch for Apache Karaf 3.0.x, containing many bug fixes, dependency updates, and improvements. New features highlights include: Spring 4.1.2.Release features, and provides ready to use jpa20 and jpa21 features.<br/>For more information, please see the <a href="index/community/download/karaf-3.0.3-release.html">release not
 es</a>.</p><h1 id="TheApacheKarafTeampostedonJanuary232015KarafCellar3.0.1and2.3.4released">The Apache Karaf Team posted on January 23, 2015<br/>Karaf Cellar 3.0.1 and 2.3.4 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/subprojects/cellar/download/karaf-cellar-3.0.1-release.html">Karaf Cellar 3.0.1</a> and <a href="index/subprojects/cellar/download/karaf-cellar-2.3.4-release.html">Karaf Cellar 2.3.4</a>.</p><p>These releases are major upgrade of Cellar, including a change in the sync mechanism to provide a better and more predictable behaviour.</p><p>For more information, please see the <a href="index/subprojects/cellar/download/karaf-cellar-3.0.1-release.html">Karaf Cellar 3.0.1 release notes</a> and <a href="index/subprojects/cellar/download/karaf-cellar-2.3.4-release.html">Karaf Cellar 2.3.4 release notes</a>.</p><h1 id="TheApacheKarafTeampostedonJanuary22015Karaf2.4.1released">The Apache Karaf Team posted on January 2, 2015<br/>Karaf 2
 .4.1 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-2.4.1-release.html">Karaf 2.4.1</a>.</p><p>This is an update patch for Apache Karaf 2.4.x, containing many bug fixes, dependency updates, and improvements. New features highlights include: Regex support in features commands, added an option to uninstall transitive features, and renamed jpa feature as jpa/jpa20 and jpa21.<br/>For more information, please see the <a href="index/community/download/karaf-2.4.1-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonNovember172014KarafCellar2.3.3released">The Apache Karaf Team posted on November 17, 2014<br/>Karaf Cellar 2.3.3 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/subprojects/cellar/download/karaf-cellar-2.3.3-release.html">Karaf Cellar 2.3.3</a>.</p><p>This is an update patch for Apache Karaf Cellar 2.3.2, containing several bug fixes, and dependency upd
 ates.<br/>For more information, please see the <a href="index/subprojects/cellar/download/karaf-cellar-2.3.3-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonNovember92014Karaf2.3.9released">The Apache Karaf Team posted on November 9, 2014<br/>Karaf 2.3.9 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-2.3.9-release.html">Karaf 2.3.9</a>.</p><p>This is an update patch for Apache Karaf 2.3.8, containing several bug fixes, and dependency updates. Amoung them are a fix for when Karaf throws a SocketTimeoutException and exits after 49 days, and env variables can now be read while running Karaf as a Linux service. An important dependency update has been made to Aries JPA API 1.0.2/JPA Container 1.0.2/JPA Blueprint Aries 1.0.4/JPA Container Context 1.0.4.<br/>For more information, please see the <a href="index/community/download/karaf-2.3.9-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeam
 postedonOctober142014Karaf4.0.0.M1released">The Apache Karaf Team posted on October 14, 2014<br/>Karaf 4.0.0.M1 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-4.0.0.M1-release.html">Karaf 4.0.0.M1</a>.</p><p>!! This is a technology preview release of Apache Karaf, and should NOT be considered production ready !!</p><p>  Apache Karaf 4.0.0.M1 represents a major refactoring of the project, and includes numerous new features. We ask that users provide the community with their feed back so that the full Apache Karaf 4.0.0 release can be as feature complete and stable as possible.</p><p>  The 4.0.x line will ship with OSGi Rev5 support via Felix 4.4.1 and Equinox 3.9.1-v20140110-1610, and a completely refactored internal framework without Blueprint for internal usage. From a users point of view these changes will yield a smaller, more efficient Karaf core. There will be a Blueprint feature present in Karaf so that you ca
 n easily install Blueprint based applications. You will always be capable of using Blueprint in Karaf. So the main difference from a user perspective is that you’d need to depend on the Blueprint service if you need it.</p><p>For more information, please see the <a href="index/community/download/karaf-4.0.0.M1-release.html">release notes</a>.</p><h1 id="TheApacheKarafTeampostedonOctober132014Karaf3.0.2released">The Apache Karaf Team posted on October 13, 2014<br/>Karaf 3.0.2 released!</h1><p>The Karaf team is pleased to announce the availability of <a href="index/community/download/karaf-3.0.2-release.html">Karaf 3.0.2</a>.</p><p>This is an update patch for Apache Karaf 3.0.x, containing many bug fixes, dependency updates, and improvements. New features highlights include: Support of !$ to recall the last command argument, a command to display bundle id, and automatically create data sources from configuration files.<br/>For more information, please see the <a href="index/commu
 nity/download/karaf-3.0.2-release.html">release notes</a>.</p>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/index/community/download.html
URL: http://svn.apache.org/viewvc/karaf/site/production/index/community/download.html?rev=1676040&r1=1676039&r2=1676040&view=diff
==============================================================================
--- karaf/site/production/index/community/download.html (original)
+++ karaf/site/production/index/community/download.html Sat Apr 25 17:08:24 2015
@@ -84,7 +84,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<h2 id="LatestReleases">Latest Releases</h2><table class="sectionMacro" border="0" cellpadding="5px" cellspacing="0" width="100%"><tr><td class="confluenceTd" valign="top" width="20%"><div style="padding-right:20px;float:left;"><p><img width="256" border="0" src="../../images/karaf-box.png"/></p></div></td><td class="confluenceTd" valign="top" width="80%"><div style="min-height:200px"><p>Grab these releases while they are hot!</p><p>The latest 4.0.x release is <a href="download/karaf-4.0.0.M2-release.html">Karaf 4.0.0.M2</a>.<br/>The latest 3.0.x release is <a href="download/karaf-3.0.3-release.html">Karaf 3.0.3</a>.<br/>The latest 2.4.x release is <a href="download/karaf-2.4.1-release.html">Karaf 2.4.1 Release</a>.<br/>The latest 2.3.x release is <a href="download/karaf-2.3.11-release.html">Karaf 2.3.11 Release</a>.</p><p>Releases:</p><ul><li><a href="#Karaf4.0.0.M2">Karaf 4.0.0.M2</a></li><li><a href="#Karaf3.0.3">Karaf 3.0.3</a></li><li><a href="#Karaf2.4.1">Karaf 2.4.1</a></li><
 li><a href="#Karaf2.3.11">Karaf 2.3.11</a></li></ul></div></td></tr></table><h2 id="Gettingthelatestdistributions">Getting the latest distributions</h2><div class="info" style="border: 1px solid #3c78b5;background-color: #D8E4F1;margin: 20px;padding: 0px 6px 0px 6px;"><p><b>The URLs below use redirection</b></p><p>The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using <a href="http://www.mozilla.com/en-US/firefox/">Mozilla Firefox</a></p></div><h2 id="Karaf4.0.0.M2">Karaf 4.0.0.M2 </h2><p><a href="download/karaf-4.0.0.M2-release.html">Release Notes</a></p><h3 id="BinaryDistribution">Binary Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluence
 Th"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.zip">apache-karaf-4.0.0.M2.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.tar.gz">apache-karaf-4.0.0.M2.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.tar.gz.asc">PGP</a></td><td class="con
 fluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2-apache-karaf-4.0.0.M2.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="SourceDistribution">Source Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.zip">apache-karaf-4.0.0.M2-src.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.zip.sha1">S
 HA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.tar.gz">apache-karaf-4.0.0.M2-src.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="Manual">Manual</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th></tr><tr><td class="confluenceTd">HTML Manual</td><td c
 lass="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/4.0.0.M2/manual-4.0.0.M2.html">manual-4.0.0.M2.html</a> </td></tr><tr><td class="confluenceTd">PDF Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/4.0.0.M2/manual-4.0.0.M2.pdf">manual-4.0.0.M2.pdf</a> </td></tr></table></div><h2 id="Karaf3.0.3">Karaf 3.0.3</h2><p><a href="download/karaf-3.0.3-release.html">Release Notes</a></p><h3 id="BinaryDistribution2">Binary Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/3.0.3/apache-karaf-3.0.3.zip">apache-karaf-3.0.3.zip</a></td><td class="confluenceTd"><a href="http://www.
 apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/3.0.3/apache-karaf-3.0.3.tar.gz">apache-karaf-3.0.3.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3-apache-karaf-3.0.3.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="SourceDistribution2">Source Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th cl
 ass="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/3.0.3/apache-karaf-3.0.3-src.zip">apache-karaf-3.0.3-src.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3-src.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3-src.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3-src.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/3.0.3/apache-karaf-3.0.3-src.tar.gz">apache-karaf-3.0.3-src.tar.gz</a></td><td class="confluenceTd"><a hre
 f="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3-src.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3-src.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3-src.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="Manual2">Manual</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th></tr><tr><td class="confluenceTd">HTML Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/3.0.3/manual-3.0.3.html">manual-3.0.3.html</a> </td></tr><tr><td class="confluenceTd">PDF Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/3.0.3/manual-3.0.3.pdf">manual-3.0.3.pdf</a> </td></tr></table></div><h2 id="Karaf2.4.1">Karaf 2.4.1</h2><p><a href="download/karaf-2.4.1-release.h
 tml">Release Notes</a></p><h3 id="BinaryDistribution3">Binary Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.4.1/apache-karaf-2.4.1.zip">apache-karaf-2.4.1.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.1/apache-karaf-2.4.1.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.1/apache-karaf-2.4.1.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.1/apache-karaf-2.4.1.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/ka
 raf/2.4.1/apache-karaf-2.4.1.tar.gz">apache-karaf-2.4.1.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.1/apache-karaf-2.4.1.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.1/apache-karaf-2.4.1.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.1-apache-karaf-2.4.1.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="SourceDistribution3">Source Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.4.1/apache-karaf-2.4.1-src.zip">apache-karaf-2.4.1-src.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org
 /dist/karaf/2.4.1/apache-karaf-2.4.1-src.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.1/apache-karaf-2.4.1-src.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.1/apache-karaf-2.4.1-src.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.4.1/apache-karaf-2.4.1-src.tar.gz">apache-karaf-2.4.1-src.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.1/apache-karaf-2.4.1-src.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.1/apache-karaf-2.4.1-src.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.1/apache-karaf-2.4.1-src.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="Manual3">Manual</h3><div class="table-wrap"><table class="confluenceTable"><tr><t
 h class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th></tr><tr><td class="confluenceTd">HTML Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/2.4.1/manual-2.4.1.html">manual-2.4.1.html</a> </td></tr><tr><td class="confluenceTd">PDF Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/2.4.1/manual-2.4.1.pdf">manual-2.4.1.pdf</a> </td></tr></table></div><h2 id="Karaf2.3.11">Karaf 2.3.11</h2><p><a href="download/karaf-2.3.11-release.html">Release Notes</a></p><h3 id="BinaryDistribution4">Binary Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/c
 loser.cgi/karaf/2.3.11/apache-karaf-2.3.11.zip">apache-karaf-2.3.11.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.3.11/apache-karaf-2.3.11.tar.gz">apache-karaf-2.3.11.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11-apache-karaf-2.3.11.tar.gz.md5">MD5</a></
 td></tr></table></div><h3 id="SourceDistribution4">Source Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.3.11/apache-karaf-2.3.11-src.zip">apache-karaf-2.3.11-src.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11-src.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11-src.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11-src.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Source Distribution</td><td class="confluenceTd"> <a href="
 http://www.apache.org/dyn/closer.cgi/karaf/2.3.11/apache-karaf-2.3.11-src.tar.gz">apache-karaf-2.3.11-src.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11-src.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11-src.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11-src.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="Manual4">Manual</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th></tr><tr><td class="confluenceTd">HTML Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/2.3.11/manual-2.3.11.html">manual-2.3.11.html</a> </td></tr><tr><td class="confluenceTd">PDF Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache
 /karaf/manual/2.3.11/manual-2.3.11.pdf">manual-2.3.11.pdf</a> </td></tr></table></div><h2 id="Karaf2.2.11">Karaf 2.2.11</h2><p><a href="download/karaf-2.2.11-release.html">Release Notes</a></p><h3 id="BinaryDistribution5">Binary Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.2.11/apache-karaf-2.2.11.zip">apache-karaf-2.2.11.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-k
 araf-2.2.11.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.2.11/apache-karaf-2.2.11.tar.gz">apache-karaf-2.2.11.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11-apache-karaf-2.2.11.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="SourceDistribution5">Source Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Source Distribution</td><td class="conflu
 enceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.2.11/apache-karaf-2.2.11-src.zip">apache-karaf-2.2.11-src.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11-src.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11-src.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11-src.zip.md5">MD5</a></td></tr></table></div><div class="table-wrap"><table class="confluenceTable"><tr><td class="confluenceTd">Unix/Linux/Cygwin Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.2.11/apache-karaf-2.2.11-src.tar.gz">apache-karaf-2.2.11-src.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11-src.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-k
 araf-2.2.11-src.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11-src.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="Manual5">Manual</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th></tr><tr><td class="confluenceTd">HTML Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/2.2.11/manual-2.2.11.html">manual-2.2.11.html</a> </td></tr><tr><td class="confluenceTd">PDF Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/2.2.11/manual-2.2.11.pdf">manual-2.2.11.pdf</a> </td></tr></table></div><h2 id="Keys">Keys</h2><p>The <tt>KEYS</tt> used to sign the release can be found <a href="http://www.apache.org/dist/karaf/KEYS">here</a>.</p><h2 id="Snapshots">Snapshots</h2><p>If you want to give a try to the latest snapshots, they are 
 available at the following location:<br/>  https://repository.apache.org/content/groups/snapshots-group/org/apache/karaf/apache-karaf/</p><h2 id="Previousreleases">Previous releases</h2><p>Older releases can be found in the <a href="download/archives.html">archives</a> section.</p>
+<h2 id="LatestReleases">Latest Releases</h2><table class="sectionMacro" border="0" cellpadding="5px" cellspacing="0" width="100%"><tr><td class="confluenceTd" valign="top" width="20%"><div style="padding-right:20px;float:left;"><p><img width="256" border="0" src="../../images/karaf-box.png"/></p></div></td><td class="confluenceTd" valign="top" width="80%"><div style="min-height:200px"><p>Grab these releases while they are hot!</p><p>The latest 4.0.x release is <a href="download/karaf-4.0.0.M2-release.html">Karaf 4.0.0.M2</a>.<br/>The latest 3.0.x release is <a href="download/karaf-3.0.3-release.html">Karaf 3.0.3</a>.<br/>The latest 2.4.x release is <a href="download/karaf-2.4.2-release.html">Karaf 2.4.2 Release</a>.<br/>The latest 2.3.x release is <a href="download/karaf-2.3.11-release.html">Karaf 2.3.11 Release</a>.</p><p>Releases:</p><ul><li><a href="#Karaf4.0.0.M2">Karaf 4.0.0.M2</a></li><li><a href="#Karaf3.0.3">Karaf 3.0.3</a></li><li><a href="#Karaf2.4.2">Karaf 2.4.2</a></li><
 li><a href="#Karaf2.3.11">Karaf 2.3.11</a></li></ul></div></td></tr></table><h2 id="Gettingthelatestdistributions">Getting the latest distributions</h2><div class="info" style="border: 1px solid #3c78b5;background-color: #D8E4F1;margin: 20px;padding: 0px 6px 0px 6px;"><p><b>The URLs below use redirection</b></p><p>The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using <a href="http://www.mozilla.com/en-US/firefox/">Mozilla Firefox</a></p></div><h2 id="Karaf4.0.0.M2">Karaf 4.0.0.M2 </h2><p><a href="download/karaf-4.0.0.M2-release.html">Release Notes</a></p><h3 id="BinaryDistribution">Binary Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluence
 Th"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.zip">apache-karaf-4.0.0.M2.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.tar.gz">apache-karaf-4.0.0.M2.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.tar.gz.asc">PGP</a></td><td class="con
 fluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2-apache-karaf-4.0.0.M2.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="SourceDistribution">Source Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.zip">apache-karaf-4.0.0.M2-src.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.zip.sha1">S
 HA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.tar.gz">apache-karaf-4.0.0.M2-src.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/4.0.0.M2/apache-karaf-4.0.0.M2-src.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="Manual">Manual</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th></tr><tr><td class="confluenceTd">HTML Manual</td><td c
 lass="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/4.0.0.M2/manual-4.0.0.M2.html">manual-4.0.0.M2.html</a> </td></tr><tr><td class="confluenceTd">PDF Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/4.0.0.M2/manual-4.0.0.M2.pdf">manual-4.0.0.M2.pdf</a> </td></tr></table></div><h2 id="Karaf3.0.3">Karaf 3.0.3</h2><p><a href="download/karaf-3.0.3-release.html">Release Notes</a></p><h3 id="BinaryDistribution2">Binary Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/3.0.3/apache-karaf-3.0.3.zip">apache-karaf-3.0.3.zip</a></td><td class="confluenceTd"><a href="http://www.
 apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/3.0.3/apache-karaf-3.0.3.tar.gz">apache-karaf-3.0.3.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3-apache-karaf-3.0.3.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="SourceDistribution2">Source Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th cl
 ass="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/3.0.3/apache-karaf-3.0.3-src.zip">apache-karaf-3.0.3-src.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3-src.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3-src.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3-src.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/3.0.3/apache-karaf-3.0.3-src.tar.gz">apache-karaf-3.0.3-src.tar.gz</a></td><td class="confluenceTd"><a hre
 f="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3-src.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3-src.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/3.0.3/apache-karaf-3.0.3-src.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="Manual2">Manual</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th></tr><tr><td class="confluenceTd">HTML Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/3.0.3/manual-3.0.3.html">manual-3.0.3.html</a> </td></tr><tr><td class="confluenceTd">PDF Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/3.0.3/manual-3.0.3.pdf">manual-3.0.3.pdf</a> </td></tr></table></div><h2 id="Karaf2.4.2">Karaf 2.4.2</h2><p><a href="download/karaf-2.4.2-release.h
 tml">Release Notes</a></p><h3 id="BinaryDistribution3">Binary Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.4.2/apache-karaf-2.4.2.zip">apache-karaf-2.4.2.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.2/apache-karaf-2.4.2.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.2/apache-karaf-2.4.2.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.2/apache-karaf-2.4.2.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/ka
 raf/2.4.2/apache-karaf-2.4.2.tar.gz">apache-karaf-2.4.2.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.2/apache-karaf-2.4.2.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.2/apache-karaf-2.4.2.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.2/apache-karaf-2.4.2.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="SourceDistribution3">Source Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.4.2/apache-karaf-2.4.2-src.zip">apache-karaf-2.4.2-src.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org
 /dist/karaf/2.4.2/apache-karaf-2.4.2-src.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.2/apache-karaf-2.4.2-src.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.2/apache-karaf-2.4.2-src.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.4.2/apache-karaf-2.4.2-src.tar.gz">apache-karaf-2.4.2-src.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.2/apache-karaf-2.4.22-src.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.2/apache-karaf-2.4.2-src.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.4.2/apache-karaf-2.4.2-src.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="Manual3">Manual</h3><div class="table-wrap"><table class="confluenceTable"><tr><
 th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th></tr><tr><td class="confluenceTd">HTML Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/2.4.2/manual-2.4.2.html">manual-2.4.2.html</a> </td></tr><tr><td class="confluenceTd">PDF Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/2.4.2/manual-2.4.2.pdf">manual-2.4.2.pdf</a> </td></tr></table></div><h2 id="Karaf2.3.11">Karaf 2.3.11</h2><p><a href="download/karaf-2.3.11-release.html">Release Notes</a></p><h3 id="BinaryDistribution4">Binary Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/
 closer.cgi/karaf/2.3.11/apache-karaf-2.3.11.zip">apache-karaf-2.3.11.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.3.11/apache-karaf-2.3.11.tar.gz">apache-karaf-2.3.11.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11-apache-karaf-2.3.11.tar.gz.md5">MD5</a><
 /td></tr></table></div><h3 id="SourceDistribution4">Source Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.3.11/apache-karaf-2.3.11-src.zip">apache-karaf-2.3.11-src.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11-src.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11-src.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11-src.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Source Distribution</td><td class="confluenceTd"> <a href=
 "http://www.apache.org/dyn/closer.cgi/karaf/2.3.11/apache-karaf-2.3.11-src.tar.gz">apache-karaf-2.3.11-src.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11-src.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11-src.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.3.11/apache-karaf-2.3.11-src.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="Manual4">Manual</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th></tr><tr><td class="confluenceTd">HTML Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/2.3.11/manual-2.3.11.html">manual-2.3.11.html</a> </td></tr><tr><td class="confluenceTd">PDF Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apach
 e/karaf/manual/2.3.11/manual-2.3.11.pdf">manual-2.3.11.pdf</a> </td></tr></table></div><h2 id="Karaf2.2.11">Karaf 2.2.11</h2><p><a href="download/karaf-2.2.11-release.html">Release Notes</a></p><h3 id="BinaryDistribution5">Binary Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.2.11/apache-karaf-2.2.11.zip">apache-karaf-2.2.11.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-
 karaf-2.2.11.zip.md5">MD5</a></td></tr><tr><td class="confluenceTd">Unix/Linux/Cygwin Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.2.11/apache-karaf-2.2.11.tar.gz">apache-karaf-2.2.11.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11-apache-karaf-2.2.11.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="SourceDistribution5">Source Distribution</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th><th class="confluenceTh"> </th><th class="confluenceTh"> </th><th class="confluenceTh"> </th></tr><tr><td class="confluenceTd">Windows Source Distribution</td><td class="confl
 uenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.2.11/apache-karaf-2.2.11-src.zip">apache-karaf-2.2.11-src.zip</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11-src.zip.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11-src.zip.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11-src.zip.md5">MD5</a></td></tr></table></div><div class="table-wrap"><table class="confluenceTable"><tr><td class="confluenceTd">Unix/Linux/Cygwin Source Distribution</td><td class="confluenceTd"> <a href="http://www.apache.org/dyn/closer.cgi/karaf/2.2.11/apache-karaf-2.2.11-src.tar.gz">apache-karaf-2.2.11-src.tar.gz</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11-src.tar.gz.asc">PGP</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-
 karaf-2.2.11-src.tar.gz.sha1">SHA1</a></td><td class="confluenceTd"><a href="http://www.apache.org/dist/karaf/2.2.11/apache-karaf-2.2.11-src.tar.gz.md5">MD5</a></td></tr></table></div><h3 id="Manual5">Manual</h3><div class="table-wrap"><table class="confluenceTable"><tr><th class="confluenceTh">Description</th><th class="confluenceTh">Download Link</th></tr><tr><td class="confluenceTd">HTML Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/2.2.11/manual-2.2.11.html">manual-2.2.11.html</a> </td></tr><tr><td class="confluenceTd">PDF Manual</td><td class="confluenceTd"> <a href="http://repo1.maven.org/maven2/org/apache/karaf/manual/2.2.11/manual-2.2.11.pdf">manual-2.2.11.pdf</a> </td></tr></table></div><h2 id="Keys">Keys</h2><p>The <tt>KEYS</tt> used to sign the release can be found <a href="http://www.apache.org/dist/karaf/KEYS">here</a>.</p><h2 id="Snapshots">Snapshots</h2><p>If you want to give a try to the latest snapshots, they are
  available at the following location:<br/>  https://repository.apache.org/content/groups/snapshots-group/org/apache/karaf/apache-karaf/</p><h2 id="Previousreleases">Previous releases</h2><p>Older releases can be found in the <a href="download/archives.html">archives</a> section.</p>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/index/community/download/archives.html
URL: http://svn.apache.org/viewvc/karaf/site/production/index/community/download/archives.html?rev=1676040&r1=1676039&r2=1676040&view=diff
==============================================================================
--- karaf/site/production/index/community/download/archives.html (original)
+++ karaf/site/production/index/community/download/archives.html Sat Apr 25 17:08:24 2015
@@ -84,7 +84,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">

[... 6 lines stripped ...]