Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-7244

CXF 3.1.10 AbstractSearchConditionParser importing Olingo Collection class

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 3.1.10
    • Fix Version/s: 3.1.11, 3.2.0
    • Component/s: None
    • Labels:
      None
    • Environment:

      Java 8, karaf

    • Estimated Complexity:
      Unknown

      Description

      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?

        Attachments

          Activity

            People

            • Assignee:
              sergey_beryozkin Sergey Beryozkin
              Reporter:
              hector_martins Hector Kikuchi Martins
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: