Hector Kikuchi Martins created CXF-7244:
-------------------------------------------
Summary: CXF 3.1.10 importing wrong class
Key: CXF-7244
URL: https://issues.apache.org/jira/browse/CXF-7244
Project: CXF
Issue Type: Bug
Affects Versions: 3.1.10
Environment: Java 8, karaf
Reporter: Hector Kikuchi Martins
The fix correcting the issue CXF-7213, do the follow attribution:
Class<?> collCls = Collection.class.isAssignableFrom(valueType) ? valueType :
returnType;
that uses the:
org.apache.olingo.odata2.api.servicedocument.Collection
And I'm getting a crash on my app, because I'm using FIQL, i'm not importing
any odata dependency.
I think it should use java.utils.Collections instead. Am I right?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)