[ 
https://issues.apache.org/jira/browse/WICKET-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211809#comment-13211809
 ] 

Martin Grigorov commented on WICKET-4414:
-----------------------------------------

I'm sorry but wicket-core should not depend on CGLIB, Javassist. ASM, ...
You can always roll your own ConverterLocator and replace the default one.
                
> ConverterLocator should support proxied classes
> -----------------------------------------------
>
>                 Key: WICKET-4414
>                 URL: https://issues.apache.org/jira/browse/WICKET-4414
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket
>    Affects Versions: 1.5.3, 1.5.4
>         Environment: Not relevant.
>            Reporter: Andre L
>            Assignee: Martin Grigorov
>            Priority: Minor
>         Attachments: WICKET-4414.patch
>
>
> It would be nice if Wicket's default implementation of IConverter would work 
> with proxied classes. The current implementation uses Class#getName() to 
> locate registered classes, and it will therefore not work with enhanced 
> classes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to