For the HttpParameters ParameterAware change
private Map<String, Object> params = Collections.emptyMap();
...
setParameters(HttpParameters parameters) {
this.params = parameters.toMap();
}
and use as before? (although it was a String, String[]).
On 5 October 2016 at 09:08, Lukasz Lenart <[email protected]> wrote:
> Hi,
>
> Please take a time and test the bits - any help is appreciated. Please
> report any problems back. I'll call for vote in a week if no problems
> will be spotted.
>
> Staging Maven repo
> https://repository.apache.org/content/groups/staging/
>
> Standalone artifacts
> https://dist.apache.org/repos/dist/dev/struts/2.5.3/
> https://dist.apache.org/repos/dist/dev/struts/2.3.31/
>
> Release notes
> https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.3
> https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.3.31
>
>
> Thanks in advance
> --
> Ćukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>