Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9DB96191B6 for ; Wed, 30 Mar 2016 13:59:42 +0000 (UTC) Received: (qmail 7772 invoked by uid 500); 30 Mar 2016 13:59:42 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 7681 invoked by uid 500); 30 Mar 2016 13:59:42 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 6361 invoked by uid 99); 30 Mar 2016 13:59:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2016 13:59:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 305D9E981A; Wed, 30 Mar 2016 13:59:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: heneveld@apache.org To: commits@brooklyn.apache.org Date: Wed, 30 Mar 2016 14:00:12 -0000 Message-Id: <8f960267e5be403ab3c42d08539bf80b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [35/50] brooklyn-server git commit: This closes #66 This closes #66 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/14ecb364 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/14ecb364 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/14ecb364 Branch: refs/heads/master Commit: 14ecb3643f307a5f9ea6cdd10999e626cf98f4c7 Parents: d7f0aa2 6e2d398 Author: Alex Heneveld Authored: Mon Mar 28 16:58:23 2016 +0100 Committer: Alex Heneveld Committed: Mon Mar 28 16:58:23 2016 +0100 ---------------------------------------------------------------------- .../brooklyn/core/mgmt/ha/OsgiManager.java | 13 ++--- .../util/core/osgi/ContainerFramework.java | 47 +++++++++++++++++ .../apache/brooklyn/util/core/osgi/Osgis.java | 38 +++----------- .../util/core/osgi/SystemFrameworkLoader.java | 36 +++++++++++++ .../resources/OSGI-INF/blueprint/blueprint.xml | 4 ++ .../core/mgmt/osgi/OsgiStandaloneTest.java | 4 +- karaf/features/src/main/feature/feature.xml | 1 + pom.xml | 1 + .../brooklyn/util/osgi/SystemFramework.java | 45 ++++++++++++++++ .../rt/felix/EmbeddedFelixFramework.java | 5 -- .../brooklyn/rt/felix/EmbeddedFramework.java | 54 ++++++++++++++++++++ ...rg.apache.brooklyn.util.osgi.SystemFramework | 19 +++++++ 12 files changed, 218 insertions(+), 49 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/14ecb364/core/src/main/java/org/apache/brooklyn/util/core/osgi/Osgis.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/14ecb364/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml ---------------------------------------------------------------------- diff --cc core/src/main/resources/OSGI-INF/blueprint/blueprint.xml index f517f2b,26adeb9..7590de7 --- a/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@@ -39,74 -46,23 +39,78 @@@ limitations under the License - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - - - - - - - - + + + + http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/14ecb364/karaf/features/src/main/feature/feature.xml ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/14ecb364/pom.xml ---------------------------------------------------------------------- diff --cc pom.xml index 1a5299c,4b85520..228fe82 --- a/pom.xml +++ b/pom.xml @@@ -152,8 -150,9 +152,9 @@@ 1.1.1 2.0.1 0.8.1 + 0.3.4 4.0.0 - 0.3.2 + 0.3.5 1.4.0 3.3.4