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

ASF subversion and git services commented on ISIS-1957:
-------------------------------------------------------

Commit dabee1909c58869ca247d318133c564e09d0f7f0 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=dabee19 ]

ISIS-1957: fixes ServiceInjector fails to handle Generic Types

... in target fields of type List

Task-Url: https://issues.apache.org/jira/browse/ISIS-1957

> ServiceInjector fails to handle Generic Types in target fields of type List
> ---------------------------------------------------------------------------
>
>                 Key: ISIS-1957
>                 URL: https://issues.apache.org/jira/browse/ISIS-1957
>             Project: Isis
>          Issue Type: Bug
>          Components: Core
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M1
>
>
> works
> {code:java}
> @javax.inject.Inject
> List<GridSystemService> gridSystemServices;
> {code}
> does not work
> {code:java}
> @javax.inject.Inject
> List<GridSystemService<?>> gridSystemServices;
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to