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 cc86e2f4dd transform syntax improved
new 11afb17084 fix for NPE when condition gets a Maybe containing null,
and disallow that for entity coercion
new 0003ba4b04 cache service lookup results
new 8fe9c4fc1b don't warn if an active task deletes itself
The 3 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/api/framework/FrameworkLookup.java | 39 ++++++++++--
.../camp/brooklyn/WorkflowExpressionsYamlTest.java | 69 +++++++++++++++++++++-
.../apache/brooklyn/core/mgmt/ha/OsgiManager.java | 5 ++
.../core/resolve/jackson/BeanWithTypeUtils.java | 2 +-
.../resolve/jackson/CommonTypesSerialization.java | 2 +-
.../core/workflow/steps/CustomWorkflowStep.java | 1 +
.../brooklyn/util/core/flags/TypeCoercions.java | 5 ++
.../util/core/predicates/DslPredicates.java | 2 +-
.../util/core/task/BasicExecutionManager.java | 12 ++--
.../brooklyn/core/workflow/WorkflowBasicTest.java | 2 +-
.../brooklyn/launcher/osgi/OsgiLauncherImpl.java | 3 +
.../javalang/coerce/TypeCoercerExtensible.java | 10 +++-
12 files changed, 134 insertions(+), 18 deletions(-)