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 7af171cf82 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/brooklyn-server
new bf4d4f6784 fix and test for sub-workflows not running in entity context
new f7298918ba fix bug where cancelled workflow would give error releasing
a lock
new c04aaff477 fix naming of dynamically added single child
new ac9430fd02 fix 2 places where IGNORE for interpolated expressions did
not work
new eea854541d don't use native type id for yaml serialization
new 6171731f4e Merge branch 'workflow-fixes'
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/camp/brooklyn/WorkflowYamlTest.java | 267 +++++++++++++++++++++
.../brooklyn/core/mgmt/EntityManagementUtils.java | 6 +-
.../core/resolve/jackson/BeanWithTypeUtils.java | 18 +-
.../core/workflow/WorkflowExecutionContext.java | 7 +-
.../workflow/WorkflowExpressionResolution.java | 2 +-
.../steps/appmodel/AddPolicyWorkflowStep.java | 6 -
.../steps/variables/SetVariableWorkflowStep.java | 30 ++-
.../util/core/task/BasicExecutionContext.java | 9 +-
.../brooklyn/util/core/text/TemplateProcessor.java | 39 ++-
.../util/json/BrooklynJacksonSerializerTest.java | 7 +-
.../apache/brooklyn/util/collections/Jsonya.java | 4 +-
.../org/apache/brooklyn/util/javalang/Threads.java | 20 ++
12 files changed, 376 insertions(+), 39 deletions(-)