You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "uwe schaefer (JIRA)" <ji...@apache.org> on 2009/08/02 12:52:14 UTC

[jira] Created: (WICKET-2409) Widen type-constraint on TextTemplate.interpolate(Map variables)

Widen type-constraint on TextTemplate.interpolate(Map<String, Object> variables)
--------------------------------------------------------------------------------

                 Key: WICKET-2409
                 URL: https://issues.apache.org/jira/browse/WICKET-2409
             Project: Wicket
          Issue Type: Improvement
    Affects Versions: 1.4.0
            Reporter: uwe schaefer
            Priority: Minor


The parametrization of interpolate method of TextTemplate and implementors should imho be opened to
Map<String,?> in order to be able to use it with Map<String,String> or any other value-type.

The current parametrization makes it quite clumsy to use.

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


[jira] Updated: (WICKET-2409) Widen type-constraint on TextTemplate.interpolate(Map variables)

Posted by "uwe schaefer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

uwe schaefer updated WICKET-2409:
---------------------------------

    Attachment: wicket-trunk-TextTemplate-StringXObject-to-StringXAny.patch

> Widen type-constraint on TextTemplate.interpolate(Map<String, Object> variables)
> --------------------------------------------------------------------------------
>
>                 Key: WICKET-2409
>                 URL: https://issues.apache.org/jira/browse/WICKET-2409
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.4.0
>            Reporter: uwe schaefer
>            Priority: Minor
>         Attachments: wicket-trunk-TextTemplate-StringXObject-to-StringXAny.patch
>
>
> The parametrization of interpolate method of TextTemplate and implementors should imho be opened to
> Map<String,?> in order to be able to use it with Map<String,String> or any other value-type.
> The current parametrization makes it quite clumsy to use.

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


[jira] Commented: (WICKET-2409) Widen type-constraint on TextTemplate.interpolate(Map variables)

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740962#action_12740962 ] 

Igor Vaynberg commented on WICKET-2409:
---------------------------------------

not a backward compatible change, needs to wait for 1.5

> Widen type-constraint on TextTemplate.interpolate(Map<String, Object> variables)
> --------------------------------------------------------------------------------
>
>                 Key: WICKET-2409
>                 URL: https://issues.apache.org/jira/browse/WICKET-2409
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.4.0
>            Reporter: uwe schaefer
>            Priority: Minor
>             Fix For: 1.5-M1
>
>         Attachments: wicket-trunk-TextTemplate-StringXObject-to-StringXAny.patch
>
>
> The parametrization of interpolate method of TextTemplate and implementors should imho be opened to
> Map<String,?> in order to be able to use it with Map<String,String> or any other value-type.
> The current parametrization makes it quite clumsy to use.

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


[jira] Updated: (WICKET-2409) Widen type-constraint on TextTemplate.interpolate(Map variables)

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-2409:
----------------------------------

    Fix Version/s: 1.5-M1

> Widen type-constraint on TextTemplate.interpolate(Map<String, Object> variables)
> --------------------------------------------------------------------------------
>
>                 Key: WICKET-2409
>                 URL: https://issues.apache.org/jira/browse/WICKET-2409
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.4.0
>            Reporter: uwe schaefer
>            Priority: Minor
>             Fix For: 1.5-M1
>
>         Attachments: wicket-trunk-TextTemplate-StringXObject-to-StringXAny.patch
>
>
> The parametrization of interpolate method of TextTemplate and implementors should imho be opened to
> Map<String,?> in order to be able to use it with Map<String,String> or any other value-type.
> The current parametrization makes it quite clumsy to use.

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


[jira] Resolved: (WICKET-2409) Widen type-constraint on TextTemplate.interpolate(Map variables)

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-2409.
----------------------------------------

    Resolution: Fixed
      Assignee: Juergen Donnerstag

fixed

> Widen type-constraint on TextTemplate.interpolate(Map<String, Object> variables)
> --------------------------------------------------------------------------------
>
>                 Key: WICKET-2409
>                 URL: https://issues.apache.org/jira/browse/WICKET-2409
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.4.0
>            Reporter: uwe schaefer
>            Assignee: Juergen Donnerstag
>            Priority: Minor
>             Fix For: 1.5-M1
>
>         Attachments: wicket-trunk-TextTemplate-StringXObject-to-StringXAny.patch
>
>
> The parametrization of interpolate method of TextTemplate and implementors should imho be opened to
> Map<String,?> in order to be able to use it with Map<String,String> or any other value-type.
> The current parametrization makes it quite clumsy to use.

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


[jira] Updated: (WICKET-2409) Widen type-constraint on TextTemplate.interpolate(Map variables)

Posted by "uwe schaefer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

uwe schaefer updated WICKET-2409:
---------------------------------

    Attachment: wicket-trunk-TextTemplate-StringXObject-to-StringXAny.patch

Changed signatures from Map<String, Object> to Map<String,?> in TextTemplate and subclasses.

> Widen type-constraint on TextTemplate.interpolate(Map<String, Object> variables)
> --------------------------------------------------------------------------------
>
>                 Key: WICKET-2409
>                 URL: https://issues.apache.org/jira/browse/WICKET-2409
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.4.0
>            Reporter: uwe schaefer
>            Priority: Minor
>         Attachments: wicket-trunk-TextTemplate-StringXObject-to-StringXAny.patch
>
>
> The parametrization of interpolate method of TextTemplate and implementors should imho be opened to
> Map<String,?> in order to be able to use it with Map<String,String> or any other value-type.
> The current parametrization makes it quite clumsy to use.

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


[jira] Updated: (WICKET-2409) Widen type-constraint on TextTemplate.interpolate(Map variables)

Posted by "uwe schaefer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

uwe schaefer updated WICKET-2409:
---------------------------------

    Attachment:     (was: wicket-trunk-TextTemplate-StringXObject-to-StringXAny.patch)

> Widen type-constraint on TextTemplate.interpolate(Map<String, Object> variables)
> --------------------------------------------------------------------------------
>
>                 Key: WICKET-2409
>                 URL: https://issues.apache.org/jira/browse/WICKET-2409
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.4.0
>            Reporter: uwe schaefer
>            Priority: Minor
>         Attachments: wicket-trunk-TextTemplate-StringXObject-to-StringXAny.patch
>
>
> The parametrization of interpolate method of TextTemplate and implementors should imho be opened to
> Map<String,?> in order to be able to use it with Map<String,String> or any other value-type.
> The current parametrization makes it quite clumsy to use.

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