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

Replace java.util.Date with java.time.LocalDate #96

Open
pling-scottlogic opened this issue Nov 1, 2023 · 0 comments
Open

Replace java.util.Date with java.time.LocalDate #96

pling-scottlogic opened this issue Nov 1, 2023 · 0 comments
Assignees

Comments

@pling-scottlogic
Copy link

Background

We have used java.util.Date in places on the layout server. This has issues described in this article and should be replaced with java.time.LocalDate.

Work Required

Replace all uses of java.util.Date in the layout-server module with java.time.LocalDate. This includes (but is not limited to) the following classes:

  • LayoutService
  • ErrorResponse
  • MetadataResponseDto
  • Metadata
  • LayoutServiceTest
@cfisher-scottlogic cfisher-scottlogic added this to the Layout Management milestone Nov 3, 2023
@pling-scottlogic pling-scottlogic self-assigned this Nov 15, 2023
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

No branches or pull requests

2 participants