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/10 18:37:37 UTC

[juneau] branch master updated (137c1fa -> 6bde627)

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 137c1fa  Javadocs.
     add 8866b62  addubg html serializer core examle
     add 16f840e  tweaks to docs
     new 6bde627  Merge pull request #31 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:
 .../14.juneau-examples-core/01.Examples.html       |  5 +++
 .../HtmlComplexExample.java}                       | 27 +++++++------
 .../HtmlSimpleExample.java}                        | 44 +++++++++++-----------
 .../juneau/examples/core/html}/package-info.java   | 36 +++++++++---------
 .../examples/core/json/JsonComplexExample.java     |  2 +-
 .../examples/core/json/JsonSimpleExample.java      |  2 +-
 6 files changed, 61 insertions(+), 55 deletions(-)
 copy juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/{json/JsonComplexExample.java => html/HtmlComplexExample.java} (81%)
 copy juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/{xml/XmlSimpleExample.java => html/HtmlSimpleExample.java} (63%)
 copy juneau-examples/{juneau-examples-rest/src/main/java/org/apache/juneau/examples/rest => juneau-examples-core/src/main/java/org/apache/juneau/examples/core/html}/package-info.java (96%)


[juneau] 01/01: Merge pull request #31 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 6bde627beacaf51b5aeda448da42379a44c1e736
Merge: 137c1fa 16f840e
Author: James Bognar <ja...@apache.org>
AuthorDate: Mon Dec 10 13:37:33 2018 -0500

    Merge pull request #31 from Akayeshmantha/JUNEAU-93
    
    Adding html serialize sample and doc tweaks

 .../14.juneau-examples-core/01.Examples.html       |  5 +++
 .../HtmlComplexExample.java}                       | 27 +++++++------
 .../HtmlSimpleExample.java}                        | 45 ++++++++--------------
 .../juneau/examples/core/html/package-info.java    | 18 +++++++++
 .../examples/core/json/JsonComplexExample.java     |  2 +-
 .../examples/core/json/JsonSimpleExample.java      |  2 +-
 6 files changed, 55 insertions(+), 44 deletions(-)