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 c8fe395117 Merge pull request #1369 from ahgittin/workflow-tidy
     new 072a3bea4a tweak 'let' arguments esp behaviour with yaml/json
     new 5026b145da fix edge case where types won't coerce as supertypes aren't 
set
     new 51ea8b0cb3 add load workflow step
     new 855f00b366 Merge branch 'workflow-tidy'

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:
 .../brooklyn/camp/brooklyn/AbstractYamlTest.java   |   8 +-
 .../camp/brooklyn/AddChildrenEffectorYamlTest.java |   5 +-
 .../camp/brooklyn/CustomTypeConfigYamlTest.java    |   5 +-
 .../brooklyn/CustomTypeInitializerYamlTest.java    |  77 +++++-----
 .../brooklyn/camp/brooklyn/WorkflowYamlTest.java   |  21 ++-
 .../core/resolve/jackson/BeanWithTypeUtils.java    |   5 +-
 .../core/resolve/jackson/BrooklynJacksonType.java  |   7 +
 .../core/workflow/WorkflowExecutionContext.java    |   2 +-
 .../core/workflow/WorkflowStepResolution.java      |   2 +-
 .../core/workflow/steps/LoadWorkflowStep.java      | 105 +++++++++++++
 .../core/workflow/steps/SetSensorWorkflowStep.java |   2 +-
 .../workflow/steps/SetVariableWorkflowStep.java    | 168 +++++++++++++--------
 .../core/workflow/steps/SshWorkflowStep.java       |   1 +
 .../apache/brooklyn/util/core/ResourceUtils.java   |  11 ++
 .../resolve/jackson/BrooklynJacksonTypeTest.java   |   5 +-
 ...klynRegisteredTypeJacksonSerializationTest.java |  16 +-
 .../core/test/BrooklynAppUnitTestSupport.java      |  17 +++
 .../brooklyn/core/workflow/WorkflowBasicTest.java  |   7 +-
 .../workflow/WorkflowInputOutputExtensionTest.java | 138 ++++++++++++++---
 karaf/init/src/main/resources/catalog.bom          |   7 +-
 .../org/apache/brooklyn/util/stream/Streams.java   |  14 +-
 21 files changed, 459 insertions(+), 164 deletions(-)
 create mode 100644 
core/src/main/java/org/apache/brooklyn/core/workflow/steps/LoadWorkflowStep.java

Reply via email to