Hi,
as I said some time ago I'd like to refactor the current code to get rid
of custom utility classes from package org.apache.wicket.util.time in
wicket-util module. I guess these classes where created in a "pre Java-8
era" (or even in a pre Joda time era...) to handle and manipulate time
entities, but know they should be replaced by standard classes from
java.time package. In order to track this work I created issue
WICKET-6662 and a PR we can use to review the code:
https://github.com/apache/wicket/pull/356
I'm looking forward to hear your opinion.
Bye