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

lukaszlenart pushed a change to branch WW-5310-fragment
in repository https://gitbox.apache.org/repos/asf/struts.git


    omit e5c7a30f3 WW-5310 Deprecates the old API in favour of new one
     new 4a85b6c4f WW-5310 Deprecates the old API in favour of new one

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   (e5c7a30f3)
            \
             N -- N -- N   refs/heads/WW-5310-fragment (4a85b6c4f)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../struts2/components/ServletUrlRenderer.java     |  5 +-
 .../struts2/result/ServletDispatcherResult.java    |  3 +-
 .../org/apache/struts2/url/QueryStringParser.java  | 30 +++++++-
 .../org/apache/struts2/url/QueryStringResult.java  | 89 ----------------------
 .../struts2/url/StrutsQueryStringParser.java       | 77 ++++++++++++++++++-
 .../struts2/url/StrutsQueryStringParserTest.java   |  2 +-
 6 files changed, 104 insertions(+), 102 deletions(-)
 delete mode 100644 
core/src/main/java/org/apache/struts2/url/QueryStringResult.java

Reply via email to