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/12/13 18:00:50 UTC

[juneau] branch master updated (77def24 -> a2690aa)

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 77def24  Merge pull request #34 from Akayeshmantha/JUNEAU-94
     add 2e2c94e  adding uon examples
     add 9b30f7d  adding more comments for marshall core examples
     new a2690aa  Merge pull request #35 from Akayeshmantha/JUNEAU-92

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:
 .../examples/core/html/HtmlComplexExample.java     | 10 ++++
 .../examples/core/html/HtmlSimpleExample.java      | 12 +++++
 .../examples/core/json/JsonComplexExample.java     |  6 +++
 .../core/json/JsonConfigurationExample.java        | 30 +++++++++++
 .../examples/core/json/JsonSimpleExample.java      | 25 ++++++++-
 .../juneau/examples/core/rdf/RdfExample.java       |  1 -
 .../examples/core/uon/UONComplexExample.java       | 48 +++++++++++++++++
 .../juneau/examples/core/uon/UONExample.java       | 60 ++++++++++++++++++++++
 .../examples/core/{html => uon}/package-info.java  |  2 +-
 .../examples/core/xml/XmlConfigurationExample.java | 20 +++++++-
 .../juneau/examples/core/xml/XmlSimpleExample.java |  6 +++
 11 files changed, 215 insertions(+), 5 deletions(-)
 create mode 100644 juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/uon/UONComplexExample.java
 create mode 100644 juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/uon/UONExample.java
 copy juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/{html => uon}/package-info.java (97%)


[juneau] 01/01: Merge pull request #35 from Akayeshmantha/JUNEAU-92

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 a2690aa87bc11939d33d63ff30c22630f0cbbd8a
Merge: 77def24 9b30f7d
Author: James Bognar <ja...@apache.org>
AuthorDate: Thu Dec 13 13:00:46 2018 -0500

    Merge pull request #35 from Akayeshmantha/JUNEAU-92
    
    Juneau 92 adding uon samples and more comments

 .../examples/core/html/HtmlComplexExample.java     | 10 ++++
 .../examples/core/html/HtmlSimpleExample.java      | 12 +++++
 .../examples/core/json/JsonComplexExample.java     |  6 +++
 .../core/json/JsonConfigurationExample.java        | 30 +++++++++++
 .../examples/core/json/JsonSimpleExample.java      | 25 ++++++++-
 .../juneau/examples/core/rdf/RdfExample.java       |  1 -
 .../examples/core/uon/UONComplexExample.java       | 48 +++++++++++++++++
 .../juneau/examples/core/uon/UONExample.java       | 60 ++++++++++++++++++++++
 .../package-info.java}                             | 39 +-------------
 .../examples/core/xml/XmlConfigurationExample.java | 20 +++++++-
 .../juneau/examples/core/xml/XmlSimpleExample.java |  6 +++
 11 files changed, 216 insertions(+), 41 deletions(-)