You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (Created) (JIRA)" <ji...@apache.org> on 2012/01/26 01:51:40 UTC

[jira] [Created] (TAP5-1831) DelegatingInjectionResources does not pass generic type information to its first delegate

DelegatingInjectionResources does not pass generic type information to its first delegate
-----------------------------------------------------------------------------------------

                 Key: TAP5-1831
                 URL: https://issues.apache.org/jira/browse/TAP5-1831
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-ioc
    Affects Versions: 5.3, 5.4
            Reporter: Howard M. Lewis Ship


Noticed this while reviewing code; then genericType passed to the DIR is not passed to its first delegate, just its second. This could cause some injections to fail, or inject the wrong type of value.

--
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] [Closed] (TAP5-1831) DelegatingInjectionResources does not pass generic type information to its first delegate

Posted by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1831.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
         Assignee: Howard M. Lewis Ship
    
> DelegatingInjectionResources does not pass generic type information to its first delegate
> -----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1831
>                 URL: https://issues.apache.org/jira/browse/TAP5-1831
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.4
>
>
> Noticed this while reviewing code; then genericType passed to the DIR is not passed to its first delegate, just its second. This could cause some injections to fail, or inject the wrong type of value.

--
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] [Closed] (TAP5-1831) DelegatingInjectionResources does not pass generic type information to its first delegate

Posted by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1831.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.4
         Assignee: Howard M. Lewis Ship
    
> DelegatingInjectionResources does not pass generic type information to its first delegate
> -----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1831
>                 URL: https://issues.apache.org/jira/browse/TAP5-1831
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.4
>
>
> Noticed this while reviewing code; then genericType passed to the DIR is not passed to its first delegate, just its second. This could cause some injections to fail, or inject the wrong type of value.

--
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] [Commented] (TAP5-1831) DelegatingInjectionResources does not pass generic type information to its first delegate

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13193515#comment-13193515 ] 

Hudson commented on TAP5-1831:
------------------------------

Integrated in tapestry-trunk-freestyle #666 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/666/])
    TAP5-1831: DelegatingInjectionResources does not pass generic type information to its first delegate

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1236007
Files : 
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/DelegatingInjectionResources.java

                
> DelegatingInjectionResources does not pass generic type information to its first delegate
> -----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1831
>                 URL: https://issues.apache.org/jira/browse/TAP5-1831
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.4
>
>
> Noticed this while reviewing code; then genericType passed to the DIR is not passed to its first delegate, just its second. This could cause some injections to fail, or inject the wrong type of value.

--
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] [Commented] (TAP5-1831) DelegatingInjectionResources does not pass generic type information to its first delegate

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13193515#comment-13193515 ] 

Hudson commented on TAP5-1831:
------------------------------

Integrated in tapestry-trunk-freestyle #666 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/666/])
    TAP5-1831: DelegatingInjectionResources does not pass generic type information to its first delegate

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1236007
Files : 
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/DelegatingInjectionResources.java

                
> DelegatingInjectionResources does not pass generic type information to its first delegate
> -----------------------------------------------------------------------------------------
>
>                 Key: TAP5-1831
>                 URL: https://issues.apache.org/jira/browse/TAP5-1831
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.4
>
>
> Noticed this while reviewing code; then genericType passed to the DIR is not passed to its first delegate, just its second. This could cause some injections to fail, or inject the wrong type of value.

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