You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/08/14 01:54:58 UTC

[brooklyn-server] 06/06: Merge branch 'serializing-with-references'

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit f72e7c2ab33ac1bce81b858d9650bfb0af9d77f5
Merge: dce8284 5b70d1b
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Sat Aug 14 02:54:41 2021 +0100

    Merge branch 'serializing-with-references'

 core/pom.xml                                       |   4 +
 .../core/resolve/jackson/BeanWithTypeUtils.java    |  43 +++++-
 ...BrooklynRegisteredTypeJacksonSerialization.java |  10 ++
 .../jackson/ObjectReferencingSerialization.java    | 161 +++++++++++++++++++++
 .../jackson/WrappedValuesSerialization.java        |  11 +-
 .../brooklyn/util/core/flags/TypeCoercions.java    |   8 +-
 .../BrooklynMiscJacksonSerializationTest.java      |  57 +++++++-
 .../core/resolve/jackson/MapperTestFixture.java    |  18 +++
 .../util/core/internal/TypeCoercionsTest.java      |  15 ++
 9 files changed, 316 insertions(+), 11 deletions(-)