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

Migrate from joda-time to java.time (JSR 310) #188

Open
agourlay opened this issue Apr 29, 2020 · 0 comments
Open

Migrate from joda-time to java.time (JSR 310) #188

agourlay opened this issue Apr 29, 2020 · 0 comments

Comments

@agourlay
Copy link
Contributor

Since we have migrated to Scala 2.12, we are effectively only targetting Java 8.

Java 8 introduced with the JSR 310 a new java.time API which has been built on the learnings of Joda-time.

https://blog.joda.org/2014/11/converting-from-joda-time-to-javatime.html

We could migrate the library to the new standard java.time and remove the Joda-time dependency completely.

This would be a breaking change for the library and will force our users to refactor their applications as well.

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