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%)