You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2019/01/06 05:57:06 UTC

[struts] branch master updated (46e14a8 -> ab810c2)

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

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


    from 46e14a8  downgrade htmlunit to 2.24 to keep java 7 compatibility
     add 243a8c8  WW-4996 Refactors creator to use ObjectFactory#buildConverter method Moves class to a proper package and renames it to better expose its function as a default Struts implementation
     add 6adfbed  WW-4996 Renames and moves class to proper package to better expose its meaning
     add c941326  WW-4996 Reduces code duplication
     add 1913451  WW-4996 Uses Struts* naming pattern instead of Default*
     add a4bfb0d  WW-4996 Fixes post rebase file name changes
     new ab810c2  Merge pull request #297 from lukaszlenart/WW-4996

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:
 .../xwork2/config/impl/DefaultConfiguration.java   |  8 ++++---
 .../providers/XWorkConfigurationProvider.java      | 13 ++++++-----
 ...terFactory.java => StrutsConverterFactory.java} |  6 +++---
 .../conversion/StrutsTypeConverterCreator.java}    | 25 +++++++---------------
 .../conversion/StrutsTypeConverterHolder.java}     |  4 ++--
 core/src/main/resources/struts-default.xml         |  6 +++---
 .../xwork-test-allowstatic-devmode-false.xml       |  6 +++---
 .../xwork-test-allowstatic-devmode-true.xml        |  6 +++---
 .../providers/xwork-test-allowstatic-true.xml      |  6 +++---
 .../config/providers/xwork-test-devmode-true.xml   |  6 +++---
 10 files changed, 39 insertions(+), 47 deletions(-)
 rename core/src/main/java/com/opensymphony/xwork2/factory/{DefaultConverterFactory.java => StrutsConverterFactory.java} (87%)
 rename core/src/main/java/{com/opensymphony/xwork2/conversion/impl/DefaultTypeConverterCreator.java => org/apache/struts2/conversion/StrutsTypeConverterCreator.java} (65%)
 rename core/src/main/java/{com/opensymphony/xwork2/conversion/impl/DefaultTypeConverterHolder.java => org/apache/struts2/conversion/StrutsTypeConverterHolder.java} (96%)


[struts] 01/01: Merge pull request #297 from lukaszlenart/WW-4996

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

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

commit ab810c212113610e4425bb52d2178e86a7d2f60f
Merge: 46e14a8 a4bfb0d
Author: Yasser Zamani <ya...@live.com>
AuthorDate: Sun Jan 6 09:27:01 2019 +0330

    Merge pull request #297 from lukaszlenart/WW-4996
    
    [WW-4996] Refactor DefaultTypeConverterCreator to use ObjectFactory#buildConverter

 .../xwork2/config/impl/DefaultConfiguration.java   |  8 ++++---
 .../providers/XWorkConfigurationProvider.java      | 13 ++++++-----
 ...terFactory.java => StrutsConverterFactory.java} |  6 +++---
 .../conversion/StrutsTypeConverterCreator.java}    | 25 +++++++---------------
 .../conversion/StrutsTypeConverterHolder.java}     |  4 ++--
 core/src/main/resources/struts-default.xml         |  6 +++---
 .../xwork-test-allowstatic-devmode-false.xml       |  6 +++---
 .../xwork-test-allowstatic-devmode-true.xml        |  6 +++---
 .../providers/xwork-test-allowstatic-true.xml      |  6 +++---
 .../config/providers/xwork-test-devmode-true.xml   |  6 +++---
 10 files changed, 39 insertions(+), 47 deletions(-)