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

Epmrpp-82409 Migrate to LocalDateTime #363

Closed
wants to merge 4 commits into from
Closed

Conversation

grabsefx
Copy link
Contributor

No description provided.

@grabsefx grabsefx self-assigned this Nov 29, 2023
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
5.7% 5.7% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

public static ObjectMapper getInstance() {
if (instance == null) {
ObjectMapper mapper = new ObjectMapper();
mapper.disable(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS);
Copy link
Contributor Author

@grabsefx grabsefx Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

disabling WRITE_DATES_AS_TIMESTAMPS should be used in every module in order to serialize dates properly

@grabsefx grabsefx closed this Feb 5, 2024
@grabsefx grabsefx deleted the EPMRPP-82409-LDT branch April 15, 2024 15:44
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.

1 participant