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 83c17b5f71 accept policy and adjunct spec as registered types from
workflow blueprint
new d78810d46e fix edge case where dsl comparison predicate failed on
durations
new 5729810bcd better deserialization for adjunct specs
new a514d33c56 auto-install bundle if it replaces another bundle from
persisted state
new c79b72ae41 allow AbstractBlueprintTest to let mgmt context be
decorated with custom types
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:
.../org/apache/brooklyn/api/entity/EntitySpec.java | 4 +-
.../api/internal/AbstractBrooklynObjectSpec.java | 42 +++++++++-------
.../org/apache/brooklyn/api/policy/PolicySpec.java | 16 +++---
.../apache/brooklyn/api/sensor/EnricherSpec.java | 12 +++--
.../brooklyn/WorkflowApplicationModelTest.java | 39 +++++++++++----
.../brooklyn/spi/dsl/DslSerializationTest.java | 57 +++++++++++++++++++++-
.../catalog/internal/BasicBrooklynCatalog.java | 36 +++++++++-----
.../mgmt/ha/BrooklynBomOsgiArchiveInstaller.java | 39 ++++++++++-----
.../resolve/jackson/AsPropertyIfAmbiguous.java | 53 +++++++++++++++++++-
...BrooklynRegisteredTypeJacksonSerialization.java | 5 ++
.../resolve/jackson/CommonTypesSerialization.java | 9 +++-
.../jackson/WrappedValuesSerialization.java | 30 +++++++++---
.../core/workflow/WorkflowExecutionContext.java | 2 +-
.../steps/appmodel/AddPolicyWorkflowStep.java | 15 ++++--
.../util/core/predicates/DslPredicates.java | 2 +-
.../util/core/predicates/DslPredicateTest.java | 39 ++++++++++++---
.../launcher/blueprints/AbstractBlueprintTest.java | 10 ++--
.../util/json/BrooklynJacksonSerializerTest.java | 57 ++++++++++++++++------
18 files changed, 365 insertions(+), 102 deletions(-)