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 799907a655 fix patch support with body
new 74fb372c46 allow workflow scratch to store an explicit null, if
somehow it is set
new 737adf8b20 easier checking if config is null, and allow explicit null
values in workflow
The 2 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/api/objs/Configurable.java | 3 ++
.../brooklyn/camp/brooklyn/ObjectsYamlTest.java | 9 +++--
.../config/internal/AbstractConfigMapImpl.java | 14 +++++++-
.../core/internal/BrooklynPropertiesImpl.java | 26 ++++++++++++---
.../mgmt/internal/DeferredBrooklynProperties.java | 10 ++++--
.../objs/AbstractConfigurationSupportInternal.java | 6 +++-
.../core/objs/BasicConfigurableObject.java | 4 +++
.../brooklyn/core/objs/BrooklynObjectInternal.java | 1 +
.../core/workflow/WorkflowExecutionContext.java | 17 +++++++---
.../workflow/WorkflowExpressionResolution.java | 30 ++++++++++-------
.../WorkflowStepInstanceExecutionContext.java | 21 +++++++++---
.../steps/variables/ClearVariableWorkflowStep.java | 2 +-
.../brooklyn/util/core/config/ConfigBag.java | 22 +++++++++---
.../brooklyn/util/core/text/TemplateProcessor.java | 39 ++++++++++++++--------
.../workflow/WorkflowConfigSensorEffectorTest.java | 16 ++++-----
.../brooklyn/util/core/internal/FlagUtilsTest.java | 12 ++-----
.../java/org/apache/brooklyn/config/ConfigMap.java | 1 +
.../exceptions/PropagatedRuntimeException.java | 12 ++++++-
18 files changed, 171 insertions(+), 74 deletions(-)