This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch WW-5641-json-writer-reader-override
in repository https://gitbox.apache.org/repos/asf/struts.git


 discard 48c306092 WW-5641 fix: resolve JSON writer/reader from constant at 
runtime
 discard 29bfea5a6 WW-5641 docs: implementation plan for JSON writer/reader 
override fix
 discard 84ec101c7 WW-5641 docs: design spec for JSON writer/reader override 
regression
     add 6bf09337a WW-5641 docs: design spec for JSON writer/reader override 
regression
     add cde7c32ff WW-5641 docs: implementation plan for JSON writer/reader 
override fix
     add ec4ac87c4 WW-5641 fix: run JSON bean-selection from struts-deferred.xml

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (48c306092)
            \
             N -- N -- N   refs/heads/WW-5641-json-writer-reader-override 
(ec4ac87c4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 ...26-07-06-WW-5641-json-writer-reader-override.md | 320 ++++++++++++++-------
 ...son-writer-reader-override-regression-design.md | 202 ++++++-------
 .../java/org/apache/struts2/json/JSONUtil.java     |   9 +-
 .../src/main/resources/struts-deferred.xml         |   2 +-
 plugins/json/src/main/resources/struts-plugin.xml  |   2 -
 .../struts2/json/JSONWriterOverrideTest.java       |  42 ++-
 .../src/test/resources/struts-json-override.xml    |  20 ++
 7 files changed, 370 insertions(+), 227 deletions(-)
 copy plugins/{velocity => json}/src/main/resources/struts-deferred.xml (89%)

Reply via email to