You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2012/06/28 12:57:43 UTC

[jira] [Created] (DELTASPIKE-212) replace ProcessAnnotatedType with ProcessAnnotatedType without type restriction
Mark Struberg created DELTASPIKE-212:
----------------------------------------

             Summary: replace ProcessAnnotatedType<Object> with ProcessAnnotatedType without type restriction
                 Key: DELTASPIKE-212
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-212
             Project: DeltaSpike
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.2-incubating
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 0.3-incubating


<Object> != <? extends Object>

Some containers do not fire on ProcessAnnotatedType<Object> because there is no instance of the Object class itself.

We shall remove the generic type information from the parameter.

--
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

        

[jira] [Resolved] (DELTASPIKE-212) replace ProcessAnnotatedType with ProcessAnnotatedType without type restriction Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DELTASPIKE-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved DELTASPIKE-212.
--------------------------------------

    Resolution: Fixed
    
> replace ProcessAnnotatedType<Object> with ProcessAnnotatedType without type restriction
> ---------------------------------------------------------------------------------------
>
>                 Key: DELTASPIKE-212
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-212
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.2-incubating
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 0.3-incubating
>
>
> <Object> != <? extends Object>
> Some containers do not fire on ProcessAnnotatedType<Object> because there is no instance of the Object class itself.
> We shall remove the generic type information from the parameter.

--
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