Author: jbonofre
Date: Fri Jan 23 09:43:48 2015
New Revision: 1654157

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

Added:
    karaf/site/production/index/community/news/news-2015-01-23.html
    
karaf/site/production/index/subprojects/cellar/download/karaf-cellar-2.3.4-release.html
    
karaf/site/production/index/subprojects/cellar/download/karaf-cellar-3.0.1-release.html
Modified:
    karaf/site/production/index.html
    karaf/site/production/index/community/news.html
    karaf/site/production/index/community/releases-schedule.html
    karaf/site/production/index/subprojects/cellar.html
    karaf/site/production/index/subprojects/cellar/cellar-download.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=1654157&r1=1654156&r2=1654157&view=diff
==============================================================================
--- karaf/site/production/index.html (original)
+++ karaf/site/production/index.html Fri Jan 23 09:43:48 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.M1">Download Karaf 
4.0.0.M1</a></strong><br/><strong><a 
href="index/community/download.html#Karaf3.0.2">Download Karaf 
3.0.2</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.9">Download Karaf 
2.3.9</a></strong><br/><a href="index/community/download.html#Karaf3.0.2"><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: '#1985
 b5'    }  },  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="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="TheApacheKarafTeampostedonNovember172014KarafCell
 ar2.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 4
 9 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 compl
 ete 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">Kar
 af 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/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, suppo
 rt for JAAS groups, and includes Pax CDI feature. There are several hundred 
items currently in this RC's release notes, 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><h1 
id="JamieGoodyearpostedonSeptember192014Karaf2.3.8released">Jamie Goodyear 
posted on September 19, 2014<br/>Karaf 2.3.8 released!</h1><p>The Karaf team is 
pleased to announce the availability of <a 
href="index/community/download/karaf-2.3.8-release.html">Karaf 
2.3.8</a>.</p><p>This is an update patch for Apache Karaf 2.3.7, containing 
several bug fixes, and dependency updates. We have introduced support of !$ to 
recall the last command argument, and improved the command description for 
osgi:shutdown.<br/>For more information, please see the <a 
href="index/community/download/karaf-2.3.8-release.html">release 
notes</a>.</p><h1 id="JamieGoodyearpostedonSeptember62014Karaf2.3.7r
 eleased">Jamie Goodyear posted on September 6, 2014<br/>Karaf 2.3.7 
released!</h1><p>The Karaf team is pleased to announce the availability of <a 
href="index/community/download/karaf-2.3.7-release.html">Karaf 
2.3.7</a>.</p><p>This is an update patch for Apache Karaf 2.3.6, containing 
many bug fixes, dependency updates, and improvements. New features include 
SyncopeLoginModule, and improved documentation for exposing JAAS 
BackendEngineFactory services for the login module and configfile override 
behavoir. This patch contains a high priority bug fix for Windows users 
experiencing console input issues.<br/>For more information, please see the <a 
href="index/community/download/karaf-2.3.7-release.html">release 
notes</a>.</p><h1 id="JamieGoodyearpostedonAugust12014Karaf2.3.6released">Jamie 
Goodyear posted on August 1, 2014<br/>Karaf 2.3.6 released!</h1><p>The Karaf 
team is pleased to announce the availability of <a 
href="index/community/download/karaf-2.3.6-release.html">Karaf 2.3.6</a>.
 </p><p>This is an update patch for Apache Karaf 2.3.5, containing many bug 
fixes, dependency updates, and improvements. New feature highlights include: 
Automatically create data sources from configuration files, add backing engine 
serivce for org.apache.karaf.jaas.modules.publickey.PublickeyLoginModule, add a 
flag to bin/client so that it can read private key from a specified location, 
and Provide shell:env command.<br/>For more information, please see the <a 
href="index/community/download/karaf-2.3.6-release.html">release 
notes</a>.</p><h1 
id="JeanBaptisteOnofrpostedonJuly42014KarafCave3.0.0released">Jean-Baptiste 
Onofré posted on July 4, 2014<br/>Karaf Cave 3.0.0 released</h1><p>The Karaf 
team is pleased to announce the availability of <a 
href="index/subprojects/cave/download/karaf-cave-3.0.0-release.html">Karaf Cave 
3.0.0</a>.<br/>This release is the first one of the Cave 3.0.x serie, fully 
compatible with Karaf 3.0.x.<br/>It includes major updates and bug 
fixes.<br/>For more 
 information, please see the <a 
href="index/subprojects/cave/download/karaf-cave-3.0.0-release.html">release 
notes</a>.</p><h1 
id="JeanBaptisteOnofrpostedonJune272014KarafCellar3.0.0released">Jean-Baptiste 
Onofré posted on June 27, 2014<br/>Karaf Cellar 3.0.0 released</h1><p>The 
Karaf team is pleased to announce the availability of <a 
href="index/subprojects/cellar/download/karaf-cellar-3.0.0-release.html">Karaf 
Cellar 3.0.0</a>.<br/>This release is the first one of the Cellar 3.0.x serie, 
fully compatible with Karaf 3.0.x and powered by Hazelcast 3.2.3.<br/>It 
includes major updates and bug fixes.<br/>For more information, please see the 
<a 
href="index/subprojects/cellar/download/karaf-cellar-3.0.0-release.html">release
 notes</a>.</p><h1 
