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

CXF 3.1.10 AbstractSearchConditionParser importing Olingo Collection class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.10
    • 3.1.11, 3.2.0
    • None
    • None
    • Java 8, karaf

    • 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

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

            Dates

              Created:
              Updated:
              Resolved: