This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
from d26428f56f add 'not' predicate keyword
new c6b2f2cce9 go properly deep when sanitizing objects
new d3f34ab10a provide more visibility of container lifecycle
new faf59badb0 better logging on group changes
new 3259cacca1 improve logic for configuring commandUrl to
ssh-command-sensor
new 7386269adb Merge branch 'tidy-sensor-feeds'
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/brooklyn/core/config/Sanitizer.java | 2 +-
.../brooklyn/core/sensor/ssh/SshCommandSensor.java | 55 ++++++++--------------
.../brooklyn/entity/group/GroupsChangePolicy.java | 6 ++-
.../apache/brooklyn/feed/AbstractCommandFeed.java | 31 ++++++++++--
.../java/org/apache/brooklyn/feed/ssh/SshFeed.java | 51 ++++++++++++++++++++
.../tasks/kubectl/ContainerTaskFactory.java | 4 ++
.../tasks/kubectl/ContainerTaskResult.java | 14 ++++++
.../org/apache/brooklyn/feed/windows/CmdFeed.java | 7 +++
8 files changed, 129 insertions(+), 41 deletions(-)