[
https://issues.apache.org/jira/browse/CXF-7244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Beryozkin reassigned CXF-7244:
-------------------------------------
Assignee: Sergey Beryozkin
> CXF 3.1.10 AbstractSearchConditionParser importing Olingo Collection 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
> Assignee: Sergey Beryozkin
> Fix For: 3.2.0, 3.1.11
>
>
> 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)