Closed Andrey-Metelyov closed 1 year ago
Wicketstuff Datetime is a copy of the Joda-Time based components before Java 8 for those who cannot migrate to Java 8 Datetime APIs for some reason. We have the Java 8 ones in wicket-extensions since Wicket 8.0.0 - https://github.com/apache/wicket/tree/master/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/datetime
The wicket-datetime component still uses joda-time for Wicket 8.x, but Wicket 8.x requires Java 8, where we have java.time. Maybe this is a good point to migrate from joda-time to native java.time classes?