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 f19b623bbb Merge branch 
'allow-interpolated-expressions-in-nested-workflow-inputs'
     new 459a675191 include content_json as output from http
     new 50c54a39e8 fix workflow comparison bug where bigdecimal was used and 
not compared properly
     new 3be0143191 fix bug where backoff max wasn't checked for retries
     new 4daf9406a7 add `interpolation_mode` and `interpolation_errors` to 
`let` and `load`
     new 8b7b77994b Merge branch 'misc-workflow-fixes'

The 5 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:
 core/pom.xml                                       |   1 +
 .../workflow/WorkflowExpressionResolution.java     |  29 +++--
 .../core/workflow/WorkflowStepDefinition.java      |   5 +-
 .../WorkflowStepInstanceExecutionContext.java      |   5 +
 .../workflow/steps/external/HttpWorkflowStep.java  |  15 ++-
 .../workflow/steps/flow/RetryWorkflowStep.java     |   5 +
 .../workflow/steps/variables/LoadWorkflowStep.java |   5 +-
 .../steps/variables/SetVariableWorkflowStep.java   |  54 ++++++--
 .../util/core/predicates/DslPredicates.java        |  51 +++++++-
 .../brooklyn/util/core/text/TemplateProcessor.java |  42 ++++++
 .../workflow/WorkflowInputOutputExtensionTest.java | 141 ++++++++++++++++++++-
 .../brooklyn/core/workflow/WorkflowRetryTest.java  |  21 +++
 .../util/core/predicates/DslPredicateTest.java     |  78 ++++++++++++
 .../document-with-interpolated-expression.txt      |   1 +
 .../brooklyn/util/text/NaturalOrderComparator.java |  19 ++-
 15 files changed, 439 insertions(+), 33 deletions(-)
 create mode 100644 
core/src/test/resources/document-with-interpolated-expression.txt

Reply via email to