You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/10/25 13:52:32 UTC

[4/4] brooklyn-server git commit: Close #388

Close #388

Add a stop latch to SoftwareProcess.

Adds the ability to delay stop of a software process until an appropriate
sensor is published on some entity that depends on that process.


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

Branch: refs/heads/pr/388
Commit: 248c6f0c72f3d02ea2a1971911a82955beba3e16
Parents: 0559ff0 1a87598
Author: Svetoslav Neykov <sv...@neykov.name>
Authored: Tue Oct 25 16:51:33 2016 +0300
Committer: Svetoslav Neykov <sv...@neykov.name>
Committed: Tue Oct 25 16:51:33 2016 +0300

----------------------------------------------------------------------
 .../brooklyn/camp/brooklyn/AppYamlTest.java     |   2 +-
 .../camp/brooklyn/ByonLocationsYamlTest.java    |   2 +-
 .../brooklyn/ConfigInheritanceYamlTest.java     |   2 +-
 .../ConfigLocationInheritanceYamlTest.java      |   2 +-
 .../camp/brooklyn/ConfigParametersYamlTest.java |   2 +-
 .../brooklyn/camp/brooklyn/ConfigYamlTest.java  |   2 +-
 core/pom.xml                                    |  13 +
 .../core/entity/EntityTypeSnapshot.java         |  10 +-
 .../mgmt/internal/BrooklynGarbageCollector.java |   2 +-
 .../apache/brooklyn/core/sensor/Sensors.java    |   4 +
 .../InvokeEffectorOnCollectionSensorChange.java | 197 ++++++++++++++
 .../mgmt/persist/XmlMementoSerializerTest.java  |   2 +-
 ...ectorOnCollectionSensorChangeRebindTest.java |  93 +++++++
 ...okeEffectorOnCollectionSensorChangeTest.java | 270 +++++++++++++++++++
 .../util/core/file/ArchiveUtilsTest.java        |   2 +-
 karaf/features/src/main/feature/feature.xml     |   1 -
 launcher/pom.xml                                |   4 -
 parent/pom.xml                                  |   5 -
 pom.xml                                         |   5 +-
 .../rest/resources/LocationResourceTest.java    |   2 +-
 20 files changed, 595 insertions(+), 27 deletions(-)
----------------------------------------------------------------------