Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add JavaTimeModule #1065

wants to merge 2 commits into from

Conversation

mcruzdev
Copy link

@mcruzdev mcruzdev commented Jul 2, 2024

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:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@mcruzdev mcruzdev force-pushed the issue-995 branch 2 times, most recently from 853f868 to 0c1886f Compare July 2, 2024 18:02
@cicoyle
Copy link
Contributor

cicoyle commented Jan 31, 2025

Ping @mcruzdev were you still working on this?

@mcruzdev
Copy link
Author

Hi @cicoyle to be sincerous no, but I would like to continue, do you think to get this one?

@mcruzdev mcruzdev marked this pull request as ready for review January 31, 2025 22:03
@mcruzdev mcruzdev requested review from a team as code owners January 31, 2025 22:03
@mcruzdev
Copy link
Author

I need to add tests and probably to upgrade the dependency version

@mcruzdev mcruzdev force-pushed the issue-995 branch 4 times, most recently from c633534 to d087fea Compare February 1, 2025 00:22
@mcruzdev
Copy link
Author

mcruzdev commented Feb 1, 2025

Hi @cicoyle, sorry for delay... I think this one solve the issue.

I tested calling the invokeMethod withouth JavaTimeModule and the error was reproduced.

@mcruzdev
Copy link
Author

Hi @cicoyle @salaboy, am I in the right path, WDYT?

@salaboy
Copy link
Contributor

salaboy commented Feb 21, 2025

@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.

Copy link
Contributor

@artur-ciocanu artur-ciocanu left a 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;

Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants