Make Objects.convertValue() generic
-----------------------------------

                 Key: WICKET-3680
                 URL: https://issues.apache.org/jira/browse/WICKET-3680
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-core
    Affects Versions: 1.5-RC3
            Reporter: Attila Király


o.a.w.util.lang.Objects.convertValue(Object, Class) should use generics similar 
how it was changed for IConverter.convertToObject().

The bad news is that this change is changing the semantics of the function 
because currently it is sometimes returning the input object (if the conversion 
was not possible). The good news is that this modification only impacts a small 
part of wicket.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to