id="JeanBaptisteOnofrepostedonJune202014Updateonthewebsite">Jean-Baptiste 
Onofre posted on June 20, 2014<br/>Update on the website</h1><p>The Karaf 
website has changed a little bit. We added a new webpage (accessible directly 
from the navigation 
 menu on the left) providing an overview of the different Karaf and subprojects 
branches<br/>and the releases schedule.</p><p>The purpose is to give you more 
visibility on the release dates.</p><p><a 
href="index/community/releases-schedule.html">Releases Schedule</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.M1">Download Karaf 
4.0.0.M1</a></strong><br/><strong><a 
href="index/community/download.html#Karaf3.0.2">Download Karaf 
3.0.2</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.9">Download Karaf 
2.3.9</a></strong><br/><a href="index/community/download.html#Karaf3.0.2"><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: '#1985
 b5'    }  },  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="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 h
 ref="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, an
 d 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, 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/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 notes, so you'll want t
 o 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><h1 
id="JamieGoodyearpostedonSeptember192014Karaf2.3.8released">Jamie Goodyear 
posted on September 19, 2014<br/>Karaf 2.3.8 released!</h1><p>The Karaf team is 
pleased to announce the availability of <a 
href="index/community/download/karaf-2.3.8-release.html">Karaf 
2.3.8</a>.</p><p>This is an update patch for Apache Karaf 2.3.7, containing 
several bug fixes, and dependency updates. We have introduced support of !$ to 
recall the last command argument, and improved the command description for 
osgi:shutdown.<br/>For more information, please see the <a 
href="index/community/download/karaf-2.3.8-release.html">release 
notes</a>.</p><h1 
id="JamieGoodyearpostedonSeptember62014Karaf2.3.7released">Jamie Goodyear 
posted on September 6, 2014<br/>Karaf 2.3.7 released!</h1><p>The Karaf team is 
pleased to announce the availabil
 ity of <a href="index/community/download/karaf-2.3.7-release.html">Karaf 
2.3.7</a>.</p><p>This is an update patch for Apache Karaf 2.3.6, containing 
many bug fixes, dependency updates, and improvements. New features include 
SyncopeLoginModule, and improved documentation for exposing JAAS 
BackendEngineFactory services for the login module and configfile override 
behavoir. This patch contains a high priority bug fix for Windows users 
experiencing console input issues.<br/>For more information, please see the <a 
href="index/community/download/karaf-2.3.7-release.html">release 
notes</a>.</p><h1 id="JamieGoodyearpostedonAugust12014Karaf2.3.6released">Jamie 
Goodyear posted on August 1, 2014<br/>Karaf 2.3.6 released!</h1><p>The Karaf 
team is pleased to announce the availability of <a 
href="index/community/download/karaf-2.3.6-release.html">Karaf 
2.3.6</a>.</p><p>This is an update patch for Apache Karaf 2.3.5, containing 
many bug fixes, dependency updates, and improvements. New feature high
 lights include: Automatically create data sources from configuration files, 
add backing engine serivce for 
org.apache.karaf.jaas.modules.publickey.PublickeyLoginModule, add a flag to 
bin/client so that it can read private key from a specified location, and 
Provide shell:env command.<br/>For more information, please see the <a 
href="index/community/download/karaf-2.3.6-release.html">release 
notes</a>.</p><h1 
id="JeanBaptisteOnofrpostedonJuly42014KarafCave3.0.0released">Jean-Baptiste 
Onofré posted on July 4, 2014<br/>Karaf Cave 3.0.0 released</h1><p>The Karaf 
team is pleased to announce the availability of <a 
href="index/subprojects/cave/download/karaf-cave-3.0.0-release.html">Karaf Cave 
3.0.0</a>.<br/>This release is the first one of the Cave 3.0.x serie, fully 
compatible with Karaf 3.0.x.<br/>It includes major updates and bug 
fixes.<br/>For more information, please see the <a 
href="index/subprojects/cave/download/karaf-cave-3.0.0-release.html">release 
notes</a>.</p><h1 id="JeanBa
 ptisteOnofrpostedonJune272014KarafCellar3.0.0released">Jean-Baptiste Onofré 
posted on June 27, 2014<br/>Karaf Cellar 3.0.0 released</h1><p>The Karaf team 
is pleased to announce the availability of <a 
href="index/subprojects/cellar/download/karaf-cellar-3.0.0-release.html">Karaf 
Cellar 3.0.0</a>.<br/>This release is the first one of the Cellar 3.0.x serie, 
fully compatible with Karaf 3.0.x and powered by Hazelcast 3.2.3.<br/>It 
includes major updates and bug fixes.<br/>For more information, please see the 
<a 
href="index/subprojects/cellar/download/karaf-cellar-3.0.0-release.html">release
 notes</a>.</p>
                 </div>
               </td>
             </tr>


Reply via email to