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/08 20:09:56 UTC

[juneau] branch master updated (4c68ad5 -> f248e6a)

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 4c68ad5  Javadocs
     add 6497d09  adding Json complex example
     add 970d295  adding xml simple example to core samples
     add f4beaf7  adding rdf complex example
     new f248e6a  Merge pull request #28 from Akayeshmantha/JUNEAU-93

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/json/JsonComplexExample.java     | 56 ++++++++++++++++++++++
 .../examples/core/rdf/RdfComplexExample.java       | 39 +++++++++++++++
 .../juneau/examples/core/xml/XmlSimpleExample.java | 44 +++++++++++++++++
 3 files changed, 139 insertions(+)
 create mode 100644 juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/json/JsonComplexExample.java
 create mode 100644 juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/rdf/RdfComplexExample.java
 create mode 100644 juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/xml/XmlSimpleExample.java


[juneau] 01/01: Merge pull request #28 from Akayeshmantha/JUNEAU-93

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 f248e6a28b95a18873a930a868d0d773176e46bb
Merge: 4c68ad5 f4beaf7
Author: James Bognar <ja...@apache.org>
AuthorDate: Sat Dec 8 15:09:52 2018 -0500

    Merge pull request #28 from Akayeshmantha/JUNEAU-93
    
    Adding more examples on core module

 .../examples/core/json/JsonComplexExample.java     | 56 ++++++++++++++++++++++
 .../examples/core/rdf/RdfComplexExample.java       | 39 +++++++++++++++
 .../juneau/examples/core/xml/XmlSimpleExample.java | 44 +++++++++++++++++
 3 files changed, 139 insertions(+)