-
Notifications
You must be signed in to change notification settings - Fork 3
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
General handling of temporal data #10
Labels
Comments
Will be handled once kbss-cvut/jopa#95 is implemented |
ledsoft
added a commit
that referenced
this issue
Jan 27, 2022
…zation. Update to JOPA API 0.18.1 which introduces some utility modules for date/time handling.
ledsoft
added a commit
that referenced
this issue
Feb 1, 2022
ledsoft
added a commit
that referenced
this issue
Feb 1, 2022
ledsoft
added a commit
that referenced
this issue
Feb 1, 2022
ledsoft
added a commit
that referenced
this issue
Mar 16, 2022
… and other representations (zoned, local, instant, date).
ledsoft
added a commit
that referenced
this issue
Mar 21, 2022
ledsoft
added a commit
that referenced
this issue
Mar 21, 2022
ledsoft
added a commit
that referenced
this issue
Mar 21, 2022
Simplify literal value presence validation.
ledsoft
added a commit
that referenced
this issue
Mar 22, 2022
Add integration test ensuring serialization and deserialization are compatible.
ledsoft
added a commit
that referenced
this issue
Mar 22, 2022
…ount values. Add integration test ensuring serialization and deserialization are compatible.
ledsoft
added a commit
that referenced
this issue
Mar 22, 2022
ledsoft
added a commit
that referenced
this issue
Mar 29, 2022
…zation. Update to JOPA API 0.18.1 which introduces some utility modules for date/time handling.
ledsoft
added a commit
that referenced
this issue
Mar 29, 2022
ledsoft
added a commit
that referenced
this issue
Mar 29, 2022
ledsoft
added a commit
that referenced
this issue
Mar 29, 2022
ledsoft
added a commit
that referenced
this issue
Mar 29, 2022
… and other representations (zoned, local, instant, date).
ledsoft
added a commit
that referenced
this issue
Mar 29, 2022
ledsoft
added a commit
that referenced
this issue
Mar 29, 2022
ledsoft
added a commit
that referenced
this issue
Mar 29, 2022
Simplify literal value presence validation.
ledsoft
added a commit
that referenced
this issue
Mar 29, 2022
Add integration test ensuring serialization and deserialization are compatible.
ledsoft
added a commit
that referenced
this issue
Mar 29, 2022
…ount values. Add integration test ensuring serialization and deserialization are compatible.
ledsoft
added a commit
that referenced
this issue
Mar 29, 2022
Implemented in 0.9.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a follow up to #9, handling of date, time and datetime objects should be solved in general.
First, support for Java 8 Date/Time API should be added.
Second, serialization of these (and
java.util.Date
) should perhaps be configurable (time in milliseconds vs. formatted string).Third, deserialization should be working accordingly as well.
The text was updated successfully, but these errors were encountered: