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 a25cf31150 fix bug where some feeds were not started because they were
not persisted
new 8b327a27bd introduce and prefer `(type)` as the key to use in maps
where `type` is ambiguous
new 3718c1e190 ensure rebinding does not mangle/coerce config values
The 2 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:
.../BrooklynComponentTemplateResolver.java | 3 +-
.../creation/BrooklynEntityDecorationResolver.java | 4 +-
.../spi/creation/BrooklynYamlTypeInstantiator.java | 8 +-
.../brooklyn/spi/creation/CampInternalUtils.java | 17 +-
.../spi/creation/CampTypePlanTransformer.java | 3 +-
.../brooklyn/CustomTypeConfigYamlRebindTest.java | 176 +++++++++++++++++++++
.../camp/brooklyn/CustomTypeConfigYamlTest.java | 22 +++
.../catalog/internal/BasicBrooklynCatalog.java | 6 +-
.../config/internal/AbstractConfigMapImpl.java | 8 +
.../core/mgmt/rebind/BasicEntityRebindSupport.java | 17 +-
.../objs/AbstractConfigurationSupportInternal.java | 5 +
.../brooklyn/core/objs/BrooklynObjectInternal.java | 4 +
.../resolve/jackson/AsPropertyIfAmbiguous.java | 21 ++-
.../jackson/BeanWithTypePlanTransformer.java | 19 ++-
.../typereg/JavaClassNameTypePlanTransformer.java | 8 +-
.../rebind/RebindManagerExceptionHandlerTest.java | 66 ++++++--
...klynRegisteredTypeJacksonSerializationTest.java | 53 ++++++-
.../resolve/jackson/PerverseSerializationTest.java | 3 +-
18 files changed, 393 insertions(+), 50 deletions(-)
create mode 100644
camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/CustomTypeConfigYamlRebindTest.java