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

Move Joda time support into separate optional module #2457

Closed
rbygrave opened this issue Dec 15, 2021 · 5 comments · Fixed by #2810
Closed

Move Joda time support into separate optional module #2457

rbygrave opened this issue Dec 15, 2021 · 5 comments · Fixed by #2810

Comments

@rbygrave
Copy link
Member

rbygrave commented Dec 15, 2021

Joda types have been superseded by the types in java.time. That means, people should be migrating off from using Joda types to using java.time types.

As such, we should look to remove support for Joda types at some point in the future.


Edit:

Changing this from "remove" to "move into separate optional module"

@rbygrave
Copy link
Member Author

Hi @nedge , have you made any progress with respect to moving off Joda to use the java.time types?

@nedge
Copy link
Contributor

nedge commented Jan 20, 2022 via email

@rbygrave
Copy link
Member Author

Ok cool.

@rbygrave
Copy link
Member Author

Just to say that my current thinking is to pull the support for Joda Time types into a separate module. After that we can at some point make that an optional dependency.

@rbygrave
Copy link
Member Author

Changing this from

"Proposal: Remove support for Joda types (use java.time)"

to instead be:

"Move Joda time support into separate optional module"

@rbygrave rbygrave changed the title Proposal: Remove support for Joda types (use java.time) Move Joda time support into separate optional module Mar 30, 2022
@rbygrave rbygrave unpinned this issue Mar 30, 2022
@rbygrave rbygrave added this to the 13.9.0 milestone Aug 31, 2022
rbygrave added a commit that referenced this issue Aug 31, 2022
- Add ebean-joda-time as a dependency to ebean composite
- Add ebean-joda-time to BOM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants