From commits-return-5896-archive-asf-public=cust-asf.ponee.io@juneau.apache.org Fri Dec 21 18:08:59 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1F8E3180718 for ; Fri, 21 Dec 2018 18:08:58 +0100 (CET) Received: (qmail 92389 invoked by uid 500); 21 Dec 2018 17:08:58 -0000 Mailing-List: contact commits-help@juneau.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.apache.org Delivered-To: mailing list commits@juneau.apache.org Received: (qmail 92373 invoked by uid 99); 21 Dec 2018 17:08:58 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2018 17:08:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 969D6875EC; Fri, 21 Dec 2018 17:08:57 +0000 (UTC) Date: Fri, 21 Dec 2018 17:08:58 +0000 To: "commits@juneau.apache.org" Subject: [juneau] 01/01: Merge pull request #43 from Akayeshmantha/JUNEAU-94 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: jamesbognar@apache.org In-Reply-To: <154541213738.15605.7010470303663650212@gitbox.apache.org> References: <154541213738.15605.7010470303663650212@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: juneau X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 5c9f03b374518d0ada6e4a754a095faac4a98825 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20181221170857.969D6875EC@gitbox.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 5c9f03b374518d0ada6e4a754a095faac4a98825 Merge: e9ef757 41701b4 Author: James Bognar AuthorDate: Fri Dec 21 12:08:53 2018 -0500 Merge pull request #43 from Akayeshmantha/JUNEAU-94 adding atom feed examples .../juneau/examples/core/dto/DtoExample.java | 27 +-- .../juneau/examples/core/dto/atom/AtomFeed.java | 65 ++++++ .../examples/core/dto/atom/AtomHtmlExample.java | 223 +++++++++++++++++++++ .../examples/core/dto/atom/AtomJsonExample.java | 109 ++++++++++ .../examples/core/dto/atom/AtomXmlExample.java | 100 +++++++++ .../examples/core/dto/atom/package-info.java | 18 ++ 6 files changed, 516 insertions(+), 26 deletions(-)