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 b5e51bcf8 Merge pull request #679 from apache/WW-5280-no-params add f0f9e42fa WW-5304 Drops deprecated methods and fields in ActionContext new d87c4d2ec Merge pull request #680 from apache/WW-5304-depreacted 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: .../com/opensymphony/xwork2/ActionChainResult.java | 2 +- .../com/opensymphony/xwork2/ActionContext.java | 126 ++++----------------- .../com/opensymphony/xwork2/XWorkTestCase.java | 2 +- .../interceptor/ExceptionMappingInterceptor.java | 32 +++--- .../interceptor/ParameterFilterInterceptor.java | 28 ++--- .../interceptor/StaticParametersInterceptor.java | 2 +- .../AnnotationParameterFilterInterceptor.java | 2 +- .../validators/VisitorFieldValidator.java | 2 +- .../org/apache/struts2/dispatcher/Dispatcher.java | 2 +- .../ActionMappingParametersInterceptor.java | 4 +- .../struts2/result/ServletDispatcherResult.java | 2 +- .../com/opensymphony/xwork2/ActionContextTest.java | 2 +- .../xwork2/ActionContextThreadLocalTest.java | 2 +- .../opensymphony/xwork2/ActionInvocationTest.java | 6 +- .../com/opensymphony/xwork2/ActionNestingTest.java | 2 +- .../com/opensymphony/xwork2/ActionSupportTest.java | 2 +- .../xwork2/DefaultActionInvocationTest.java | 8 +- .../xwork2/DefaultTextProviderTest.java | 2 +- .../opensymphony/xwork2/ProxyInvocationTest.java | 7 +- .../xwork2/config/ConfigurationTest.java | 28 +++-- .../xwork2/conversion/impl/DateConverterTest.java | 23 ++-- .../conversion/impl/XWorkBasicConverterTest.java | 8 +- .../xwork2/conversion/impl/XWorkConverterTest.java | 44 ++----- .../xwork2/interceptor/AliasInterceptorTest.java | 6 +- .../interceptor/ChainingInterceptorTest.java | 2 +- .../DefaultWorkflowInterceptorTest.java | 2 +- .../ExceptionMappingInterceptorTest.java | 2 +- .../ParameterFilterInterceptorTest.java | 36 +++--- .../ParameterRemoverInterceptorTest.java | 23 ++-- .../interceptor/ParametersInterceptorTest.java | 80 ++++++------- .../ScopedModelDrivenInterceptorTest.java | 2 +- .../StaticParametersInterceptorTest.java | 6 +- .../interceptor/ValidationErrorAwareTest.java | 2 +- ...ationInterceptorPrefixMethodInvocationTest.java | 2 +- .../AnnotationParameterFilterInterceptorTest.java | 16 +-- .../opensymphony/xwork2/util/MyBeanActionTest.java | 10 +- .../xwork2/validator/DateRangeValidatorTest.java | 7 +- .../DefaultActionValidatorManagerTest.java | 2 +- .../validator/DoubleRangeFieldValidatorTest.java | 17 ++- .../xwork2/validator/ExpressionValidatorTest.java | 10 +- .../xwork2/validator/IntRangeValidatorTest.java | 5 +- .../xwork2/validator/LongRangeValidatorTest.java | 5 +- .../validator/ModelDrivenValidationTest.java | 5 +- .../xwork2/validator/ShortRangeValidatorTest.java | 5 +- .../validator/SimpleActionValidationTest.java | 24 ++-- .../xwork2/validator/ValidatorAnnotationTest.java | 32 ++---- .../apache/struts2/dispatcher/DispatcherTest.java | 24 ++-- .../interceptor/CheckboxInterceptorTest.java | 14 +-- .../interceptor/ClearSessionInterceptorTest.java | 6 +- .../interceptor/DateTextFieldInterceptorTest.java | 14 +-- .../interceptor/FileUploadInterceptorTest.java | 14 +-- .../struts2/interceptor/I18nInterceptorTest.java | 4 +- .../interceptor/MessageStoreInterceptorTest.java | 30 ++--- .../MessageStorePreResultListenerTest.java | 26 +++-- .../interceptor/MultiselectInterceptorTest.java | 8 +- .../interceptor/ServletConfigInterceptorTest.java | 4 +- .../struts2/interceptor/TokenInterceptorTest.java | 4 +- .../struts2/result/ServletRedirectResultTest.java | 2 +- .../struts2/util/InvocationSessionStoreTest.java | 9 +- .../org/apache/struts2/util/TokenHelperTest.java | 9 +- .../apache/struts2/views/jsp/ActionTagTest.java | 10 +- .../apache/struts2/views/jsp/NumberTagTest.java | 16 +-- .../org/apache/struts2/views/jsp/TextTagTest.java | 13 ++- .../org/apache/struts2/views/jsp/URLTagTest.java | 70 ++++++------ .../apache/struts2/views/jsp/ui/HiddenTest.java | 4 +- .../PackageBasedActionConfigBuilderTest.java | 2 +- .../org/apache/struts2/EmbeddedJSPResultTest.java | 2 +- .../struts2/views/java/simple/TokenTest.java | 5 +- .../apache/struts2/junit/StrutsJUnit4TestCase.java | 2 +- .../apache/struts2/junit/StrutsRestTestCase.java | 2 +- .../org/apache/struts2/junit/StrutsTestCase.java | 2 +- .../struts2/osgi/OsgiConfigurationProvider.java | 4 +- .../apache/struts2/StrutsTestCasePortletTests.java | 6 +- .../struts2/portlet/result/PortletResultTest.java | 9 +- .../struts2/portlet/util/PortletUrlHelperTest.java | 2 +- .../rest/ContentTypeHandlerManagerTest.java | 4 +- .../struts2/rest/RestWorkflowInterceptorTest.java | 2 +- .../struts2/rest/handler/JuneauXmlHandlerTest.java | 4 +- .../struts2/rest/handler/XStreamHandlerTest.java | 2 +- .../xwork2/spring/ActionsFromSpringTest.java | 5 +- .../ActionAutowiringInterceptorTest.java | 2 +- .../apache/struts2/views/tiles/TilesResult.java | 4 +- 82 files changed, 417 insertions(+), 562 deletions(-)