[ https://issues.apache.org/jira/browse/CXF-7244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sergey Beryozkin updated CXF-7244: ---------------------------------- Fix Version/s: 3.1.11 3.0.13 3.2.0 Summary: CXF 3.1.10 AbstractSearchConditionParser importing Olingo Collection class (was: CXF 3.1.10 importing wrong class) Let me edit the subject a bit > 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 > Fix For: 3.2.0, 3.0.13, 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)