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 2bca22a8fa make more context for workflow step resolution
     new 8975991af7 allow if workflow step to take condition objects
     new 1a2c5510b6 make better subworkflow name and store on tag for easier 
navigation
     new fa635a16d5 better naming for switch step sub-tasks
     new b47cbd8107 better checking for string/primitive, and better error for 
workflow input

The 4 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/mgmt/BrooklynTaskTags.java       |  2 +
 .../mgmt/internal/AbstractManagementContext.java   |  2 +-
 .../core/resolve/jackson/BeanWithTypeUtils.java    | 10 ++-
 .../WorkflowStepInstanceExecutionContext.java      | 11 +++-
 .../core/workflow/WorkflowStepResolution.java      |  4 +-
 .../core/workflow/steps/CustomWorkflowStep.java    | 75 ++++++++++++++--------
 .../workflow/steps/external/HttpWorkflowStep.java  |  5 +-
 .../core/workflow/steps/flow/IfWorkflowStep.java   | 58 +++++++++++++----
 .../workflow/steps/flow/SwitchWorkflowStep.java    | 27 +++++---
 .../workflow/steps/variables/TransformJoin.java    |  4 +-
 .../steps/variables/TransformPrependAppend.java    |  4 +-
 .../brooklyn/util/core/flags/TypeCoercions.java    |  2 +-
 .../workflow/WorkflowPersistReplayErrorsTest.java  |  2 +-
 .../WorkflowSubIfAndCustomExtensionEdgeTest.java   | 18 +++++-
 .../tasks/kubectl/ContainerWorkflowStep.java       |  3 +-
 .../apache/brooklyn/util/collections/Jsonya.java   |  5 +-
 .../org/apache/brooklyn/util/javalang/Boxing.java  |  3 +
 18 files changed, 169 insertions(+), 68 deletions(-)

Reply via email to