OfficeDev / ews-java-api

A java client library to access Exchange web services. The API works against Office 365 Exchange Online as well as on premises Exchange.
MIT License
868 stars 559 forks source link

Transition from joda-time to new Java 8 time API #616

Open philci52 opened 7 years ago

philci52 commented 7 years ago

Joda-Time suggests transition to JSR-310 see the "About" section on the website.

http://www.joda.org/joda-time/

Joda-Time is the de facto standard date and time library for Java prior to Java SE 8. Users are now asked to migrate to java.time (JSR-310).

avromf commented 7 years ago

I'm guessing several users of EWS for Java are still using it with Java 7 (or even earlier).

robneild commented 7 years ago

I also needed to remove joda. I just did the code and created a pull request