You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/09/29 07:38:04 UTC

svn commit: r1705800 - in /karaf/site/trunk/src/main/webapp: ./ index/community/ index/community/news/ index/subprojects/ index/subprojects/cellar/ index/subprojects/cellar/download/ site/

Author: jbonofre
Date: Tue Sep 29 05:38:04 2015
New Revision: 1705800

URL: http://svn.apache.org/viewvc?rev=1705800&view=rev
Log:
Add Cellar 4.0.0 release

Added:
    karaf/site/trunk/src/main/webapp/index/community/news/news-2015-09-27.page
    karaf/site/trunk/src/main/webapp/index/subprojects/cellar/download/karaf-cellar-4.0.0-release.page
Modified:
    karaf/site/trunk/src/main/webapp/index.page
    karaf/site/trunk/src/main/webapp/index/community/news.page
    karaf/site/trunk/src/main/webapp/index/subprojects/cellar.page
    karaf/site/trunk/src/main/webapp/index/subprojects/cellar/cellar-download.page
    karaf/site/trunk/src/main/webapp/site/navigation.page

Modified: karaf/site/trunk/src/main/webapp/index.page
URL: http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index.page?rev=1705800&r1=1705799&r2=1705800&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/index.page (original)
+++ karaf/site/trunk/src/main/webapp/index.page Tue Sep 29 05:38:04 2015
@@ -62,6 +62,7 @@ new TWTR.Widget({
 
 
 h2. News
+{include:news-2015-09-27}
 {include:news-2015-08-19}
 {include:news-2015-08-01}
 {include:news-2015-07-12}
@@ -73,4 +74,3 @@ h2. News
 {include:news-2015-04-25}
 {include:news-2015-04-11}
 {include:news-2015-03-27}
-{include:news-2015-02-13}

Modified: karaf/site/trunk/src/main/webapp/index/community/news.page
URL: http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/community/news.page?rev=1705800&r1=1705799&r2=1705800&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/community/news.page (original)
+++ karaf/site/trunk/src/main/webapp/index/community/news.page Tue Sep 29 05:38:04 2015
@@ -5,6 +5,7 @@ page_creator: gnodet
 page_modifier: jbonofre
 --- pipeline:conf
 h2. News
+{include:news-2015-09-27}
 {include:news-2015-08-19}
 {include:news-2015-08-01}
 {include:news-2015-07-12}

Added: karaf/site/trunk/src/main/webapp/index/community/news/news-2015-09-27.page
URL: http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/community/news/news-2015-09-27.page?rev=1705800&view=auto
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/community/news/news-2015-09-27.page (added)
+++ karaf/site/trunk/src/main/webapp/index/community/news/news-2015-09-27.page Tue Sep 29 05:38:04 2015
@@ -0,0 +1,13 @@
+---
+page_version: 1
+page_creator: jbonofre
+page_modifier: jbonofre
+--- pipeline:conf
+h1. The Apache Karaf Team posted on August 19, 2015\\Karaf Cellar 4.0.0 released!
+
+The Karaf team is pleased to announce the availability of [Karaf Cellar 4.0.0|index/subprojects/cellar/download/karaf-cellar-4.0.0-release.html].
+
+This release of Apache Karaf Cellar is the first one of the 4.0.x series.
+Apache Karaf Cellar 4.0.0 is a major new release of Cellar designed to work with Karaf 4.0.x versions.
+
+For more information, please see the [release notes|index/subprojects/cellar/download/karaf-cellar-4.0.0-release.html].

Modified: karaf/site/trunk/src/main/webapp/index/subprojects/cellar.page
URL: http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/cellar.page?rev=1705800&r1=1705799&r2=1705800&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/cellar.page (original)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/cellar.page Tue Sep 29 05:38:04 2015
@@ -1,6 +1,6 @@
 ---
 title: Cellar
-page_version: 10
+page_version: 11
 page_creator: jbonofre
 page_modifier: jbonofre
 --- pipeline:conf
@@ -24,17 +24,24 @@ h2. Quick Start
 
 To install and start Cellar into your running Karaf instance, you have to install the Cellar feature:
 
+If you use Karaf 4.x:
+
+{code}
+karaf@root()> feature:repo-add cellar 4.0.0
+karaf@root()> feature:install cellar
+{code}
+
 If you use Karaf 3.x:
 
 {code}
-karaf@root()> feature:repo-add mvn:org.apache.karaf.cellar/apache-karaf-cellar/3.0.2/xml/features
+karaf@root()> feature:repo-add cellar 3.0.3
 karaf@root()> feature:install cellar
 {code}
 
 If you use Karaf 2.x:
 
 {code}
-karaf@root()> features:addUrl mvn:org.apache.karaf.cellar/apache-karaf-cellar/2.3.5/xml/features
+karaf@root()> features:addUrl mvn:org.apache.karaf.cellar/apache-karaf-cellar/2.3.6/xml/features
 karaf@root()> features:install cellar
 {code}
 

Modified: karaf/site/trunk/src/main/webapp/index/subprojects/cellar/cellar-download.page
URL: http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/cellar/cellar-download.page?rev=1705800&r1=1705799&r2=1705800&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/cellar/cellar-download.page (original)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/cellar/cellar-download.page Tue Sep 29 05:38:04 2015
@@ -19,10 +19,12 @@ h2. Latest Releases
 Grab these releases while they are hot!
 
 The latest release is:
+* for Karaf 4.x: [Karaf Cellar 4.0.0 Release|download/karaf-cellar-4.0.0-release.html].
 * for Karaf 3.x: [Karaf Cellar 3.0.3 Release|download/karaf-cellar-3.0.3-release.html].
 * for Karaf 2.x: [Karaf Cellar 2.3.6 Release|download/karaf-cellar-2.3.6-release.html].
 
 Releases:
+* [#Karaf Cellar 4.0.0]
 * [#Karaf Cellar 3.0.3]
 * [#Karaf Cellar 3.0.2]
 * [#Karaf Cellar 3.0.1]
@@ -50,6 +52,27 @@ h2. Getting the latest distributions
 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 [Mozilla Firefox|http://www.mozilla.com/en-US/firefox/]
 {info}
 
+h2. Karaf Cellar 4.0.0 (Karaf 4.0.x)
+
+[Release Notes|download/karaf-cellar-4.0.0-release.html]
+
+h3. Direct Installation
+
+Simply install the Karaf Cellar feature into your running Karaf 4.0.x instance:
+
+{code}
+karaf@root()> feature:repo-add cellar 4.0.0
+karaf@root()> feature:install cellar
+{code}
+
+You're ready to use Karaf Cellar clustering.
+
+h3. Source Distribution
+
+||Description||Download Link|| || || ||
+|Windows Source Distribution| [apache-karaf-cellar-4.0.0-src.zip|http://www.apache.org/dyn/closer.lua/karaf/cellar/4.0.0/apache-karaf-cellar-4.0.0-src.zip]|[PGP|http://www.apache.org/dist/karaf/cellar/4.0.0/apache-karaf-cellar-4.0.0-src.zip.asc]|[SHA1|http://www.apache.org/dist/karaf/cellar/4.0.0/apache-karaf-cellar-4.0.0-src.zip.sha1]|[MD5|http://www.apache.org/dist/karaf/cellar/4.0.0/apache-karaf-cellar-4.0.0-src.zip.md5]|
+|Unix/Linux/Cygwin Source Distribution| [apache-karaf-cellar-4.0.0-src.tar.gz|http://www.apache.org/dyn/closer.lua/karaf/cellar/4.0.0/apache-karaf-cellar-4.0.0-src.tar.gz]|[PGP|http://www.apache.org/dist/karaf/cellar/4.0.0/apache-karaf-cellar-4.0.0-src.tar.gz.asc]|[SHA1|http://www.apache.org/dist/karaf/cellar/4.0.0/apache-karaf-cellar-4.0.0-src.tar.gz.sha1]|[MD5|http://www.apache.org/dist/karaf/cellar/4.0.0/apache-karaf-cellar-4.0.0-src.tar.gz.md5]|
+
 h2. Karaf Cellar 3.0.3 (Karaf 3.0.x)
 
 [Release Notes|download/karaf-cellar-3.0.3-release.html]

Added: karaf/site/trunk/src/main/webapp/index/subprojects/cellar/download/karaf-cellar-4.0.0-release.page
URL: http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/cellar/download/karaf-cellar-4.0.0-release.page?rev=1705800&view=auto
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/cellar/download/karaf-cellar-4.0.0-release.page (added)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/cellar/download/karaf-cellar-4.0.0-release.page Tue Sep 29 05:38:04 2015
@@ -0,0 +1,78 @@
+---
+title: Karaf Cellar 4.0.0 Release
+page_version: 1
+page_creator: jbonofre
+page_modifier: jbonofre
+--- pipeline:conf
+h2. Download
+
+Download links can be found in the [Download|/index/subprojects/cellar/cellar-download.html] page.
+
+h2. Release Notes - Karaf Cellar - Version 4.0.0
+
+This release of Apache Karaf Cellar is the first one of the 4.0.x series.
+Apache Karaf Cellar 4.0.0 is a major new release of Cellar designed to work with Karaf 4.0.x versions.
+
+It provides a clustering solution for Apache Karaf powered by Hazelcast.
+
+Cellar allows you to manage a cluster of several Karaf instances, provinding synchronization between instances.
+
+Here is a short list of features:
+    * Discovery: when you install Cellar into a Karaf instance, it automatically tries to discover other Cellar
+      instances and join the cluster. There is no configuration required to join the cluster, the discovery is made
+      behind the scene. You can use multicast or unicast for discovery.
+    * Cluster group: a Karaf node could be part of one or more cluster group. In Cellar, you can define cluster group
+      depending of your requirements. The resources will be sync between nodes of the same group.
+    * Distributed Configuration Admin: Cellar distributes the configuration data. The distribution is event driven and
+      filtered by group. You can tune the configuration replication using blacklist/whitelist on the configuration
+      ID (PID).
+    * Distributed Features Service: Cellar distributes the features/repositories info. It's also event-driven.
+    * Provisioning: Cellar provides shell commands for basic provisioning. It can also use an OBR backend or another
+      provisioning tool such as Apache ACE.
+
+To install Cellar into your running Karaf instance, just install the Cellar feature:
+
+{code}
+karaf@root()> feature:repo-add cellar 4.0.0
+karaf@root()> feature:install cellar
+{code}
+
+h3. Bug
+    * [KARAF-1842] - cellar will show a distributed service as available, after the Node exposing it has shutdown unexpectedly
+    * [KARAF-3521] - Cellar Synchronizers should not uninstall local resources
+    * [KARAF-3609] - Kubernetes/Cloud Service Discovery isn't working in Immutable applications
+    * [KARAF-3617] - Cellar config synchronizer creates the configuration but not the properties at sync time
+    * [KARAF-3646] - Service method and inheritance
+    * [KARAF-3677] - Cellar commands is waiting for the shell 1.1.0 namespace
+    * [KARAF-3714] - cluster:bundle-start doesn't actually start the bundle
+    * [KARAF-3715] - Cellar BundleMBean operations raise a NullPointerException
+    * [KARAF-3716] - cluster:bundle-* commands don't correctly select bundles
+    * [KARAF-3717] - Same bundle appears two times in cluster:bundle-list
+    * [KARAF-3719] - Cannot create a custom distribution including cellar using karaf-maven-plugin
+    * [KARAF-3734] - Sync is not called when a node join a cluster group
+    * [KARAF-3864] - Warning when shutting down system with karaf-cellar installed
+    * [KARAF-3873] - TimeoutTask doesn't correctly remove pending commands
+    * [KARAF-3970] - Restarting cellar-hazelcast causes HazelcastInstanceNotActiveException
+    * [KARAF-3991] - Cellar should use karaf.etc property instead of karaf.home to load hazelcast.xml
+
+h3. Dependency Upgrade
+    * [KARAF-3708] - Upgrade to Hazelcast 3.4.2
+    * [KARAF-3907] - Upgrade to Kubernetes v1 API
+    * [KARAF-3958] - Upgrade to Hazelcast 3.5.1
+    * [KARAF-4004] - Upgrade to Hazelcast 3.5.2
+
+h3. Improvement
+    * [KARAF-3502] - Refactor commands to be aligned with "new" Karaf 4 API
+    * [KARAF-3503] - Remove blueprint dependency and full Karaf 4 based
+    * [KARAF-3614] - Refactore features support for more reliable sync behavior
+    * [KARAF-3615] - Cluster bundles should keep the bundle ID
+    * [KARAF-3628] - Karaf Hazelcast instance should "merge" the members found by the discovery services
+    * [KARAF-3664] - DOSGi exception handling and propagation
+    * [KARAF-3795] - hazelcast instanceName
+    * [KARAF-3869] - Use hazelcast-all artifact instead of hazelcast
+    * [KARAF-3981] - Improve and extend synchronizers
+    * [KARAF-3988] - cluster:feature-repo-add should support repository aliases
+
+h3. New Feature
+    * [KARAF-2488] - Provide Cellar HTTP LoadBalancer service
+    * [KARAF-2489] - Provide Cellar HTTP Session Replication service

Modified: karaf/site/trunk/src/main/webapp/site/navigation.page
URL: http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/site/navigation.page?rev=1705800&r1=1705799&r2=1705800&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/site/navigation.page (original)
+++ karaf/site/trunk/src/main/webapp/site/navigation.page Tue Sep 29 05:38:04 2015
@@ -101,6 +101,7 @@ h3. [Subprojects]
 -- [Source|cellar-source]
 -- [Building|cellar-building]
 -- Documentation 
+--- [Cellar 4.x|http://karaf.apache.org/manual/cellar/latest-4/index.html]
 --- [Cellar 3.x|http://karaf.apache.org/manual/cellar/latest-3/index.html]
 --- [Cellar 2.x|http://karaf.apache.org/manual/cellar/latest-2/index.html]