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 newer java.util.time.* in Passage's API? #1352

Open
HannesWell opened this issue Apr 29, 2024 · 0 comments
Open

Comments

@HannesWell
Copy link
Contributor

HannesWell commented Apr 29, 2024

Passage uses the ancient java.util.Date class in its APIs.
In Java-8 a new Date/Time API was introduced in the java.util.time which aims to be a better alternative to the Date class.

Since you seem to prepare a new major version of Passage, you maybe want to consider to migrate the APIs using java.util.Date to use the replacements from the java.util.time package instead?

There is for example the following article that describes the new APIs and outlines the migration:

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

1 participant