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 8b7b77994b Merge branch 'misc-workflow-fixes'
     new eaf265e9b8 notes on supporting a zip url scheme
     new 789c68d29c tidyup and tests of latency detector / enricher
     new 4b38854162 support target_index variable for list-based targets
     new 26b1a9a089 allow configurable interpolation mode on more workflow 
steps - blueprints and commands
     new a67de70822 add message for mathematical operations without spaces
     new bcd6e30fb2 add test for serializing BigDecimal
     new 3b79e7f9d6 workflow software process should start/stop children by 
default
     new 4ef6f634e3 Merge branch 'more-workflow-and-misc'

The 8 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/workflow/steps/CustomWorkflowStep.java    |  6 +-
 .../steps/appmodel/AddEntityWorkflowStep.java      | 24 +++----
 .../steps/appmodel/AddPolicyWorkflowStep.java      | 24 +++----
 .../appmodel/ApplyInitializerWorkflowStep.java     | 22 ++----
 .../appmodel/DeployApplicationWorkflowStep.java    | 25 +++----
 .../steps/appmodel/HasBlueprintWorkflowStep.java   | 78 ++++++++++++++++++++++
 .../workflow/steps/external/SshWorkflowStep.java   |  9 ++-
 .../steps/variables/SetVariableWorkflowStep.java   | 22 ++++--
 .../apache/brooklyn/util/core/ResourceUtils.java   | 28 +++++++-
 .../policy/enricher/HttpLatencyDetector.java       |  2 +-
 .../policy/enricher/HttpLatencyDetectorTest.java   | 30 ++++++++-
 .../util/json/BrooklynJacksonSerializerTest.java   |  3 +
 .../software/base/WorkflowSoftwareProcess.java     |  2 +
 .../brooklyn/location/winrm/WinrmWorkflowStep.java |  8 ++-
 14 files changed, 206 insertions(+), 77 deletions(-)
 create mode 100644 
core/src/main/java/org/apache/brooklyn/core/workflow/steps/appmodel/HasBlueprintWorkflowStep.java

Reply via email to