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 9ea3d2d981 rejig container task
new 37f453c291 allow changing return type
new ccc632229c add new SimpleProcessTaskFactory interface, fix error in
container bashScript arg
The 2 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:
.../core/effector/ssh/SshEffectorTasks.java | 2 +-
.../brooklyn/util/core/task/ssh/SshTasks.java | 2 +-
.../ssh/internal/AbstractSshExecTaskFactory.java | 2 +-
.../task/ssh/internal/PlainSshExecTaskFactory.java | 3 +-
.../util/core/task/system/ProcessTaskFactory.java | 54 +++++++++----------
.../util/core/task/system/ProcessTaskStub.java | 3 +-
.../util/core/task/system/ProcessTaskWrapper.java | 5 +-
...temTasks.java => SimpleProcessTaskFactory.java} | 22 ++++++--
.../internal/AbstractProcessTaskFactory.java | 15 ++++--
.../system/internal/SystemProcessTaskFactory.java | 1 +
.../brooklyn/tasks/kubectl/ContainerEffector.java | 2 +-
.../brooklyn/tasks/kubectl/ContainerSensor.java | 2 +-
.../tasks/kubectl/ContainerTaskFactory.java | 60 ++++++++++++++++------
.../brooklyn/tasks/kubectl/ContainerTaskTest.java | 26 +++++-----
.../location/winrm/PlainWinRmExecTaskFactory.java | 3 +-
15 files changed, 127 insertions(+), 75 deletions(-)
copy
core/src/main/java/org/apache/brooklyn/util/core/task/system/{SystemTasks.java
=> SimpleProcessTaskFactory.java} (54%)