Repository: karaf-cellar Updated Branches: refs/heads/cellar-2.3.x 483bd71a5 -> 44c892b05
Prepare Cellar 2.3.6 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/44c892b0 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/44c892b0 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/44c892b0 Branch: refs/heads/cellar-2.3.x Commit: 44c892b05c6cc7485687304c705bedea84e8b626 Parents: 483bd71 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed May 6 14:00:57 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed May 6 14:00:57 2015 +0200 ---------------------------------------------------------------------- README | 2 +- RELEASE-NOTES | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/44c892b0/README ---------------------------------------------------------------------- diff --git a/README b/README index 3b4028f..5700842 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> 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 Now, you can install the Cellar feature simply by typing: http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/44c892b0/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b9c7226..11bcf4a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,27 @@ * limitations under the License. */ + Apache Karaf Cellar 2.3.6 + ========================= + + Overview + -------- + +This release of Apache Karaf Cellar is a major update on the 2.3.x series branch. +It includes several big fixes, especially on bundle support. + + Changelog + --------- +** Bug + * [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 + +** Improvement + * [KARAF-3628] - Karaf Hazelcast instance should "merge" the members found by the discovery services + * [KARAF-3664] - DOSGi exception handling and propagation + Apache Karaf Cellar 2.3.5 =========================
