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/01/10 10:51:49 UTC

[struts] branch master updated (059b287 -> b3483e3)

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 059b287  Merge pull request #463 from apache/WW-4742-no-key
     add 1775e0e  WW-5000 Extracts string literals as constants
     add 3c8f2b1  Applies proper formatting
     add 18f9602  WW-5000 Puts back STRUTS_LOG_MISSING_PROPERTIES and marks it deprecated
     add 83838d1  WW-5000 Drops duplicated test case
     new b3483e3  Merge pull request #464 from apache/WW-5000-constants

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:
 .../java/com/opensymphony/xwork2/ObjectFactory.java   |  3 ++-
 .../xwork2/config/impl/DefaultConfiguration.java      |  2 +-
 .../providers/StrutsDefaultConfigurationProvider.java |  2 +-
 .../xwork2/interceptor/ChainingInterceptor.java       | 13 +++++++------
 .../com/opensymphony/xwork2/ognl/OgnlValueStack.java  |  2 +-
 .../ognl/accessor/XWorkListPropertyAccessor.java      |  6 ------
 .../main/java/org/apache/struts2/StrutsConstants.java | 19 +++++++++++++++++--
 .../struts2/config/entities/ConstantConfig.java       |  2 +-
 .../ognl/accessor/XWorkListPropertyAccessorTest.java  | 19 -------------------
 .../java/org/apache/struts2/cdi/CdiObjectFactory.java |  5 +++--
 .../{TagGenerator.java => JavaTemplateConstants.java} |  7 ++++---
 .../apache/struts2/views/java/JavaTemplateEngine.java |  4 ++--
 .../oval/interceptor/OValValidationInterceptor.java   |  5 ++++-
 13 files changed, 43 insertions(+), 46 deletions(-)
 copy plugins/javatemplates/src/main/java/org/apache/struts2/views/java/{TagGenerator.java => JavaTemplateConstants.java} (76%)


[struts] 01/01: Merge pull request #464 from apache/WW-5000-constants

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 b3483e37d8fa35c9837db5bd63ddc9f4bac1f7a7
Merge: 059b287 83838d1
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Jan 10 11:51:42 2021 +0100

    Merge pull request #464 from apache/WW-5000-constants
    
    [WW-5000] Extracts string literals as constants

 .../com/opensymphony/xwork2/ObjectFactory.java     |  3 ++-
 .../xwork2/config/impl/DefaultConfiguration.java   |  2 +-
 .../StrutsDefaultConfigurationProvider.java        |  2 +-
 .../xwork2/interceptor/ChainingInterceptor.java    | 13 ++++++-----
 .../opensymphony/xwork2/ognl/OgnlValueStack.java   |  2 +-
 .../ognl/accessor/XWorkListPropertyAccessor.java   |  6 -----
 .../java/org/apache/struts2/StrutsConstants.java   | 19 +++++++++++++--
 .../struts2/config/entities/ConstantConfig.java    |  2 +-
 .../accessor/XWorkListPropertyAccessorTest.java    | 19 ---------------
 .../org/apache/struts2/cdi/CdiObjectFactory.java   |  5 ++--
 .../struts2/views/java/JavaTemplateConstants.java  | 27 ++++++++++++++++++++++
 .../struts2/views/java/JavaTemplateEngine.java     |  4 ++--
 .../interceptor/OValValidationInterceptor.java     |  5 +++-
 13 files changed, 66 insertions(+), 43 deletions(-)