WW-4516 Allows disable BeanInfo cache in devMode
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/46b0ef63 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/46b0ef63 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/46b0ef63 Branch: refs/heads/master Commit: 46b0ef632f46f314776bbb1b0b8b78b80e473939 Parents: b532ad0 f18e24d Author: Lukasz Lenart <[email protected]> Authored: Fri Jun 26 21:45:30 2015 +0200 Committer: Lukasz Lenart <[email protected]> Committed: Fri Jun 26 21:45:30 2015 +0200 ---------------------------------------------------------------------- .../org/apache/struts2/json/JSONResult.java | 47 ++++--- .../java/org/apache/struts2/json/JSONUtil.java | 137 +++++++++++++++++-- .../org/apache/struts2/json/JSONWriter.java | 5 + .../org/apache/struts2/json/JSONResultTest.java | 24 ++-- .../org/apache/struts2/json/JSONUtilTest.java | 2 +- 5 files changed, 172 insertions(+), 43 deletions(-) ----------------------------------------------------------------------
