question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

remove joda-time dependency

See original GitHub issue

I think we should use java.time.* classes instead of joda-time

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:6
  • Comments:14 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
mirromutthcommented, Jul 31, 2019

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.

0reactions
oshaicommented, Sep 6, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found