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 4b715128ce Merge pull request #1394 from
frogfather/workflow-entity-child-and-member-access-pt-184904864
new 42980dcdb3 minor tidies for workflow
new ca3f54c51a include logged message as part of other metadata for log
new 4309fff796 tidy nested workflow error handling, name, and inclusion as
a child
new 3543694192 no need for children to be a field in template processor
new e22c7325a3 add support for members and looking up identifiable things
by id in freemarker
new 1eb0f8f7b2 Merge branch 'task-children-submitted'
The 6 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/core/workflow/WorkflowSensor.java | 3 -
.../WorkflowStepInstanceExecutionContext.java | 5 +-
.../core/workflow/steps/CustomWorkflowStep.java | 37 +++++++---
.../core/workflow/steps/flow/LogWorkflowStep.java | 4 ++
.../workflow/steps/variables/LoadWorkflowStep.java | 1 +
.../brooklyn/util/core/text/TemplateProcessor.java | 79 ++++++++++++++++------
.../WorkflowNestedAndCustomExtensionTest.java | 79 +++++++++++++++++++++-
.../util/core/text/TemplateProcessorTest.java | 39 ++++++++---
8 files changed, 202 insertions(+), 45 deletions(-)