You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Pinaki Poddar (JIRA)" <ji...@apache.org> on 2010/06/11 16:02:12 UTC

[jira] Created: (OPENJPA-1693) Type introspection can upgrade to Java 5 or greater to rid of reflection

Type introspection can upgrade to Java 5 or greater to rid of reflection
------------------------------------------------------------------------

                 Key: OPENJPA-1693
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1693
             Project: OpenJPA
          Issue Type: Improvement
          Components: kernel
            Reporter: Pinaki Poddar
            Assignee: Pinaki Poddar
            Priority: Minor
             Fix For: 2.1.0


OpenJPA type introspection is flexible to cope with Java versions as new type facilities had been introduced. However the code has to use full of reflection to use ParameterizedType etc. 
As we have now deprecated support for JRE 4 -- should we get rid of reflection?

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


[jira] Commented: (OPENJPA-1693) Type introspection can upgrade to Java 5 or greater to rid of reflection

Posted by "Milosz Tylenda (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878293#action_12878293 ] 

Milosz Tylenda commented on OPENJPA-1693:
-----------------------------------------

+1 - get rid of it.

Delegating* classes are also heavy "reflectized".


> Type introspection can upgrade to Java 5 or greater to rid of reflection
> ------------------------------------------------------------------------
>
>                 Key: OPENJPA-1693
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1693
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: kernel
>            Reporter: Pinaki Poddar
>            Assignee: Pinaki Poddar
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> OpenJPA type introspection is flexible to cope with Java versions as new type facilities had been introduced. However the code has to use full of reflection to use ParameterizedType etc. 
> As we have now deprecated support for JRE 4 -- should we get rid of reflection?

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