Skip to content

Replace Joda Time with Java Time API

Compare
Choose a tag to compare
@runeflobakk runeflobakk released this 06 Mar 09:52
· 244 commits to main since this release

This release is replacing Joda Time with the (now, not so) new Java Time API.

If one previously used Joda's DateTimeUtils to control time for tests, this must now be replaced with an instance of Clock, typically controlled by the test, and shared with relevant class(es) under test.