-
Notifications
You must be signed in to change notification settings - Fork 208
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
Add JavaTimeModule #1065
base: master
Are you sure you want to change the base?
Add JavaTimeModule #1065
Conversation
853f868
to
0c1886f
Compare
Ping @mcruzdev were you still working on this? |
Hi @cicoyle to be sincerous no, but I would like to continue, do you think to get this one? |
I need to add tests and probably to upgrade the dependency version |
c633534
to
d087fea
Compare
Hi @cicoyle, sorry for delay... I think this one solve the issue. I tested calling the |
Signed-off-by: Matheus Cruz <[email protected]>
@artursouza can you check this? I am not sure to have the full context to evaluate these changes.. but looking at the code it looks ok to me. Do we want to have that new dependency in the SDK? I am ok with it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mcruzdev thank you for your contribution, it looks really good!
@@ -71,6 +74,8 @@ public static class MyObjectTestToSerialize implements Serializable { | |||
@JsonDeserialize(using = OffsetDateTimeDeserializer.class) | |||
private OffsetDateTime timeValue; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we please add private
similar to other fields.
Description
Please explain the changes you've made
Issue reference
#995
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: