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

kusal pushed a change to branch WW-5352-parameter-annotation-3
in repository https://gitbox.apache.org/repos/asf/struts.git


    omit 6860f758b WW-5352 Add full unit test coverage
     add 4c5f2b026 WW-5352 Add full unit test coverage
     add b9d072d18 Bump org.apache.maven.plugins:maven-release-plugin
     add 07cecbf63 Merge pull request #837 from 
apache/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.0.1
     add 5b020eb57 Reduces log level to debug to reduce noise in the logs
     add f5a7c31f2 Merge pull request #838 from apache/fix/debug-level
     add e9154b922 Merge branch 'master' into WW-5352-parameter-annotation-3
     add 5d7930123 WW-5352 Fix missing curved bracket
     add 4c60f39c7 WW-5352 Enable annotations for showcase

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   (6860f758b)
            \
             N -- N -- N   refs/heads/WW-5352-parameter-annotation-3 (4c60f39c7)

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:
 .../org/apache/struts2/showcase/UITagExample.java  | 24 +++++++++++++++++--
 .../struts2/showcase/action/SkillAction.java       |  2 ++
 .../struts2/showcase/async/ChatRoomAction.java     |  3 +++
 .../struts2/showcase/conversion/AddressAction.java |  4 +++-
 .../showcase/conversion/OperationsEnumAction.java  |  2 ++
 .../struts2/showcase/conversion/PersonAction.java  |  2 ++
 .../showcase/filedownload/FileDownloadAction.java  |  2 ++
 .../showcase/fileupload/FileUploadAction.java      |  2 ++
 .../validation/FieldValidatorsExampleAction.java   | 11 +++++++++
 .../struts2/showcase/wait/LongProcessAction.java   |  2 ++
 apps/showcase/src/main/resources/struts.xml        | 12 +---------
 .../xwork2/ognl/OgnlValueStackFactory.java         |  6 ++---
 .../security/DefaultAcceptedPatternsChecker.java   | 16 +++++++++----
 .../parameter/ParametersInterceptor.java           |  7 +++---
 .../parameter/StrutsParameterAnnotationTest.java   | 28 ++++++++++++++++++++++
 pom.xml                                            |  2 +-
 16 files changed, 99 insertions(+), 26 deletions(-)

Reply via email to