-
Notifications
You must be signed in to change notification settings - Fork 82
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
Issue #71 fix #72
Issue #71 fix #72
Conversation
…ongs) into LocalDate/LocalDateTime
Quick question: do you think this is safe enough fix to include in 2.6.2 patch? Or should it go in |
I believe it is safe enough to include in a patch: copied structure from elsewhere to access |
I don't doubt the code works in that sense, but was more wondering whether users could face problems with it. But assuming this is fine for either 2.6 or 2.7, one thing I need for merging is a CLA (apologies if I have received one earlier; I tried to find one). It's here: https://github.com/FasterXML/jackson/blob/master/contributor-agreement.pdf and what is usually done is that contributor prints, fills & signs it, scans and emails to |
I see -- it is possible someone deserializing a Just sent signed CLA. |
Thanks, CLA received and handled. I sent a note on dev list, and would like to see if anyone else has opinion. I know there are couple of developers more knowledgeable wrt date/time, Joda, Java 8 date/time than I am, hoping they would chime in. I agree in that combination of |
Ok, I think this makes, and should go in 2.6[.2]. |
Merged; will see if I can do any cleanup (wrt access of tz), release 2.6.2. |
Awesome! |
[#71] use configured TimeZone when deserializing instants (longs) into LocalDate/LocalDateTime