[03/17] brooklyn-server git commit: Add missing @Override annotations

2017-01-23 Thread sjcorbett
Add missing @Override annotations Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/0d2d5d6a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/0d2d5d6a Diff:

[1/2] brooklyn-server git commit: BROOKLYN-426: avoid propagating NoClassDefFoundError

2017-01-23 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master a9047f64c -> c5fc588c3 BROOKLYN-426: avoid propagating NoClassDefFoundError Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1c20df25 Tree:

[02/17] brooklyn-server git commit: Add missing @Override annotations

2017-01-23 Thread sjcorbett
http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/0d2d5d6a/core/src/test/java/org/apache/brooklyn/core/enricher/BasicEnricherTest.java -- diff --git

[08/17] brooklyn-server git commit: Add missing @Override annotation to method signatures overriding interface methods

2017-01-23 Thread sjcorbett
http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/e61caea4/core/src/main/java/org/apache/brooklyn/core/location/geo/MaxMind2HostGeoLookup.java -- diff --git

[12/17] brooklyn-server git commit: Remove unused imports

2017-01-23 Thread sjcorbett
http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/070d4ef5/rest/rest-server/src/test/java/org/apache/brooklyn/rest/BrooklynPropertiesSecurityFilterTest.java -- diff --git

[04/17] brooklyn-server git commit: Add missing @Override annotation to method signatures overriding interface methods

2017-01-23 Thread sjcorbett
http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/e61caea4/software/base/src/test/java/org/apache/brooklyn/feed/jmx/JmxFeedTest.java -- diff --git

[10/17] brooklyn-server git commit: Add missing @Deprecated annotations

2017-01-23 Thread sjcorbett
http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/dfa8aa29/utils/common/src/main/java/org/apache/brooklyn/util/time/Time.java -- diff --git a/utils/common/src/main/java/org/apache/brooklyn/util/time/Time.java

[17/17] brooklyn-server git commit: This closes #532

2017-01-23 Thread sjcorbett
This closes #532 Add missing @Override annotations and other cleanup Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/972a0d8e Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/972a0d8e

[05/17] brooklyn-server git commit: Add missing @Override annotation to method signatures overriding interface methods

2017-01-23 Thread sjcorbett
http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/e61caea4/policy/src/test/java/org/apache/brooklyn/policy/loadbalancing/LoadBalancingPolicyTest.java -- diff --git

[13/17] brooklyn-server git commit: Remove unused imports

2017-01-23 Thread sjcorbett
Remove unused imports Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/070d4ef5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/070d4ef5 Diff:

[11/17] brooklyn-server git commit: Add missing @Deprecated annotations

2017-01-23 Thread sjcorbett
Add missing @Deprecated annotations Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/dfa8aa29 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/dfa8aa29 Diff:

[01/17] brooklyn-server git commit: Add missing @Override annotations

2017-01-23 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 8ad5578c1 -> 972a0d8e1 http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/0d2d5d6a/policy/src/test/java/org/apache/brooklyn/policy/ha/ServiceRestarterTest.java

[1/2] brooklyn-server git commit: BROOKLYN-404: improve BrooklynProperties concurrency

2017-01-24 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 972a0d8e1 -> 0570ca5a5 BROOKLYN-404: improve BrooklynProperties concurrency BrooklynProperties no longer exposed as java.util.Map Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[2/2] brooklyn-server git commit: This closes #505

2017-01-24 Thread sjcorbett
This closes #505 BROOKLYN-404: fix ConcurrentModificationException in BrooklynProperties Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/0570ca5a Tree:

[7/7] brooklyn-server git commit: This closes #520

2017-01-26 Thread sjcorbett
This closes #520 Limit parallelism of start/stop steps on SoftwareProcess Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a4e69956 Tree:

[6/7] brooklyn-server git commit: cleanup

2017-01-26 Thread sjcorbett
cleanup Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d81af3e2 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/d81af3e2 Diff:

[3/7] brooklyn-server git commit: ReleaseableLatch - better support for failing tasks

2017-01-26 Thread sjcorbett
ReleaseableLatch - better support for failing tasks Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ae8eb9e3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ae8eb9e3 Diff:

