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 3c977b9b5c suppress handled error message in processing xpath
     new 931caf0bf0 record the workflow resolution context better
     new 51ad80bf69 allow keeping soft references to previous workflows
     new fb7c01507a expire appropriate softly-kept in memory completed 
workflows, using system default
     new 16f868a9b9 allow soft retention to be specified, globally or per 
workflow/step
     new 9ef5dcc7a4 pause most tasks submitted during entity startup, until all 
entities are managed
     new 057d8f8bc0 allow from system if possible where bundle not known

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/api/mgmt/ManagementContext.java       |   9 +-
 .../camp/brooklyn/SshCommandSensorYamlTest.java    |  19 +-
 .../camp/brooklyn/WorkflowYamlRebindTest.java      |  18 +-
 .../brooklyn/camp/brooklyn/WorkflowYamlTest.java   |   2 +-
 .../mgmt/internal/EntityManagementSupport.java     |  34 ++-
 .../core/mgmt/internal/LocalManagementContext.java |   3 +-
 .../core/workflow/WorkflowExecutionContext.java    |   7 +-
 .../workflow/WorkflowExpressionResolution.java     | 247 ++++++++++++---------
 .../store/WorkflowRetentionAndExpiration.java      | 191 ++++++++++++----
 .../store/WorkflowStateActiveInMemory.java         | 125 ++++++-----
 .../store/WorkflowStatePersistenceViaSensors.java  |  98 ++++----
 .../workflow/utils/WorkflowRetentionParser.java    | 124 ++++++++---
 .../brooklyn/util/core/ClassLoaderUtils.java       |   6 +-
 .../util/core/task/BasicExecutionContext.java      |  55 ++++-
 .../brooklyn/util/core/text/TemplateProcessor.java |   6 +-
 .../brooklyn/core/mgmt/ha/HotStandbyTest.java      |   2 +-
 .../workflow/WorkflowPersistReplayErrorsTest.java  |  61 +++--
 .../brooklyn/util/core/ClassLoaderUtilsTest.java   |   8 +-
 .../system_service/SystemServiceEnricher.java      |   3 +-
 .../SoftwareProcessRebindNotRunningEntityTest.java |   8 +-
 .../util/collections/ThreadLocalStack.java         |  23 +-
 21 files changed, 683 insertions(+), 366 deletions(-)

Reply via email to