You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andrei Bastun (Jira)" <ji...@apache.org> on 2023/08/30 10:52:00 UTC

[jira] [Created] (CXF-8920) Can't filter when collection has attribute of type LocalDate or LocalDateTime

Andrei Bastun created CXF-8920:
----------------------------------

             Summary: Can't filter when collection has attribute of type LocalDate or LocalDateTime
                 Key: CXF-8920
                 URL: https://issues.apache.org/jira/browse/CXF-8920
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 4.0.2, 3.6.1
            Reporter: Andrei Bastun


When trying to filter using fiql language : 

      filter:"collection.startDate=gt=2014-11-04"

with startDate is of type *LocalDate.*

We get the exception *"Cannot convert String Value to a value of class LocalDate"*

 

It is the same as in CXF-8659 but for collection properties (with dot)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)