We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
java.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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: