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 8906243  Merge pull request #1215 from ahgittin/more-deprecation
     new dce8284  minor tidies to launcher/viewer and cleanup, for tests
     new a159211  minor tidies to launcher/viewer and cleanup, for tests
     new bc2583d  serialization and deserialization that puts/gets objects to a 
backing map and writes references
     new 5dd7b3c  remove exploratory jackson stuff that isn't needed
     new 5b70d1b  apply the object-reference serialization mechanism to 
conversion
     new f72e7c2  Merge branch 'serializing-with-references'

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:
 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 ++
 .../apache/brooklyn/launcher/BrooklynLauncher.java |   1 +
 .../launcher/blueprints/AbstractBlueprintTest.java |   7 +-
 11 files changed, 318 insertions(+), 17 deletions(-)
 create mode 100644 
core/src/main/java/org/apache/brooklyn/core/resolve/jackson/ObjectReferencingSerialization.java

Reply via email to