Re: REST API: bundles + types + subtypes endpoints

2017-09-20 Thread Robert Moss
1) like the `/catalog` name and agree with Aled about its power to communicate the idea 2 & 3) run `/v1` and `/v2` in parallel, with the latter being experimental and iterative until a 1.0 release 4) no preference Robert On 20 September 2017 at 15:45, Alex Heneveld <

Re: Booklyn fails to start

2017-07-31 Thread Robert Moss
Taylor, Have you considered the use of an external object store for persistence[1]? Robert [1] http://brooklyn.apache.org/v/latest/ops/persistence/index.html#object-store-persistence On 31 July 2017 at 15:04, Taylor wrote: > > Duncan, > > Thanks so much for the thorough

Re: [VOTE] New standards for PR reviewing.

2017-05-08 Thread Robert Moss
+1 On 8 May 2017 at 11:55, Richard Downer wrote: > +1 (binding) > > > On 8 May 2017 at 11:55, Richard Downer wrote: > > > There have been recent discussions about how the committers assess PRs > for > > merging. The discussion is summarised below and the

Re: [PROPOSAL] Remove java 7 support

2017-02-27 Thread Robert Moss
Aled, WRT Java 8 features. Is it still recommended to use named inner classes over anonymous inner classes? Can we now simplify those areas to use lambdas? There are a number of classes now built into Java that were previously provided by Guava etc. e.g. Optional, Predicate - should we start

Re: [ANNOUNCE] New committers: Geoff Macartney and Duncan Godwin

2016-11-18 Thread Robert Moss
+1 well done Robert On 18 November 2016 at 10:26, Svetoslav Neykov < svetoslav.ney...@cloudsoftcorp.com> wrote: > Congratulations Geoff & Duncan. Happy to see fresh blood (and skills) join > the committers. > > Svet. > > > > On 18.11.2016 г., at 12:18, Richard Downer wrote:

Re: [PROPOSAL] Remove rest/rest-client from brooklyn-server

2016-09-09 Thread Robert Moss
+1, prefer separate repo, though. Robert On 9 September 2016 at 10:03, Andrea Turli wrote: > Hi, > > I'd like to move `rest/rest-client` out of `brooklyn-server` > > brooklyn-server has a dependency on resteasy which is used only by the > rest/rest-client

Re: CLI packaging problem

2016-03-24 Thread Robert Moss
+1 On 24 March 2016 at 18:12, John McCabe wrote: > +1 Geoff > Having a CLI download alongside the brooklyn release as well makes sense, > like the web ui the user should be able to run the client from their local > machine to connect to a remote brooklyn instance (which is

Master build broken

2016-02-19 Thread Robert Moss
Hi All, It appears the brooklyn-master-build is failing[1]. This means that no snapshots have been published to the maven since 10th Feb. Would anyone be will to help me resolve this, as there are commits which have been commited recently which we'd like to make use of in our downstream

Re: VanillaSoftwareProcess install failing - any ideas?

2016-02-09 Thread Robert Moss
Well, it seems to be a problem with the AWS ubuntu image only, works elsewhere. Robert On 9 February 2016 at 13:47, Robert Moss <robert.m...@cloudsoftcorp.com> wrote: > Hi, > > I'm trying to run a VanillaSoftwareProcess with the install script at [1], > but L23 seems

VanillaSoftwareProcess install failing - any ideas?

2016-02-09 Thread Robert Moss
Hi, I'm trying to run a VanillaSoftwareProcess with the install script at [1], but L23 seems to exit the script with the return code 1. We've tried a few things but can't come up with any reason why this might be. Has anyone seen this before or know why this might be happening? Robert [1]