-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Java 8 Date/Time API in parameters #125
Comments
The same problem with query parameters: https://www.cuba-platform.com/discuss/t/rest-query-on-localdate-possible-bug/14672 |
plakhov
added a commit
that referenced
this issue
Feb 24, 2021
plakhov
added a commit
that referenced
this issue
Feb 26, 2021
plakhov
added a commit
that referenced
this issue
Feb 26, 2021
natfirst
assigned lovtsovaik, MikhailSilk and dtaimanov and unassigned natfirst, lovtsovaik, plakhov and MikhailSilk
Mar 2, 2021
Need to support also java.sql.Time |
plakhov
added a commit
that referenced
this issue
Mar 4, 2021
plakhov
added a commit
that referenced
this issue
Mar 4, 2021
Examples of values:
Examples of values for not java.time.*:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment:
Description:
Detais: https://www.cuba-platform.com/discuss/t/rest-api-support-for-java-8-time-module-java-time/13874
Technical description:
RestParseUtils#toObject(Type,String,String)
doesn't support LocalDate and other Java 8 Date/Time API types.Support could be implemented either on
RestParseUtils
or onEntitySerializationAPI
level.The text was updated successfully, but these errors were encountered: