You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2021/09/23 09:23:45 UTC

[struts] branch master updated (dd807e7 -> eea8e17)

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

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from dd807e7  Merge pull request #494 from apache/WW-5136-class-deprecated
     new f03fe98  [WW-5073] - simplify AbstractMatcher
     new 723f23d  move regex pattern compilation to static field to increase performance
     new eea8e17  Merge pull request #497 from sdutry/WW-5073

The 6104 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:
 .../xwork2/config/impl/AbstractMatcher.java        | 50 +++++++++++-----------
 .../xwork2/config/impl/AbstractMatcherTest.java    | 39 +++++++++++++++++
 2 files changed, 63 insertions(+), 26 deletions(-)
 create mode 100644 core/src/test/java/com/opensymphony/xwork2/config/impl/AbstractMatcherTest.java