Return-Path: X-Original-To: apmail-brooklyn-dev-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A3DE1783C for ; Tue, 10 Mar 2015 16:52:48 +0000 (UTC) Received: (qmail 66300 invoked by uid 500); 10 Mar 2015 16:52:45 -0000 Delivered-To: apmail-brooklyn-dev-archive@brooklyn.apache.org Received: (qmail 66271 invoked by uid 500); 10 Mar 2015 16:52:45 -0000 Mailing-List: contact dev-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list dev@brooklyn.incubator.apache.org Received: (qmail 66260 invoked by uid 99); 10 Mar 2015 16:52:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2015 16:52:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 10 Mar 2015 16:52:22 +0000 Received: (qmail 63346 invoked by uid 99); 10 Mar 2015 16:52:19 -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; Tue, 10 Mar 2015 16:52:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 48800E1860; Tue, 10 Mar 2015 16:52:19 +0000 (UTC) From: aledsage To: dev@brooklyn.incubator.apache.org Reply-To: dev@brooklyn.incubator.apache.org Message-ID: Subject: [GitHub] incubator-brooklyn pull request: Fix: various 20150310 Content-Type: text/plain Date: Tue, 10 Mar 2015 16:52:19 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org GitHub user aledsage opened a pull request: https://github.com/apache/incubator-brooklyn/pull/547 Fix: various 20150310 You can merge this pull request into a Git repository by running: $ git pull https://github.com/aledsage/incubator-brooklyn fix/various-20150310 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-brooklyn/pull/547.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #547 ---- commit d55f8ed6039f68af538740d52b370efb2e180e0e Author: Aled Sage Date: 2015-03-06T18:04:50Z Add versions to downstream-parent’s pom - Matching core brookyln’s versions, adds: - jsr305 2.01 - snakeyaml 1.11 commit 4648531a342f8dde53359ea74bb486c46daaec29 Author: Aled Sage Date: 2015-03-10T13:41:11Z Avoid err if unmanage entity twice - BrooklynNode unmanages itself on stop, and the BrooklynCluster (extends DynamicCluster) also unmanaged its members when shrinking. - This was causing an error in EntityManagementSupport.onManagementStopped when checking if the value of mangaementContext was as expected. commit fe5ecca123525b4d6c8cd9f5c0049e3d5b6b12b6 Author: Aled Sage Date: 2015-03-10T13:46:05Z BrooklynNode: only unmanage if VM terminating commit f736dfc84f79d3aa6275747ad3bdf6e4d9181a0d Author: Aled Sage Date: 2015-03-10T13:46:54Z Add SoftwareProcess.preRestart (for BrooklynNode) - Fixes restarting of the software process of BrooklynNode - Adds test for BrooklynNode restart commit e87071138bc2714605cd8fc45b2002c45f046a45 Author: Aled Sage Date: 2015-03-10T13:48:01Z BrooklynCluster: add memberSpec + test - Before memberSpec was added, it would fail if you asked for a BrooklynCluster without supplying a memberSpec yourself. commit 82c24fa497049affcc49a82b1236e108fefca096 Author: Aled Sage Date: 2015-03-10T16:22:35Z Couchbase: change default bucket-ramsize to 100 - with 200, tests that created a bucket were failing on softlayer. Decreasing it to 100 (which is the minimum) let them pass commit 0d9ce04c2e77dbb1930d7eacc68a88addd57b930 Author: Aled Sage Date: 2015-03-10T16:23:14Z Couchbase: fix upQuorumCheck config so serializable commit a37542dbfdf4c6350330304c597f4d4315201858 Author: Aled Sage Date: 2015-03-10T16:47:41Z Couchbase: tests for example yaml blueprints - Rename couchbase.yaml to couchbase-cluster.yaml - Adds CouchbaseBlueprintTest.java - Adds yaml/test for: - couchbase-cluster-singleNode.yaml - couchbase-node.yaml - Updates couchbase yaml so all point at softlayer (except for couchbase-replication-w-pillowfight.yaml which spans AWS and softlayer) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---