ebean icon indicating copy to clipboard operation
ebean copied to clipboard

Move Joda time support into separate optional module

Open rbygrave opened this issue 2 years ago • 5 comments

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 avatar Dec 15 '21 00:12 rbygrave

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

rbygrave avatar Jan 20 '22 03:01 rbygrave

Not yet I’ll take a look at it and see if we can migrate in the next month or so!

On 20. Jan 2022, at 04:50, Rob Bygrave @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/ebean-orm/ebean/issues/2457#issuecomment-1017093903, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALCZMH4DQ266APIZG74NFDUW6BBRANCNFSM5KCKFC3A. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.

E. Mc Greal CEO/Geschäftsführer

Wichmannstraße 7 | D-10787 Berlin Tel: +49 30 120848870 Mobile: +49 170 5547619

Imilia Interactive Mobile Applications GmbH Amtsgericht Charlottenburg - HRB: 97063 B Geschäftsführer I Managing Director: Edward Mc Greal, Christian Kruber USt-IdNr.:DE243909420 www.imilia.com | www.timerbee.com

Mitglied der | Member of:

www.unitedwebsolutions.de http://www.unitedwebsolutions.de/

Diese E-Mail kann vertrauliche und/oder rechtlich geschützte Informationen enthalten. Wenn Sie nicht der richtige Adressat sind der diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Übermittlung sind nicht gestattet. Die Sicherheit von Übermittlungen per E-Mail kann nicht garantiert werden. Vielen Dank für Ihre Hilfe. This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee or if you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Any unauthorized copying and transmission is forbidden. E-mail transmission cannot be guaranteed to be secure. Thank you for your cooperation.

nedge avatar Jan 20 '22 10:01 nedge

Ok cool.

rbygrave avatar Jan 20 '22 20:01 rbygrave

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 avatar Mar 30 '22 04:03 rbygrave

Changing this from

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

to instead be:

"Move Joda time support into separate optional module"

rbygrave avatar Mar 30 '22 07:03 rbygrave