[4/7] brooklyn-server git commit: less magic

2017-01-26 Thread sjcorbett
less magic Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d79f9ef0 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/d79f9ef0 Diff:

[5/7] brooklyn-server git commit: Experiment to avoid ThreadLocal

2017-01-26 Thread sjcorbett
Experiment to avoid ThreadLocal Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/af749589 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/af749589 Diff:

[2/7] brooklyn-server git commit: Let latches limit the paralellism for the step they guard

2017-01-26 Thread sjcorbett
Let latches limit the paralellism for the step they guard Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/47aecce0 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/47aecce0 Diff:

[1/7] brooklyn-server git commit: Add iterator to ValueResolver

2017-01-26 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master dc5bc6d19 -> a4e69956e Add iterator to ValueResolver Resolves the initial object iteratively until either failure or object can't be resolved any more. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo

[3/3] brooklyn-library git commit: This closes #87

2017-01-26 Thread sjcorbett
This closes #87 Follow API changes in brooklyn-server#520 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/35a71ffe Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/35a71ffe Diff:

[1/3] brooklyn-library git commit: Follow API changes in brooklyn-server

2017-01-26 Thread sjcorbett
Repository: brooklyn-library Updated Branches: refs/heads/master 4b272645e -> 35a71ffeb Follow API changes in brooklyn-server Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/b7cfae75 Tree:

[2/3] brooklyn-library git commit: ReleaseableLatch - better support for failing tasks

2017-01-26 Thread sjcorbett
ReleaseableLatch - better support for failing tasks Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/49ba9f15 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/49ba9f15 Diff:

[1/2] brooklyn-server git commit: Fix ReachableSocketFinderTest (so not time-sensitive)

2017-01-27 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 7460981b2 -> 6761825a5 Fix ReachableSocketFinderTest (so not time-sensitive) Tests sometimes failed on apache Jenkins, because 100ms wasn’t long enough for the other thread(s) to complete. Project:

[2/2] brooklyn-server git commit: This closes #541

2017-01-27 Thread sjcorbett
This closes #541 Fix ReachableSocketFinderTest (so not time-sensitive) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/6761825a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/6761825a

[2/2] brooklyn-docs git commit: This closes #146

2017-01-27 Thread sjcorbett
This closes #146 Document the latch improvements - max concurrency behaviour Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/11414400 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/11414400

[1/2] brooklyn-docs git commit: Document the latch improvements - max concurrency behaviour

2017-01-27 Thread sjcorbett
Repository: brooklyn-docs Updated Branches: refs/heads/master 8384923ea -> 11414400e Document the latch improvements - max concurrency behaviour Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/9fc73fac

[2/2] brooklyn-server git commit: This closes #526

2017-01-19 Thread sjcorbett
This closes #526 Add removeSecurityGroup by id Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/4d2f7cc7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/4d2f7cc7 Diff:

[1/7] brooklyn-server git commit: Temporary workaround until jclouds-karaf catches up

2016-09-18 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master e947e929a -> ad5b4751f Temporary workaround until jclouds-karaf catches up jclouds-karaf uses an older version (0.3) of java-xmlbuilder from the one in jclouds (1.1). Project:

[5/7] brooklyn-server git commit: This closes #328

2016-09-18 Thread sjcorbett
This closes #328 Update pom SCM & Jenkins URLs Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b0e0277c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b0e0277c Diff:

[7/7] brooklyn-server git commit: This closes #326

2016-09-18 Thread sjcorbett
This closes #326 OSGi Features cleanup Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ad5b4751 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ad5b4751 Diff:

[2/7] brooklyn-server git commit: Update geoip to latest version

2016-09-18 Thread sjcorbett
Update geoip to latest version Removes the dependency on google-http-client, depending directly on apache-httpcomponents Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/e71b4d0b Tree:

[6/7] brooklyn-server git commit: This closes #327

2016-09-18 Thread sjcorbett
This closes #327 Update geoip to latest version Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/731b3e8c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/731b3e8c Diff:

[1/2] brooklyn-server git commit: DynamicGroup filters entities in its app, not the management context

2016-10-10 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 6f6763c30 -> fea8a6e6a DynamicGroup filters entities in its app, not the management context Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[2/2] brooklyn-server git commit: This closes #369

2016-10-10 Thread sjcorbett
This closes #369 DynamicGroup filters entities in its app, not the management context Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/fea8a6e6 Tree:

[2/4] brooklyn-library git commit: Set proper datastore.url in ElasticSearch

2016-10-20 Thread sjcorbett
Set proper datastore.url in ElasticSearch Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/8b58040c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/8b58040c Diff:

[3/4] brooklyn-library git commit: This closes #67

2016-10-20 Thread sjcorbett
This closes #67 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/eed3e678 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/eed3e678 Diff:

[7/8] brooklyn-server git commit: This closes #382

2016-10-18 Thread sjcorbett
This closes #382 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/99721d65 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/99721d65 Diff:

[4/8] brooklyn-server git commit: Fix calculation of currently used memory by the JVM

2016-10-18 Thread sjcorbett
Fix calculation of currently used memory by the JVM Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ac04bbf1 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ac04bbf1 Diff:

[2/8] brooklyn-server git commit: getEffectorByName returns absent rather than throwing NPE when arg null.

2016-10-18 Thread sjcorbett
getEffectorByName returns absent rather than throwing NPE when arg null. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/8bbf68a0 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/8bbf68a0

[4/4] brooklyn-library git commit: This closes #63

2016-10-20 Thread sjcorbett
This closes #63 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/96a0445a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/96a0445a Diff:

[1/4] brooklyn-library git commit: Update pom SCM & Jenkins URLs

2016-10-20 Thread sjcorbett
Repository: brooklyn-library Updated Branches: refs/heads/master a9e9c253a -> 96a0445a7 Update pom SCM & Jenkins URLs Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/cc1ee20c Tree:

[2/2] brooklyn-server git commit: This closes #467

2016-11-28 Thread sjcorbett
This closes #467 Update LICENSE with changes in project dependencies Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/72aaf2b4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/72aaf2b4

[1/2] brooklyn-server git commit: Update LICENSE with changes in project dependencies

2016-11-28 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 7d39417eb -> 72aaf2b4a Update LICENSE with changes in project dependencies Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/6abbb2af Tree:

[2/4] brooklyn-server git commit: BROOKLYN-400: add failing test

2016-11-28 Thread sjcorbett
BROOKLYN-400: add failing test Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/49647513 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/49647513 Diff:

[3/4] brooklyn-server git commit: Live tests for aws-ec2 image choice

2016-11-28 Thread sjcorbett
Live tests for aws-ec2 image choice Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/cd731fec Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/cd731fec Diff:

[1/4] brooklyn-server git commit: BROOKLYN-399: configure “jclouds.regions” for aws

2016-11-28 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 72aaf2b4a -> 1fe92f8b1 BROOKLYN-399: configure “jclouds.regions” for aws Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/66dfed9f

[4/4] brooklyn-server git commit: This closes #458

2016-11-28 Thread sjcorbett
This closes #458 BROOKLYN-399: aws-ec2 only looks up images in specified region Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1fe92f8b Tree:

[1/2] brooklyn-docs git commit: Update LICENSE with changes in project dependencies

2016-11-28 Thread sjcorbett
Repository: brooklyn-docs Updated Branches: refs/heads/master 436391705 -> 78c19d284 Update LICENSE with changes in project dependencies Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/8d6e04c2 Tree:

[2/2] brooklyn-docs git commit: This closes #127

2016-11-28 Thread sjcorbett
This closes #127 Update LICENSE with changes in project dependencies Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/78c19d28 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/78c19d28 Diff:

[2/2] brooklyn-ui git commit: This closes #39

2016-11-28 Thread sjcorbett
This closes #39 Update LICENSE with changes in project dependencies Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/4bd60eb3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/4bd60eb3 Diff:

[1/2] brooklyn-ui git commit: Update LICENSE with changes in project dependencies

