You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2015/10/25 23:48:29 UTC

[7/7] incubator-brooklyn git commit: This closes #984

This closes #984


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

Branch: refs/heads/master
Commit: 9a441be8f73f80800b6bac807486959f3881bc4a
Parents: 9a80ebe 4ba22be
Author: Aled Sage <al...@gmail.com>
Authored: Sun Oct 25 22:47:32 2015 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Sun Oct 25 22:47:32 2015 +0000

----------------------------------------------------------------------
 core/pom.xml                                    |  16 +
 .../core/objs/AbstractEntityAdjunct.java        |  21 +-
 .../util/core/BrooklynLanguageExtensions.java   |   2 -
 .../brooklyn/util/core/internal/Repeater.java   |   3 -
 .../policy/basic/AbstractEntityAdjunctTest.java |  52 +++
 ...stomAggregatingEnricherDeprecatedTest.groovy | 368 -----------------
 ...CustomAggregatingEnricherDeprecatedTest.java | 405 +++++++++++++++++++
 .../TransformingEnricherDeprecatedTest.groovy   |  83 ----
 .../TransformingEnricherDeprecatedTest.java     |  92 +++++
 .../util/core/internal/RepeaterTest.groovy      | 256 ------------
 .../util/core/internal/RepeaterTest.java        | 251 ++++++++++++
 examples/simple-web-cluster/pom.xml             |   4 -
 .../demo/WebClusterDatabaseExampleGroovy.groovy |  92 -----
 locations/jclouds/pom.xml                       |  21 -
 .../AwsEc2LocationWindowsLiveTest.groovy        |  94 -----
 .../provider/AwsEc2LocationWindowsLiveTest.java |  95 +++++
 .../provider/CarrenzaLocationLiveTest.groovy    | 132 ------
 .../provider/CarrenzaLocationLiveTest.java      | 135 +++++++
 .../provider/GoGridLocationLiveTest.groovy      |  52 ---
 .../provider/GoGridLocationLiveTest.java        |  52 +++
 parent/pom.xml                                  |  56 +--
 policy/pom.xml                                  |  25 +-
 .../policy/enricher/DeltaEnrichersTests.groovy  | 123 ------
 .../policy/enricher/DeltaEnrichersTests.java    | 144 +++++++
 .../enricher/RollingMeanEnricherTest.groovy     | 105 -----
 .../enricher/RollingMeanEnricherTest.java       | 106 +++++
 .../RollingTimeWindowMeanEnricherTest.groovy    | 155 -------
 .../RollingTimeWindowMeanEnricherTest.java      | 156 +++++++
 sandbox/database/pom.xml                        |  17 -
 .../brooklyn/entity/database/Database.groovy    |  53 ---
 .../brooklyn/entity/database/Database.java      |  42 ++
 .../apache/brooklyn/entity/database/Schema.java |  37 ++
 sandbox/nosql/pom.xml                           |  12 -
 .../Infinispan5ServerIntegrationTest.groovy     | 103 -----
 .../Infinispan5ServerIntegrationTest.java       | 104 +++++
 software/base/pom.xml                           |   9 -
 software/database/pom.xml                       |  23 --
 software/messaging/pom.xml                      |   9 -
 software/nosql/pom.xml                          |   9 -
 .../nosql/couchdb/AbstractCouchDBNodeTest.java  |   5 -
 software/osgi/pom.xml                           |   4 -
 software/webapp/pom.xml                         |  18 -
 .../webapp/WebAppLiveIntegrationTest.groovy     | 101 -----
 .../webapp/WebAppLiveIntegrationTest.java       |  91 +++++
 ...namicWebAppClusterRebindIntegrationTest.java |   3 -
 usage/cli/pom.xml                               |  16 -
 usage/downstream-parent/pom.xml                 |   1 -
 usage/launcher/pom.xml                          |   4 -
 usage/qa/pom.xml                                |   4 -
 usage/rest-server/pom.xml                       |   4 -
 usage/test-support/pom.xml                      |   5 -
 utils/groovy/pom.xml                            |  12 -
 .../util/groovy/FromCallableClosure.java        |  38 ++
 .../util/groovy/FromFunctionClosure.java        |  39 ++
 .../util/groovy/FromRunnableClosure.java        |  46 +++
 .../util/groovy/GroovyJavaMethods.groovy        | 146 -------
 .../brooklyn/util/groovy/GroovyJavaMethods.java | 200 +++++++++
 .../brooklyn/util/groovy/JavadocDummy.java      |  30 --
 .../brooklyn/util/groovy/LanguageUtils.groovy   | 383 ------------------
 .../brooklyn/util/groovy/TimeExtras.groovy      |  83 ----
 .../util/groovy/LanguageUtilsTest.groovy        | 152 -------
 .../brooklyn/util/groovy/TimeExtrasTest.groovy  |  49 ---
 62 files changed, 2131 insertions(+), 2817 deletions(-)
----------------------------------------------------------------------