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 2022/12/04 11:09:09 UTC

[struts] branch master updated (79eebf371 -> 97691a106)

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 79eebf371 Merge pull request #639 from apache/WW-5263-csp-naming
     add b9b9aaf71 WW-5262 Extracts excluded classes and beans into dedicated XML config files
     new 97691a106 Merge pull request #640 from apache/WW-5262-beans

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:
 core/src/main/resources/struts-beans.xml           | 248 +++++++++++++++++
 core/src/main/resources/struts-default.xml         | 297 +--------------------
 .../src/main/resources/struts-excluded-classes.xml | 106 ++++++++
 .../apache/struts2/dispatcher/DispatcherTest.java  |   2 +
 4 files changed, 358 insertions(+), 295 deletions(-)
 create mode 100644 core/src/main/resources/struts-beans.xml
 create mode 100644 core/src/main/resources/struts-excluded-classes.xml


[struts] 01/01: Merge pull request #640 from apache/WW-5262-beans

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 97691a106d1f63d5173a2397b155527535b85764
Merge: 79eebf371 b9b9aaf71
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Dec 4 12:09:00 2022 +0100

    Merge pull request #640 from apache/WW-5262-beans
    
    [WW-5262] Extracts excluded classes and beans into dedicated XML config files

 core/src/main/resources/struts-beans.xml           | 248 +++++++++++++++++
 core/src/main/resources/struts-default.xml         | 297 +--------------------
 .../src/main/resources/struts-excluded-classes.xml | 106 ++++++++
 .../apache/struts2/dispatcher/DispatcherTest.java  |   2 +
 4 files changed, 358 insertions(+), 295 deletions(-)