Repository: karaf-cellar Updated Branches: refs/heads/cellar-3.0.x 37c7a9256 -> a0d653727
Prepare Cellar 3.0.3 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/a0d65372 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/a0d65372 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/a0d65372 Branch: refs/heads/cellar-3.0.x Commit: a0d6537278ba3df866775cd1301cd2b70ca1c787 Parents: 37c7a92 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed May 6 10:56:33 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed May 6 10:56:33 2015 +0200 ---------------------------------------------------------------------- README | 2 +- RELEASE-NOTES | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/a0d65372/README ---------------------------------------------------------------------- diff --git a/README b/README index 8a0cc31..91dcede 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.2/xml/features +karaf@root()> feature:repo-add mvn:org.apache.karaf.cellar/apache-karaf-cellar/3.0.3/xml/features Now, you can install the Cellar feature simply by typing: http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/a0d65372/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f391c07..7dffa0d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,30 @@ * limitations under the License. */ + Apache Karaf Cellar 3.0.3 + ========================= + + Overview + -------- + + Apache Karaf Cellar 3.0.3 is a major new release of Cellar designed to work with Karaf 3.0.x versions. + It includes bug fixes, especially on DOSGi and 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 + +** Dependency upgrade + * [KARAF-3708] - Upgrade to Hazelcast 3.4.2 + +** 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 3.0.2 =========================
