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/10/28 13:05:20 UTC

[5/6] incubator-brooklyn git commit: This closes #910

This closes #910


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

Branch: refs/heads/master
Commit: c3758e01b4cbe03dedbd6c0235e1ab644914e368
Parents: 13887f6 6fbdd7f
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Oct 28 11:58:58 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Oct 28 11:58:58 2015 +0000

----------------------------------------------------------------------
 .../core/sensor/DependentConfiguration.java     | 98 +++++++++++++++++++-
 .../enricher/stock/AbstractTransformer.java     |  6 +-
 .../brooklyn/enricher/stock/Transformer.java    |  5 +-
 .../core/entity/DependentConfigurationTest.java | 49 +++++++++-
 .../spi/dsl/BrooklynDslInterpreter.java         |  9 +-
 .../spi/dsl/methods/BrooklynDslCommon.java      | 83 +++++++++++++++++
 .../camp/brooklyn/DslAndRebindYamlTest.java     | 70 ++++++++++++++
 .../brooklyn/util/text/StringFunctions.java     | 31 +++++--
 8 files changed, 334 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/c3758e01/usage/camp/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/BrooklynDslCommon.java
----------------------------------------------------------------------