You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2018/11/06 14:03:58 UTC

[juneau] branch master updated (6d4c0c1 -> be6cfd6)

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

jamesbognar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git.


    from 6d4c0c1  Merge branch 'master' of https://gitbox.apache.org/repos/asf/juneau.git
     add 464bc2b  Add a complex example for serialization to core
     add 50b39bc  Add an assert for aggregated object properties
     new be6cfd6  Merge pull request #11 from shalithasuranga/patch002

The 1 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:
 .../juneau/examples/core/pojo/PojoComplex.java}    | 92 +++++++++++-----------
 .../examples/core/xml/XmlComplexExample.java       | 70 ++++++++--------
 2 files changed, 86 insertions(+), 76 deletions(-)
 copy juneau-examples/{juneau-examples-rest/src/main/java/org/apache/juneau/examples/rest/petstore/dto/PetTag.java => juneau-examples-core/src/main/java/org/apache/juneau/examples/core/pojo/PojoComplex.java} (55%)
 copy juneau-core/juneau-marshall/src/main/java/org/apache/juneau/xmlschema/XmlSchemaDocSerializerSession.java => juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/xml/XmlComplexExample.java (51%)


[juneau] 01/01: Merge pull request #11 from shalithasuranga/patch002

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git

commit be6cfd6ae4331b68e19422a1993cb3d6fbf35a71
Merge: 6d4c0c1 50b39bc
Author: James Bognar <ja...@apache.org>
AuthorDate: Tue Nov 6 09:03:53 2018 -0500

    Merge pull request #11 from shalithasuranga/patch002
    
    Added a complex example for XML serialization to core

 .../juneau/examples/core/pojo/PojoComplex.java     | 75 ++++++++++++++++++++++
 .../examples/core/xml/XmlComplexExample.java       | 62 ++++++++++++++++++
 2 files changed, 137 insertions(+)