-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dates default output format causes deserialization error #14
Comments
Those errors are expected since you are not using dates or datetimes following the default format. What I will suggest is allow the example annotation to support a format, so you can add value and its format. |
Work done in this ticket covers this issue as well: #10 |
jemacineiras
added a commit
that referenced
this issue
Nov 22, 2023
jemacineiras
added a commit
that referenced
this issue
Nov 22, 2023
jemacineiras
added a commit
that referenced
this issue
Nov 22, 2023
jemacineiras
added a commit
that referenced
this issue
Nov 29, 2023
jemacineiras
added a commit
that referenced
this issue
Jan 17, 2024
* Building test * Mocking Random Generator. * Add custom Dates Format * Add Test * Add Test * Add Test * Add Test * Standardize test section * README.md codacy corrections * README.md codacy corrections * README.md codacy corrections * Fix import & format * #14 Merge Master fix things * Align style files with main branch * #14 Merge Master fix things * #14 Fix MarkdownLint complains * #14 fix Codacy issues * #14 Merge Master fix things * Short random values limitation fix * BigInteger imports missed * #14 Fix numbers * #14 Fix Date Parser * #14 Fix Date Parser * #14 Merge with Master * #14 Merge with Master * 49-increment-coverage-for-testing * #49 Version bump --------- Co-authored-by: Jose Enrique García Maciñeiras <joseenrique.garcia@sngular.com> Co-authored-by: Alejandro Pena Lorenzo <alejandro.pena@sngular.com> Co-authored-by: Jose E. Garcia Maciñeiras <68995937+jemacineiras@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using ZoneDateTime or Date params, the serialization generates a string that cannot be deserialized by Jackson libraries.
Model example for ZoneDateTime
Model example for Date
Error shown in the console for ZoneDateTime:
Error shown in the console for Date:
The text was updated successfully, but these errors were encountered: