[jira] Updated: (WW-3547) ActionSupport getText(String, List) changed to getText(String, List)

Tue, 04 Jan 2011 03:32:18 -0800

     [ 
https://issues.apache.org/jira/browse/WW-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lukasz Lenart updated WW-3547:
------------------------------

    Fix Version/s: 2.2.2

> ActionSupport getText(String, List) changed to getText(String, List<Object>)
> ----------------------------------------------------------------------------
>
>                 Key: WW-3547
>                 URL: https://issues.apache.org/jira/browse/WW-3547
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.2.1
>         Environment: Windows 7 Professional x64, Java 6 Update 21
>            Reporter: Piotr Gliźniewicz
>            Assignee: Lukasz Lenart
>             Fix For: 2.2.2
>
>
> The signature of the getText(String, List) in ActionSupport changed to 
> getText(String, List<Object>) in 2.2.1. This has broken compatibility and 
> caused the build to fail with for example getText("text", 
> Arrays.asList("text", "text")). 
> The expected signature is getText(String, List<?>).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to