Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1139518331 for ; Fri, 24 Jul 2015 12:03:20 +0000 (UTC) Received: (qmail 24315 invoked by uid 500); 24 Jul 2015 12:02:45 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 24270 invoked by uid 500); 24 Jul 2015 12:02:45 -0000 Mailing-List: contact dev-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list dev@falcon.apache.org Received: (qmail 24259 invoked by uid 99); 24 Jul 2015 12:02:45 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2015 12:02:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 1853B1A778B for ; Fri, 24 Jul 2015 12:02:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 5.172 X-Spam-Level: ***** X-Spam-Status: No, score=5.172 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Jg_XMVSDEdHy for ; Fri, 24 Jul 2015 12:02:41 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 1EFAD26405 for ; Fri, 24 Jul 2015 12:02:41 +0000 (UTC) Received: (qmail 24240 invoked by uid 99); 24 Jul 2015 12:02:40 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2015 12:02:40 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 64FFDD5CB6; Fri, 24 Jul 2015 12:02:40 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============2883461693597512528==" MIME-Version: 1.0 Subject: Re: Review Request 36606: FALCON-1317 Inconsistent JSON Serialization From: "Ajay Yadava" To: "Srikanth Sundarrajan" Cc: "Falcon" , "Ajay Yadava" Date: Fri, 24 Jul 2015 12:02:40 -0000 Message-ID: <20150724120240.1578.67986@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Ajay Yadava" X-ReviewGroup: Falcon X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/36606/ X-Sender: "Ajay Yadava" References: <20150719184539.10542.10193@reviews.apache.org> In-Reply-To: <20150719184539.10542.10193@reviews.apache.org> Reply-To: "Ajay Yadava" X-ReviewRequest-Repository: falcon-git --===============2883461693597512528== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36606/ ----------------------------------------------------------- (Updated July 24, 2015, 12:02 p.m.) Review request for Falcon and Srikanth Sundarrajan. Changes ------- Did it the old school way! Bugs: FALCON-1317 https://issues.apache.org/jira/browse/FALCON-1317 Repository: falcon-git Description ------- In case of a single object in the array JSON is serialized as an object instead of an array with one object. Diffs (updated) ----- prism/src/main/java/org/apache/falcon/resource/provider/JAXBContextResolver.java 4469e02 Diff: https://reviews.apache.org/r/36606/diff/ Testing ------- This patch has been tested against Falcon Regression and some manual testing. Thanks, Ajay Yadava --===============2883461693597512528==--