Andi Huber created ISIS-2642:
--------------------------------
Summary: Wildcard Generic Type Args are not properly deteced,
always using Object instead
Key: ISIS-2642
URL: https://issues.apache.org/jira/browse/ISIS-2642
Project: Isis
Issue Type: Bug
Components: Isis Core
Reporter: Andi Huber
Assignee: Andi Huber
Fix For: 2.0.0-M6
ParameterizedType detection generally misses Wildcard bounds. Always falls back
to Object.
eg. List<? extends Customer> has TypeOfFacet with element type Object.class
while it should be Customer
--
This message was sent by Atlassian Jira
(v8.3.4#803005)