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 b1c1be6e4 [maven-release-plugin] prepare for next development iteration new 963b473e6 Initial commit: - Update to use consistent name for expression and BeanInfo factories in default configuration implementation and provider. - Add inject annotation to the non-default constructor to ensure the proper constructor is called during DI for containers. - Use fully-qualified factory names for defaults in default.properties. - Ensure unique types for each cache factory in struts-default.xml new 24e279b16 Update: - Added arbitrary code coverage test. new 15bbf0ef1 Updated commit: - Incorporate changes from Y. Zamani's PR #581 manually, which appears to fix the previous issue that prevented customized cache factory implementations from being used (tested with sample app). Credit goes to Yasser Zamani for the fixes. - Updated unit tests and slight modifications to the changes from the PR #581. new 2a03047e9 Merge pull request #573 from JCgH4164838Gh792C124B5/localS2_WW5173_Upd1 The 6330 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 | 4 +- .../StrutsDefaultConfigurationProvider.java | 4 +- .../com/opensymphony/xwork2/ognl/OgnlUtil.java | 22 +++++--- .../org/apache/struts2/default.properties | 4 +- core/src/main/resources/struts-default.xml | 4 +- .../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 61 +++++----------------- .../StrutsJavaConfigurationProviderTest.java | 56 ++++++++++++++++++++ .../struts2/config/TestBeanSelectionProvider.java | 6 +++ 8 files changed, 98 insertions(+), 63 deletions(-)