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 854572905 Merge pull request #595 from apache/WW-5220-move-junit new 105b22fb9 WW-5184 - Add optional parameter value check to ParametersInterceptor new 576347683 WW-5184 - Change info to warn from peer review new 584634a9b WW-5184 - Added ParameterValueAware interface and unit test new a5899726a Merge pull request #559 from brianandle/WW-5184_v2 The 6354 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: ...eterNameAware.java => ParameterValueAware.java} | 16 +-- .../xwork2/interceptor/ParametersInterceptor.java | 137 +++++++++++++++++- .../interceptor/ParametersInterceptorTest.java | 156 +++++++++++++++++++++ 3 files changed, 298 insertions(+), 11 deletions(-) copy core/src/main/java/com/opensymphony/xwork2/interceptor/{ParameterNameAware.java => ParameterValueAware.java} (72%)