You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2017/02/06 14:38:42 UTC

[jira] [Assigned] (CXF-7244) CXF 3.1.10 AbstractSearchConditionParser importing Olingo Collection class

     [ 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)