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 e535976362 fix some error handling edge cases
new abcd84791c make regex condition use DOTALL mode
new c1fb900595 unresolveable expressions in conditions are treated as
absent not errors
new 7ac4ca5e35 better logging for bundle metadata and errors
new 01a5817bda fix bug where tags get set as config on rebind
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/WorkflowYamlTest.java | 32 +++++++-----
.../core/mgmt/rebind/dto/MementosGenerators.java | 61 ++++++++++++----------
.../brooklyn/core/typereg/BundleUpgradeParser.java | 2 +-
.../brooklyn/core/typereg/RegisteredTypes.java | 7 +++
.../core/workflow/WorkflowExecutionContext.java | 2 +-
.../workflow/WorkflowExpressionResolution.java | 22 +++++++-
.../util/core/predicates/DslPredicates.java | 13 ++++-
.../ResolutionFailureTreatedAsAbsent.java} | 36 +++++--------
.../workflow/WorkflowPersistReplayErrorsTest.java | 12 +++++
.../util/core/predicates/DslPredicateTest.java | 13 ++++-
.../jclouds/RebindJcloudsLocationTest.java | 6 ++-
11 files changed, 131 insertions(+), 75 deletions(-)
copy
core/src/main/java/org/apache/brooklyn/util/core/{sensor/SensorPredicates.java
=> predicates/ResolutionFailureTreatedAsAbsent.java} (51%)