This is an automated email from the ASF dual-hosted git repository.
iuliana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from 56dea84 Merge pull request #1121 from
ahgittin/bean-with-type-config-edge-cases
new 174ac34 add task context info to RecordingSshTool
new 7d1627e add more config tests for case where bean-with-type refers to
another bean-with-type type in same catalog
new c9a53b1 allow string to be passed to $brooklyn:object
new 5099cf0 fix test
new 5c80f5c WrappedValue when deserialized will parse DSL expressions
new 02d63f1 Merge pull request #1123 from ahgittin/misc-minor
The 12664 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:
.../spi/dsl/methods/BrooklynDslCommon.java | 27 ++++++++--
.../brooklyn/CustomTypeConfigYamlOsgiTest.java | 6 +++
.../camp/brooklyn/CustomTypeConfigYamlTest.java | 58 +++++++++++++++++++++-
.../brooklyn/spi/dsl/DslSerializationTest.java | 22 +++++++-
.../core/resolve/jackson/BeanWithTypeUtils.java | 2 +-
.../jackson/BrooklynJacksonSerializationUtils.java | 1 +
.../core/resolve/jackson/WrappedValue.java | 2 +
.../jackson/WrappedValuesSerialization.java | 35 +++++++++++--
.../core/resolve/jackson/MapperTestFixture.java | 12 +++++
.../jackson/WrappedValuesSerializationTest.java | 17 ++++---
.../util/core/internal/ssh/RecordingSshTool.java | 8 ++-
11 files changed, 170 insertions(+), 20 deletions(-)