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

Allow disabling Jackson ObjectMapper WRITE_DURATIONS_AS_TIMESTAMPS #28605

Closed
davidfrickert opened this issue Oct 14, 2022 · 6 comments · Fixed by #28617
Closed

Allow disabling Jackson ObjectMapper WRITE_DURATIONS_AS_TIMESTAMPS #28605

davidfrickert opened this issue Oct 14, 2022 · 6 comments · Fixed by #28617
Labels
area/jackson Issues related to Jackson (JSON library) kind/enhancement New feature or request
Milestone

Comments

@davidfrickert
Copy link
Contributor

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

@davidfrickert davidfrickert added the kind/enhancement New feature or request label Oct 14, 2022
@quarkus-bot quarkus-bot bot added the area/jackson Issues related to Jackson (JSON library) label Oct 14, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 14, 2022

/cc @geoand, @gsmet

@geoand
Copy link
Contributor

geoand commented Oct 15, 2022

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

@davidfrickert
Copy link
Contributor Author

davidfrickert commented Oct 15, 2022 via email

@geoand
Copy link
Contributor

geoand commented Oct 15, 2022 via email

@davidfrickert
Copy link
Contributor Author

Ok, I'll work on it then!

@geoand
Copy link
Contributor

geoand commented Oct 15, 2022

💪

@quarkus-bot quarkus-bot bot added this to the 2.14 - main milestone Oct 17, 2022
gsmet added a commit that referenced this issue Oct 17, 2022
Allow disabling Jackson ObjectMapper WRITE_DURATIONS_AS_TIMESTAMPS
@gsmet gsmet modified the milestones: 2.14 - main, 2.13.3.Final Oct 17, 2022
gsmet pushed a commit to gsmet/quarkus that referenced this issue Oct 17, 2022
tmihalac pushed a commit to tmihalac/quarkus that referenced this issue Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/jackson Issues related to Jackson (JSON library) kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants