Author: jgoodyear
Date: Tue Oct 14 21:58:28 2014
New Revision: 1631902

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

Modified:
    karaf/site/production/index.html
    karaf/site/production/snippets/karaf-features.html
    karaf/site/production/snippets/karaf-overview.html

Modified: karaf/site/production/index.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/index.html?rev=1631902&r1=1631901&r2=1631902&view=diff
==============================================================================
--- karaf/site/production/index.html (original)
+++ karaf/site/production/index.html Tue Oct 14 21:58:28 2014
@@ -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 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#Karaf3.0.2">Download Karaf 3.0.2</a></strong><br/><strong><a 
href="index/community/download.html#Karaf2.4.0">Download Karaf 
2.4.0</a></strong><br/><strong><a 
href="index/community/download.html#Karaf2.3.8">Download Karaf 
2.3.8</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: '#1985b5'    }  
},  features: {    scrollbar: false,    loop: true,    live: true,    hashtags: 
true,    timestamp: true,    avatars: true,    toptweets: true,    behavior: 
'default'  }}).render().start();</script></td></tr></ta
 ble><h2 id="News">News</h2><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 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 hav
 e 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 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-releas
 e.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 Kar
 af 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-ce
 llar-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><h1 
id="JamieGoodyearpostedonApril132014Karaf2.3.5and3.0.1released">Jamie Goodyear 
posted on April 13, 2014<br/>Karaf 2.3.5 and 3.0.1 released!</h1><p>The Karaf 
team is pleased to announce the availability of <a 
href="index/community/download/karaf-2.3.5-release.html">Karaf 2.3.5</a> and <a 
href="index/community/download/karaf-3.0.1-release.html">Karaf 
3.0.1</a>.</p><h2 id="ApacheKaraf2.3.5">Apache Karaf 2.3.5</h2><p>This is a
 n update patch for Apache Karaf 2.3.4, containing many bug fixes, dependency 
updates, and improvements. New feature highlights include: monitoring 
etc/user.properties with Felix fileInstall, and adding MSSQL datasource 
type.<br/>For more information, please see the <a 
href="index/community/download/karaf-2.3.5-release.html">release notes</a>.  
</p><h2 id="ApacheKaraf3.0.1">Apache Karaf 3.0.1</h2><p>This is an update patch 
for Apache Karaf 3.0.0, containing many bug fixes, dependency updates, and 
improvements. New feature highlights include: the addition of Pax CDI to Karaf 
enterprise feature, monitoring etc/user.properties with Felix fileInstall, and 
adding MSSQL datasource type.<br/>For more information, please see the <a 
href="index/community/download/karaf-3.0.1-release.html">release 
notes</a>.</p><h1 
id="JamieGoodyearpostedonFebruary172014Karaf2.3.4released">Jamie Goodyear 
posted on February 17, 2014<br/>Karaf 2.3.4 released!</h1><p>The Karaf team is 
pleased to announce the avai
 lability of <a href="index/community/download/karaf-2.3.4-release.html">Karaf 
2.3.4</a>.</p><p>This patch update to the 2.3.x line contains multiple bug 
fixes, improvements, and dependency updates including; Clone and status 
commands for instances, Hibernate feature, improved managment &amp; debugging, 
and dependency updates to Aries Blueprint core 1.4.0, json 20131018, bndlib 
2.2.0, and various updates to maven plugins.<br/>For more information, please 
see the <a href="index/community/download/karaf-2.3.4-release.html">release 
notes</a>.</p><h1 
id="JeanBaptisteOnofrpostedonJanuary212014KarafCave2.3.0released">Jean-Baptiste 
Onofré posted on January 21, 2014<br/>Karaf Cave 2.3.0 released!</h1><p>The 
Karaf team is pleased to announce the availability of <a 
href="index/subprojects/cave/download/karaf-cave-2.3.0-release.html">Karaf Cave 
2.3.0</a>.</p><p>Karaf Cave provides an OSGi Bundle Repository (OBR), simple 
Maven repository, and Karaf Features Repository (KFR).</p><p>OBR provide
 s a service that can automatically install a bundle, with its deployment 
dependencies, from a bundle<br/>repository.</p><p>Apache Karaf Cave provides 
the following features:</p><ul style="list-style: square"><li>Storage: Karaf 
Cave provides a filesystem storage. The storage backend is designed with a kind 
of plugin system, it means that we can change the default filesystem storage by 
another kind of storage</li><li>OBR metadata generation: Karaf Cave 
automatically creates the OBR metadata for you, using the artifacts presents in 
the Cave repository.</li><li>OBR registration: Karaf Cave allows you to 
directly register a Cave repository into the OBR RepositoryAdmin OSGi 
service.</li><li>Artifact upload: you can update any OSGi bundle in a Cave 
repository, using advanced URL, e.g.  
mvn:groupId/artifactId/version</li><li>HTTP Maven/OBR: Karaf Cave provides a 
HTTP service where you can download artifacts and get OBR 
information.</li><li>"External" repository proxy: you can proxy an exist
 ing repository (like a Maven one) into a Cave repository. In that case, the 
artifacts are still resident on the proxied repository, Cave handles the OBR 
metadata. Cave supports file: and http: like URL, it means that Cave is able to 
browse a remote HTTP Maven repository.</li><li>"External" repository 
population: you can populate your local Cave repository from an external 
repository.  It means that Cave browse the external repository URL (file: or 
http:), looking for OSGi bundles in the artifacts, and copy the bundles in the 
Cave repository storage.</li></ul><p>For more information, please see the <a 
href="index/subprojects/cave/download/karaf-cave-2.3.0-release.html">release 
notes</a>.</p><h1 
id="JamieGoodyearpostedonDecember242013Karaf3.0.0released">Jamie Goodyear 
posted on December 24, 2013<br/>Karaf 3.0.0 released!</h1><p>The Karaf team is 
tremendously pleased to announce the availability of <a 
href="index/community/download/karaf-3.0.0-release.html">Karaf 
3.0.0</a>.</p><p>This 
 is a major new release of Apache Karaf, containing many refactorings, OSGi rev 
5 support, wide ranging dependency upgrades, and new commands.<br/>For more 
information, please see the <a 
href="index/community/download/karaf-3.0.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.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.0">Download Karaf 
2.4.0</a></strong><br/><strong><a 
href="index/community/download.html#Karaf2.3.8">Download Karaf 
2.3.8</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="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, depe
 ndency 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 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.7released">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 update
 s, 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><h1 
id="JamieGoodyearpostedonApril132014Karaf2.3.5and3.0.1released">Jamie Goodyear 
posted on April 13, 2014<br/>Karaf 2.3.5 and 3.0.1 released!</h1><p>The Karaf 
team is pleased to announce the availability of <a 
href="index/community/download/karaf-2.3.5-release.html">Karaf 2.3.5</a> and <a 
href="index/community/download/karaf-3.0.1-release.html">Karaf 
3.0.1</a>.</p><h2 id="ApacheKaraf2.3.5">Apache Karaf 2.3.5</h2><p>This is an 
update patch for Apache Karaf 2.3.4, containing many bug fixes, dependency 
updates, and improvements. New feature highlights include: monitoring 
etc/user.properties with Felix fileInstall, and adding MSSQL datasource 
type.<br/>For more information, please see the <a 
href="index/community/download/karaf-2.3.5-release.html">release notes</a>.  
</p><h2 id="ApacheKaraf3.0.1">Apache Karaf 3.0.1</
 h2><p>This is an update patch for Apache Karaf 3.0.0, containing many bug 
fixes, dependency updates, and improvements. New feature highlights include: 
the addition of Pax CDI to Karaf enterprise feature, monitoring 
etc/user.properties with Felix fileInstall, and adding MSSQL datasource 
type.<br/>For more information, please see the <a 
href="index/community/download/karaf-3.0.1-release.html">release 
notes</a>.</p><h1 
id="JamieGoodyearpostedonFebruary172014Karaf2.3.4released">Jamie Goodyear 
posted on February 17, 2014<br/>Karaf 2.3.4 released!</h1><p>The Karaf team is 
pleased to announce the availability of <a 
href="index/community/download/karaf-2.3.4-release.html">Karaf 
2.3.4</a>.</p><p>This patch update to the 2.3.x line contains multiple bug 
fixes, improvements, and dependency updates including; Clone and status 
commands for instances, Hibernate feature, improved managment &amp; debugging, 
and dependency updates to Aries Blueprint core 1.4.0, json 20131018, bndlib 
2.2.0, and vario
 us updates to maven plugins.<br/>For more information, please see the <a 
href="index/community/download/karaf-2.3.4-release.html">release 
notes</a>.</p><h1 
id="JeanBaptisteOnofrpostedonJanuary212014KarafCave2.3.0released">Jean-Baptiste 
Onofré posted on January 21, 2014<br/>Karaf Cave 2.3.0 released!</h1><p>The 
Karaf team is pleased to announce the availability of <a 
href="index/subprojects/cave/download/karaf-cave-2.3.0-release.html">Karaf Cave 
2.3.0</a>.</p><p>Karaf Cave provides an OSGi Bundle Repository (OBR), simple 
Maven repository, and Karaf Features Repository (KFR).</p><p>OBR provides a 
service that can automatically install a bundle, with its deployment 
dependencies, from a bundle<br/>repository.</p><p>Apache Karaf Cave provides 
the following features:</p><ul style="list-style: square"><li>Storage: Karaf 
Cave provides a filesystem storage. The storage backend is designed with a kind 
of plugin system, it means that we can change the default filesystem storage by 
another k
 ind of storage</li><li>OBR metadata generation: Karaf Cave automatically 
creates the OBR metadata for you, using the artifacts presents in the Cave 
repository.</li><li>OBR registration: Karaf Cave allows you to directly 
register a Cave repository into the OBR RepositoryAdmin OSGi 
service.</li><li>Artifact upload: you can update any OSGi bundle in a Cave 
repository, using advanced URL, e.g.  
mvn:groupId/artifactId/version</li><li>HTTP Maven/OBR: Karaf Cave provides a 
HTTP service where you can download artifacts and get OBR 
information.</li><li>"External" repository proxy: you can proxy an existing 
repository (like a Maven one) into a Cave repository. In that case, the 
artifacts are still resident on the proxied repository, Cave handles the OBR 
metadata. Cave supports file: and http: like URL, it means that Cave is able to 
browse a remote HTTP Maven repository.</li><li>"External" repository 
population: you can populate your local Cave repository from an external 
repository.  It means
  that Cave browse the external repository URL (file: or http:), looking for 
OSGi bundles in the artifacts, and copy the bundles in the Cave repository 
storage.</li></ul><p>For more information, please see the <a 
href="index/subprojects/cave/download/karaf-cave-2.3.0-release.html">release 
notes</a>.</p>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/snippets/karaf-features.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/snippets/karaf-features.html?rev=1631902&r1=1631901&r2=1631902&view=diff
==============================================================================
--- karaf/site/production/snippets/karaf-features.html (original)
+++ karaf/site/production/snippets/karaf-features.html Tue Oct 14 21:58:28 2014
@@ -84,7 +84,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<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>[home]/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>Provisionin
 g</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><strong>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 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>
+<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>[home]/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>Provisionin
 g</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><strong>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>
                 </div>
               </td>
             </tr>

Modified: karaf/site/production/snippets/karaf-overview.html
URL: 
http://svn.apache.org/viewvc/karaf/site/production/snippets/karaf-overview.html?rev=1631902&r1=1631901&r2=1631902&view=diff
==============================================================================
--- karaf/site/production/snippets/karaf-overview.html (original)
+++ karaf/site/production/snippets/karaf-overview.html Tue Oct 14 21:58:28 2014
@@ -84,7 +84,7 @@
               </td>
               <td height="100%" width="100%">
                 <div class="wiki-content">
-<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>[home]/etc</tt> directory.  These configurations are monitored and changes 
on the properties files will be propagated to the servic
 es.</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><strong>Remote access</strong>: use any SSH 
client to connect to Karaf and issue commands in the 
console</li><li><strong>Security fram
 ework</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 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>
+<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>[home]/etc</tt> directory.  These configurations are monitored and changes 
on the properties files will be propagated to the servic
 es.</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><strong>Remote access</strong>: use any SSH 
client to connect to Karaf and issue commands in the 
console</li><li><strong>Security fram
 ework</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>
                 </div>
               </td>
             </tr>


Reply via email to