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 fcef57c  Merge pull request #1035 from kemitix/karaf-bom
     new 55f1c81  allow the types of parameters to be extended programmatically
     new 394d939  tidy YAML test fixture, make extensible
     new f344691  control the order in which type coercions are applied
     new 7560d1e  Merge branch 'master' into extending-parameter-types
     new e5d1582  restore + deprecate nameless methods for registering coercions
     new 6c2139e  This closes #1046

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/camp/brooklyn/AbstractYamlTest.java   | 35 +++++++++---------
 .../brooklyn/core/config/ConfigConstraints.java    |  5 +++
 .../brooklyn/core/mgmt/EntityManagementUtils.java  |  7 +++-
 .../brooklyn/core/objs/BasicSpecParameter.java     | 43 ++++++++++++++++------
 .../brooklyn/core/objs/BrooklynObjectInternal.java |  5 +++
 .../brooklyn/util/core/flags/TypeCoercions.java    |  6 +++
 .../location/jclouds/JcloudsTypeCoercions.java     |  4 +-
 .../javalang/coerce/CommonAdaptorTryCoercions.java | 12 +++---
 .../coerce/CommonAdaptorTypeCoercions.java         |  6 +--
 .../javalang/coerce/TypeCoercerExtensible.java     | 24 ++++++++++--
 .../javalang/coerce/TypeCoercerExtensibleTest.java |  3 +-
 11 files changed, 103 insertions(+), 47 deletions(-)

Reply via email to