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/01/14 21:26:40 UTC

karaf-cellar git commit: Update README and RELEASE-NOTES files in preparation for the release

Repository: karaf-cellar
Updated Branches:
  refs/heads/master 3f0319d29 -> 057f168b4


Update README and RELEASE-NOTES files in preparation for the release


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/057f168b
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/057f168b
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/057f168b

Branch: refs/heads/master
Commit: 057f168b4d4243e5282c6d36aac4ff9be397869e
Parents: 3f0319d
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Jan 14 21:26:13 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Jan 14 21:26:13 2015 +0100

----------------------------------------------------------------------
 README        |  2 +-
 RELEASE-NOTES | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/057f168b/README
----------------------------------------------------------------------
diff --git a/README b/README
index 12a446d..2ca7e4c 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ BUILDING for instructions on building Apache Karaf.
 
 To install Apache Karaf Cellar, first you have to register the Cellar features descriptor:
 
-karaf@root()> feature:repo-add mvn:org.apache.karaf.cellar/apache-karaf-cellar/3.0.0/xml/features
+karaf@root()> feature:repo-add mvn:org.apache.karaf.cellar/apache-karaf-cellar/3.0.1/xml/features
 
 Now, you can install the Cellar feature simply by typing:
 

http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/057f168b/RELEASE-NOTES
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6bf6651..5867b5a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -15,6 +15,52 @@
  * limitations under the License.
  */
 
+                    Apache Karaf Cellar 3.0.1
+                    =========================
+
+  Overview
+  --------
+
+ Apache Karaf Cellar 3.0.1 is a major new release of Cellar designed to work with Karaf 3.0.x versions.
+ It includes a lot of new features and bug fixes, especially a complete refactoring of the internal sync behavior.
+ It provides a more reliable, predictable and secure cluster support.
+
+  Changelog
+  ---------
+** Bug
+    * [KARAF-1474] - Fix Cellar itests
+    * [KARAF-1486] - When a new member enters a custom group, it does not install the features that should be installed in that group
+    * [KARAF-2250] - duplicated bundle found in cluster:bundle-list when cluster:bundle-install a bundle version like 1.02.12-SNAPSHOT.
+    * [KARAF-2288] - CellarFeaturesSynchronizer ignores the features.repository sync flag
+    * [KARAF-2490] - Cellar should maintain the resources deployment order on the cluster
+    * [KARAF-2597] - Overlap between features with the same name (but different versions) in Cellar FeaturesSynchronizer
+    * [KARAF-3337] - Cellar needs to blacklist configuration for "org.apache.aries.transaction" per default
+    * [KARAF-3442] - cluster:bundle-install raise a NPE if the bundle location is not correct
+
+** Dependency upgrade
+    * [KARAF-3294] - Upgrade to Hazelcast 3.4
+    * [KARAF-3296] - Upgrade to joda-time 2.5
+    * [KARAF-3297] - Upgrade to Felix BundleRepository 2.0.2
+    * [KARAF-3298] - Upgrade to Felix WebConsole 4.2.2
+    * [KARAF-3299] - Upgrade to Apache jclouds 1.8.1
+    * [KARAF-3300] - Upgrade to OSGi 5.0.0
+    * [KARAF-3301] - Upgrade to Aries Proxy API 1.0.1
+
+
+
+** Improvement
+    * [KARAF-1157] - Add new cluster:sync commands
+    * [KARAF-2168] - Rename sync property
+    * [KARAF-2169] - Introduce *.listener property
+    * [KARAF-2172] - Be able to define the priority between cluster data and local data
+    * [KARAF-2241] - Mark feature not distributable 
+    * [KARAF-2242] - Easy listing of distributable features
+    * [KARAF-3341] - Blacklist "XML bundles" by default
+
+** New Feature
+    * [KARAF-1469] - User definition of excluded config properties
+
+
                     Apache Karaf Cellar 3.0.0
                     =========================