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

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

Commit 5c6f764a2023ab88e5bd37081cfa4dbc8fcf05ce in isis's branch 
refs/heads/3204-bounded.generics from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=5c6f764a20 ]

ISIS-3204: MM: replace TypeOf simple type with the new one (any
cardinality)

> [Metamodel] Support for bounded Generics
> ----------------------------------------
>
>                 Key: ISIS-3204
>                 URL: https://issues.apache.org/jira/browse/ISIS-3204
>             Project: Isis
>          Issue Type: Improvement
>          Components: Isis Core
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M8
>
>
> Our reflection tools fail to resolve the generic type param Order say in 
> return type of
>     abstract java.util.Set<? extends Order> getOrders() ...
> when an upper bound is used. The following however works:
>     abstract java.util.Set<Order> getOrders() ...



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to