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/15 14:17:34 UTC

[juneau] branch master updated (b2ce060 -> 9d2b3fe)

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 b2ce060  Fix POMs.
     add 5fe3f2b  adding dto samples to core samples
     new 9d2b3fe  Merge pull request #38 from Akayeshmantha/JUNEAU-94

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/dto/DtoExample.java       | 192 +++++++++++++++++++++
 .../examples/core/{uon => dto}/package-info.java   |   2 +-
 2 files changed, 193 insertions(+), 1 deletion(-)
 create mode 100644 juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/dto/DtoExample.java
 copy juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/{uon => dto}/package-info.java (97%)


[juneau] 01/01: Merge pull request #38 from Akayeshmantha/JUNEAU-94

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 9d2b3fe327ed31c0e8972cd974491ef08f1df506
Merge: b2ce060 5fe3f2b
Author: James Bognar <ja...@apache.org>
AuthorDate: Sat Dec 15 09:17:30 2018 -0500

    Merge pull request #38 from Akayeshmantha/JUNEAU-94
    
    adding dto samples to core samples

 .../juneau/examples/core/dto/DtoExample.java       | 192 +++++++++++++++++++++
 .../juneau/examples/core/dto/package-info.java     |  18 ++
 2 files changed, 210 insertions(+)