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 2018/11/15 15:14:23 UTC

[struts] branch master updated (4b51f93 -> 772f899)

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 4b51f93  Merge pull request #268 from sepe81/remove-dependency-cglib-nodep
     add 38b96b1  WW-4930 Add constant to enable smi inheritance between parent package configs and its children
     add 8b4755d  WW-4930 Add test run with enabled SMI inheritance
     new 772f899  Merge pull request #267 from pHeidelbach/WW-4930-smi-cannot-be-disabled-for-action-packges-found-via-convention-plugin

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/convention/ConventionConstants.java    |   2 +
 .../PackageBasedActionConfigBuilder.java           |   9 +-
 .../config/entities/ConventionConstantConfig.java  |  10 ++
 .../src/main/resources/struts-plugin.xml           |   2 +
 .../PackageBasedActionConfigBuilderTest.java       | 103 +++++++++++++++++----
 5 files changed, 109 insertions(+), 17 deletions(-)


[struts] 01/01: Merge pull request #267 from pHeidelbach/WW-4930-smi-cannot-be-disabled-for-action-packges-found-via-convention-plugin

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 772f8999b7a0993cb936534d4e16a06c4a446309
Merge: 4b51f93 8b4755d
Author: Lukasz Lenart <lu...@gmail.com>
AuthorDate: Thu Nov 15 16:14:15 2018 +0100

    Merge pull request #267 from pHeidelbach/WW-4930-smi-cannot-be-disabled-for-action-packges-found-via-convention-plugin
    
    WW-4930 Add constant to enable smi inheritance

 .../struts2/convention/ConventionConstants.java    |   2 +
 .../PackageBasedActionConfigBuilder.java           |   9 +-
 .../config/entities/ConventionConstantConfig.java  |  10 ++
 .../src/main/resources/struts-plugin.xml           |   2 +
 .../PackageBasedActionConfigBuilderTest.java       | 103 +++++++++++++++++----
 5 files changed, 109 insertions(+), 17 deletions(-)