-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Allow disabling Jackson ObjectMapper WRITE_DURATIONS_AS_TIMESTAMPS #28605
Labels
Milestone
Comments
I think this makes sense. Would you be interested in contributing this? It should not be hard based on what we do for existing similar property |
Yes that sounds like a simple task to contribute, do I need to sign any contributor agreement?
-------- Mensagem original --------
…On 15/10/2022, 13:06, Georgios Andrianakis wrote:
I think this makes sense.
Would you be interested in contributing this? It should not be hard based on what we do for existing similar property
—
Reply to this email directly, [view it on GitHub](#28605 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AGBPDX6BDHP5D35B44PD4M3WDKM6FANCNFSM6AAAAAARFLRYAA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Nope, just open a Pull Request when you are ready 🙂.
Obviously if you need any help, we'll here to assist
…On Sat, Oct 15, 2022, 15:10 davidfrickert ***@***.***> wrote:
Yes that sounds like a simple task to contribute, do I need to sign any
contributor agreement?
-------- Mensagem original --------
On 15/10/2022, 13:06, Georgios Andrianakis wrote:
> I think this makes sense.
>
> Would you be interested in contributing this? It should not be hard
based on what we do for existing similar property
>
> —
> Reply to this email directly, [view it on GitHub](
#28605 (comment)),
or [unsubscribe](
https://github.com/notifications/unsubscribe-auth/AGBPDX6BDHP5D35B44PD4M3WDKM6FANCNFSM6AAAAAARFLRYAA
).
> You are receiving this because you authored the thread.Message ID:
***@***.***>
—
Reply to this email directly, view it on GitHub
<#28605 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBMDP7KT76ZS6R6JDLNBZTWDKNMJANCNFSM6AAAAAARFLRYAA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Ok, I'll work on it then! |
💪 |
gsmet
added a commit
that referenced
this issue
Oct 17, 2022
Allow disabling Jackson ObjectMapper WRITE_DURATIONS_AS_TIMESTAMPS
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Oct 17, 2022
…n as timestamp Fixes quarkusio#28605 (cherry picked from commit 35d96ae)
tmihalac
pushed a commit
to tmihalac/quarkus
that referenced
this issue
Oct 27, 2022
…n as timestamp Fixes quarkusio#28605
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
It would be nice is to disable
WRITE_DURATIONS_AS_TIMESTAMPS
using config.Currently quarkus supports disabling
WRITE_DATES_AS_TIMESTAMPS
which is very similar.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: