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 3bfae5b2fa allow workflow policy and callable to be subclassed
     new f05fe050fb better ordering of type coercions, run "wrong bean" 
coercions after standard coercions
     new c8e7bbbedd apply type deserialization even into maps and lists by 
default
     new a5830edd79 better resolution of workflow inputs

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:
 .../org/apache/brooklyn/api/objs/Configurable.java |   4 -
 .../brooklyn/camp/brooklyn/ObjectsYamlTest.java    |   5 -
 .../brooklyn/camp/brooklyn/WorkflowYamlTest.java   |  28 +++++
 .../brooklyn/spi/dsl/DslSerializationTest.java     |   6 +-
 .../apache/brooklyn/core/config/ConfigUtils.java   |  10 +-
 .../config/internal/AbstractConfigMapImpl.java     |  25 ++---
 .../core/internal/BrooklynPropertiesImpl.java      |   5 -
 .../mgmt/internal/DeferredBrooklynProperties.java  |   5 -
 .../objs/AbstractConfigurationSupportInternal.java |   7 +-
 .../core/objs/BasicConfigurableObject.java         |  12 +-
 .../brooklyn/core/objs/BrooklynObjectInternal.java |   6 +-
 .../resolve/jackson/AsPropertyIfAmbiguous.java     |   8 +-
 .../core/resolve/jackson/BeanWithTypeUtils.java    |  25 ++++-
 .../jackson/BrooklynJacksonSerializationUtils.java |  63 +++++++++++
 .../resolve/jackson/CommonTypesSerialization.java  |   4 +-
 .../jackson/JsonSymbolDependentDeserializer.java   |  12 +-
 .../jackson/ObjectReferencingSerialization.java    |   2 +-
 .../workflow/WorkflowExpressionResolution.java     |  49 +++++++-
 .../brooklyn/core/workflow/WorkflowPolicy.java     |   2 +-
 .../brooklyn/core/workflow/WorkflowSensor.java     |  14 +++
 .../brooklyn/util/core/flags/TypeCoercions.java    |   6 +-
 .../util/core/predicates/DslPredicates.java        |  66 ++++++-----
 .../resolve/jackson/PerverseSerializationTest.java |  14 ++-
 .../workflow/WorkflowInputOutputExtensionTest.java |  34 +++++-
 .../brooklyn/util/core/internal/FlagUtilsTest.java |   5 -
 .../java/org/apache/brooklyn/config/ConfigMap.java |  10 --
 .../coerce/CommonAdaptorTypeCoercions.java         |   4 +-
 .../javalang/coerce/TypeCoercerExtensible.java     | 124 ++++++++++++---------
 .../javalang/coerce/TypeCoercerExtensibleTest.java |  33 ++++++
 29 files changed, 410 insertions(+), 178 deletions(-)

Reply via email to