remove joda-time dependency
See original GitHub issueI think we should use java.time.*
classes instead of joda-time
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:14 (9 by maintainers)
Top Results From Across the Web
Remove JodaTime dependency #2338 - aws/aws-sdk-java
Remove JodaTime dependency #2338 ... The parent pom declares jre.version = 1.6 and aws-java-sdk-core has a dependency on joda-time 2.8.1.
Read more >Joda-Time – Dependency Information
Dependency Information. Apache Maven. <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> ...
Read more >[#HIVE-22390] Remove Dependency on JODA Time Library
Remove Dependency on JODA Time Library. Status: ... Joda-Time is the de facto standard date and time library for Java prior to Java...
Read more >[JENKINS-60218] Remove dependency to Joda Time from Blue ...
Since Java 8 and above has implemented JSR 310 (java.time.*) there's no need to include Joda Time anymore. Currently a number of Jenkins...
Read more >Change in bazel[master]: Remove joda-time dependency from the ...
Yunchi Luo has uploaded a new change for review. ( https://bazel-review.googlesource.com/5550 ) Change subject: Remove joda-time dependency from the java ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
How about change dependency from a requirement to an optional one? Like
compileOnly('...joda-time...')
, that means if user dependent on joda, than enable joda, otherwise disable for default.Than, user can just upgrade jasync-sql version and add a dependency of joda rather than change their code.
I prefer to keep open issues for bugs, or features actively developed. We used to have a TODO list, and there are also known issues in the wiki, so we can also keep it there. This issue still waits for someone to pick it up, the main progress that was done until now is #157.