OpenRewrite recipe to migrate Joda to Java 8 time?

82 views Asked by At

Since Java 8, Joda time has been replaced by the standard java.time APIs. Is there a OpenRewrite recipe that does that automatically? Especially in a big codebase, the task can prove tedious to be done by hand.

1

There are 1 answers

0
Tim On BEST ANSWER

There's no such recipe yet, but support is being tracked in this issue: https://github.com/openrewrite/rewrite-migrate-java/issues/234

You can follow along or even help out there.