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

Joda-Time is deprecated from Java 8 onwards #264

Open
ttomaszewski opened this issue Mar 9, 2024 · 0 comments
Open

Joda-Time is deprecated from Java 8 onwards #264

ttomaszewski opened this issue Mar 9, 2024 · 0 comments
Labels
question Further information is requested

Comments

@ttomaszewski
Copy link

ttomaszewski commented Mar 9, 2024

While upgrading Java in our project, we've noticed that the Recurly client is still using Joda-Time.
Example of use: https://github.com/recurly/recurly-client-java/blob/v3-v2021-02-25/src/main/java/com/recurly/v3/resources/Invoice.java#L14C8-L14C30

On the Joda-Time website, it is noted to migrate to java.time from Java 8 onwards. Do you have any plans to migrate away?

We've had to integrate this library into our project for a workaround which is not ideal being deprecated.

@ttomaszewski ttomaszewski added the question Further information is requested label Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant