Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BAB66104A1 for ; Wed, 31 Dec 2014 17:17:38 +0000 (UTC) Received: (qmail 19911 invoked by uid 500); 31 Dec 2014 17:17:25 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 19861 invoked by uid 500); 31 Dec 2014 17:17:25 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 19557 invoked by uid 99); 31 Dec 2014 17:17:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Dec 2014 17:17:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 878BCA3B0C6; Wed, 31 Dec 2014 17:17:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Wed, 31 Dec 2014 17:18:02 -0000 Message-Id: In-Reply-To: <31f1c5a94f5a4b3998befe32d5a9acc4@git.apache.org> References: <31f1c5a94f5a4b3998befe32d5a9acc4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [40/50] [abbrv] struts git commit: WW-4413 Improves JSON interceptor to handle JSON arrays WW-4413 Improves JSON interceptor to handle JSON arrays Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/da4a2207 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/da4a2207 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/da4a2207 Branch: refs/heads/master Commit: da4a22078a1d19c06e40b60c2c433ccd199e07ee Parents: 1f33399 61cffe6 Author: Lukasz Lenart Authored: Mon Dec 29 11:29:08 2014 +0100 Committer: Lukasz Lenart Committed: Mon Dec 29 11:29:08 2014 +0100 ---------------------------------------------------------------------- .../apache/struts2/json/JSONInterceptor.java | 22 ++++++++- .../org/apache/struts2/json/AnotherBean.java | 32 ++++++++++++ .../struts2/json/JSONInterceptorTest.java | 52 ++++++++++++++++++++ .../org/apache/struts2/json/TestAction5.java | 52 ++++++++++++++++++++ .../org/apache/struts2/json/json-12.txt | 8 +++ 5 files changed, 165 insertions(+), 1 deletion(-) ----------------------------------------------------------------------