2016-11-28 Thread sjcorbett
Repository: brooklyn-ui Updated Branches: refs/heads/master cf57f7b14 -> 4bd60eb3a Update LICENSE with changes in project dependencies Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/ba6c6e80 Tree:

[1/3] brooklyn-server git commit: Set default JVM memory settings for the build

2016-11-16 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 37986c725 -> 8735a0a56 Set default JVM memory settings for the build Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/3fae3630 Tree:

[2/3] brooklyn-server git commit: Exclude .mvn/jvm.config from rat checks

2016-11-16 Thread sjcorbett
Exclude .mvn/jvm.config from rat checks Also merge pluginManagement in the project configuration for rat-plugin Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/83e9e755 Tree:

[1/4] brooklyn-server git commit: BROOKLYN-383: fix json serialisation of tasks

2016-11-16 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 8735a0a56 -> 5b65fadc9 BROOKLYN-383: fix json serialisation of tasks * Also do the same for policies, enrichers and feeds. * Adds AbstractEntityAdjunct.getEntity() to make that easier. * Adds TestEntity.sleepEffector Project:

[3/4] brooklyn-server git commit: Test XML persistence of task

2016-11-16 Thread sjcorbett
Test XML persistence of task Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a36ecc8e Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/a36ecc8e Diff:

[2/4] brooklyn-server git commit: BROOKLYN-304: avoid json err serializing ClassLoader

2016-11-16 Thread sjcorbett
BROOKLYN-304: avoid json err serializing ClassLoader Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/04711a5d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/04711a5d Diff:

[4/4] brooklyn-server git commit: This closes #424

2016-11-16 Thread sjcorbett
This closes #424 BROOKLYN-383: fix json serialisation of tasks Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/5b65fadc Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/5b65fadc Diff:

[2/3] brooklyn-server git commit: ProxyEffector

2016-10-13 Thread sjcorbett
ProxyEffector Forwards effector invocations from one entity to another. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ebd32a8c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ebd32a8c

[3/3] brooklyn-server git commit: This closes #370

2016-10-13 Thread sjcorbett
This closes #370 ProxyEffector Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/3679b012 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/3679b012 Diff:

[1/3] brooklyn-server git commit: Delete unnecessary SuppressWarnings annotation in InvokeEffectorOnSensorChange

2016-10-13 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 1de3fb87b -> 3679b0127 Delete unnecessary SuppressWarnings annotation in InvokeEffectorOnSensorChange Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[1/2] brooklyn-dist git commit: Upgrade karaf-maven-plugin to avoid double User-Agent bug

2016-12-09 Thread sjcorbett
Repository: brooklyn-dist Updated Branches: refs/heads/master 834197ce6 -> dfcd43aea Upgrade karaf-maven-plugin to avoid double User-Agent bug Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/80f0a403 Tree:

[1/2] brooklyn-library git commit: Upgrade karaf-maven-plugin to avoid double User-Agent bug

2016-12-09 Thread sjcorbett
Repository: brooklyn-library Updated Branches: refs/heads/master 0c059cb82 -> e5252dcd0 Upgrade karaf-maven-plugin to avoid double User-Agent bug Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit:

[1/2] brooklyn-server git commit: Upgrade karaf-maven-plugin to avoid double User-Agent bug

2016-12-09 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 9f8a3aae0 -> b765795e7 Upgrade karaf-maven-plugin to avoid double User-Agent bug Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/4baed1a5

[2/2] brooklyn-dist git commit: This closes #66

2016-12-09 Thread sjcorbett
This closes #66 Upgrade karaf-maven-plugin to avoid double User-Agent bug Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/dfcd43ae Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/dfcd43ae

[2/2] brooklyn-server git commit: This closes #479

2016-12-09 Thread sjcorbett
This closes #479 Upgrade karaf-maven-plugin to avoid double User-Agent bug Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b765795e Tree:

[1/2] brooklyn-server git commit: AbstractYamlTest: make setUpPlatform overridable

2017-01-10 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 1d2d53504 -> 07e5503d8 AbstractYamlTest: make setUpPlatform overridable Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/27595281 Tree:

[2/2] brooklyn-server git commit: This closes #506

2017-01-10 Thread sjcorbett
This closes #506 AbstractYamlTest: make setUpPlatform overridable Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/07e5503d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/07e5503d Diff:

[1/4] brooklyn-library git commit: Set default JVM memory settings for the build

2016-12-02 Thread sjcorbett
Repository: brooklyn-library Updated Branches: refs/heads/master f0b469de7 -> 0319505c1 Set default JVM memory settings for the build Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/a6513c67 Tree:

[3/4] brooklyn-library git commit: This closes #77

2016-12-02 Thread sjcorbett
This closes #77 Update LICENSE with changes in project dependencies Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/5a742385 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/5a742385

[1/4] brooklyn-ui git commit: Set default JVM memory settings for the build

2016-12-02 Thread sjcorbett
Repository: brooklyn-ui Updated Branches: refs/heads/master 4bd60eb3a -> 9c792723a Set default JVM memory settings for the build Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/196afbde Tree:

[3/4] brooklyn-ui git commit: Upgrade rat plugin version > > Version 0.12 adds the option to dump licence violations to the console.

2016-12-02 Thread sjcorbett
Upgrade rat plugin version > > Version 0.12 adds the option to dump licence violations to the console. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/e2754071 Tree:

[2/4] brooklyn-ui git commit: Activate rat plugin

2016-12-02 Thread sjcorbett
Activate rat plugin Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/c4ac4aa4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/c4ac4aa4 Diff:

[1/4] brooklyn-client git commit: Set default JVM memory settings for the build

2016-12-02 Thread sjcorbett
Repository: brooklyn-client Updated Branches: refs/heads/master 907bb0fa0 -> 69117c4d5 Set default JVM memory settings for the build Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/5f645e98 Tree:

[3/4] brooklyn-client git commit: This closes #35

2016-12-02 Thread sjcorbett
This closes #35 Update LICENSE with changes in project dependencies Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/b6d71193 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/b6d71193

[2/4] brooklyn-client git commit: Update LICENSE with changes in project dependencies

2016-12-02 Thread sjcorbett
Update LICENSE with changes in project dependencies Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/7cf2d0d3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/7cf2d0d3 Diff:

[4/4] brooklyn-client git commit: This closes #33

2016-12-02 Thread sjcorbett
This closes #33 Set default JVM memory settings for the build Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/69117c4d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/69117c4d Diff:

[1/3] brooklyn-server git commit: Readability

2016-12-01 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 23f9a715c -> d1ef42a1e Readability Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/5b9f8965 Tree:

[2/3] brooklyn-server git commit: Adds maxConcurrentChildCommands parameter to DynamicCluster

2016-12-01 Thread sjcorbett
Adds maxConcurrentChildCommands parameter to DynamicCluster The option configures the maximum number of simultaneous Startable effector invocations that will be made on members of the group. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[3/3] brooklyn-server git commit: This closes #443

2016-12-01 Thread sjcorbett
This closes #443 Adds maxConcurrentChildCommands parameter to DynamicCluster Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d1ef42a1 Tree:

[2/2] brooklyn-server git commit: This closes #511

2017-01-10 Thread sjcorbett
This closes #511 Add jcloudsProviderRenames.properties Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/0c04484c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/0c04484c Diff:

[1/2] brooklyn-server git commit: Add jcloudsProviderRenames.properties

2017-01-10 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 62c55b829 -> 0c04484c1 Add jcloudsProviderRenames.properties Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/354826a8 Tree:

[4/7] brooklyn-server git commit: Extract CustomizeTemplateOptions and its implementations from JcloudsLocation

2016-12-20 Thread sjcorbett
http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/7582ebeb/locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/templates/customize/UserMetadataStringOption.java -- diff --git

[6/7] brooklyn-server git commit: Extract CustomizeTemplateBuilder from JcloudsLocation

2016-12-20 Thread sjcorbett
Extract CustomizeTemplateBuilder from JcloudsLocation Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f89ba453 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/f89ba453 Diff:

[2/7] brooklyn-server git commit: Move JcloudsLocation's logic for creating users to separate class

2016-12-20 Thread sjcorbett
Move JcloudsLocation's logic for creating users to separate class Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/c93a79de Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/c93a79de Diff:

[5/7] brooklyn-server git commit: Extract CustomizeTemplateOptions and its implementations from JcloudsLocation

2016-12-20 Thread sjcorbett
Extract CustomizeTemplateOptions and its implementations from JcloudsLocation Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/7582ebeb Tree:

[3/7] brooklyn-server git commit: Extract RebindToMachinePredicate from JcloudsLocation

2016-12-20 Thread sjcorbett
Extract RebindToMachinePredicate from JcloudsLocation Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/e0c6e7e6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/e0c6e7e6 Diff:

[7/7] brooklyn-server git commit: This closes #484

2016-12-20 Thread sjcorbett
This closes #484 Small JcloudsLocation refactor Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/77070947 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/77070947 Diff:

[1/2] brooklyn-library git commit: Add entity/config test via REST using redis as an example

2017-03-21 Thread sjcorbett
Repository: brooklyn-library Updated Branches: refs/heads/master d7bf15951 -> 3715b9904 Add entity/config test via REST using redis as an example Move the test by @sjcorbett added to brooklyn-server in d7cbaeed46d7fedf8e49df015baa812352060f45 here so it can use library items, as discus

[2/2] brooklyn-library git commit: This closes #94

2017-03-21 Thread sjcorbett
This closes #94 Add entity/config test via REST using redis as an example Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/3715b990 Tree:

[3/4] brooklyn-server git commit: This closes #607

2017-03-24 Thread sjcorbett
This closes #607 Improve test location rebind stub Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/8dfd4f01 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/8dfd4f01 Diff:

[1/4] brooklyn-server git commit: Add test illustrating SNI connection problem.

2017-03-24 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 05a86be47 -> b7fef0f70 Add test illustrating SNI connection problem. See https://issues.apache.org/jira/browse/BROOKLYN-456. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[2/4] brooklyn-server git commit: Improve test location rebind stub

2017-03-24 Thread sjcorbett
Improve test location rebind stub * Makes the stubbed location more functional by implementing the getNodeMetadata, setting the location field on the NodeMetadata; * Disabled aws hostname lookup - nothing to ssh into; * Sets the HA manager for the new rebind management context to disabled. This

[4/4] brooklyn-server git commit: This closes #602

2017-03-24 Thread sjcorbett
This closes #602 Add test illustrating SNI connection problem. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b7fef0f7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b7fef0f7 Diff:

[1/2] brooklyn-dist git commit: docker-itest: java version to 8, add chef package

2017-03-24 Thread sjcorbett
Repository: brooklyn-dist Updated Branches: refs/heads/master bd2e59174 -> d2cd2df96 docker-itest: java version to 8, add chef package Bump the java version to 8 in light of the projecft's decision to phase away Java 7 support. Install the chef package, needed by integration tests for the

[2/2] brooklyn-dist git commit: This closes #88

2017-03-24 Thread sjcorbett
This closes #88 docker-itest: java version to 8, add chef package Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/d2cd2df9 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/d2cd2df9 Diff:

[1/6] brooklyn-server git commit: Replace http(s)://httpbin.org with a local server

2017-03-24 Thread sjcorbett
Repository: brooklyn-server Updated Branches: refs/heads/master 23cb3a080 -> 05a86be47 Replace http(s)://httpbin.org with a local server Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a682daa6 Tree:

[4/6] brooklyn-server git commit: Fixes integration tests

2017-03-24 Thread sjcorbett
Fixes integration tests * One is a real problem - http://jsonip.com redirects to https://jsonip.com, which is signed by a certificate issued by "Let's Encrypt", not supported by java * The other changes the incorrect expectation in the test Project:

[3/6] brooklyn-server git commit: WinRmFeedIntegrationTest relies on an external resource, mark as Live

2017-03-24 Thread sjcorbett
WinRmFeedIntegrationTest relies on an external resource, mark as Live Requires that the user spins up a windows machine and configures its location in his local brooklyn.properties. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

<    1   2   3   >