-
To remove it, we have to implement those SEL methods using Java time libraries than Joda time.
-
Next time you are ready for a major version upgrade, it would be really nice if you replaced the Joda time dependencies with java.time, so we can drop the Joda time dependency.
-
For library ergonomics, would be great if there was bindings for joda-time classeses too. could be conditional, e.g. if the classes are found in classpath. Many libs (like https://github.com/metosin/m…
-
As the minimum version of Java is now 11, it makes sense to switch from Joda time to java.time that should have happened with 8 and it's now been removed as a dependency in Spring Boot 2.3
some gui…
-
> [Joda-Time](https://www.joda.org/joda-time/) is the de facto standard date and time library for Java prior to Java SE 8. Users are now asked to migrate to java.time (JSR-310).
---
https://gith…
-
Please consider migrating from `joda.time` to `java.time`. The `joda.time` library is no longer being maintained as `java.time` (JSR-310) is now part of core Java. See https://www.joda.org/joda-time/.…
-
**Checklist**
- [x] I made sure that there are no existing issues - open or closed - to which I could contribute my information.
- [ ] I have read the FAQ and my problem isn't listed.
- [x] I …
-
I followed the installation instructions, but when I ran `pipeline = StanfordCoreNLP.load(:tokenize, :ssplit, :pos, :lemma, :parse, :ner, :dcoref)` this happened:
```
RuntimeError: Could not find JA…
-
Hi.
I'm successfully using the aws extension - thanks for that!
However what bothers me is, when I add my s3 repository as `` as well, the build starts with a warning:
```
me:somedir me$ mvn c…
vguna updated
6 years ago
-
Remove Joda-Time from the POMs and replace all calls with the native `java.time` APIs. It would be a good idea to do this as early as possible in the development cycle to expose potential logical issu…