You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/04/21 22:41:34 UTC

[15/16] incubator-brooklyn git commit: This closes #605

This closes #605


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/2cfd8753
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/2cfd8753
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/2cfd8753

Branch: refs/heads/master
Commit: 2cfd875387489d81a50533d2d5853c18500025e7
Parents: ff31a41 1354d03
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Apr 21 21:39:52 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Apr 21 21:39:52 2015 +0100

----------------------------------------------------------------------
 .../main/java/brooklyn/enricher/Enrichers.java  | 89 ++++++++++++++++++--
 .../brooklyn/enricher/basic/Aggregator.java     | 34 ++++++++
 .../java/brooklyn/entity/basic/ConfigKeys.java  |  5 +-
 .../brooklyn/entity/effector/AddSensor.java     |  5 ++
 .../EnrichersSlightlySimplerYamlTest.java       | 38 +++++++++
 .../test-webapp-with-averaging-enricher.yaml    | 47 +++++++++++
 .../java/brooklyn/util/javalang/Boxing.java     | 15 ++++
 .../java/brooklyn/util/math/MathPredicates.java | 32 +++++++
 .../java/brooklyn/util/javalang/BoxingTest.java | 37 ++++++++
 9 files changed, 291 insertions(+), 11 deletions(-)
----------------------------------------------------------------------