wicketstuff / core

Wicketstuff-core projects are bundled user contributions for use with Apache Wicket (https://wicket.apache.org/). They are released in step with Wicket releases to make them easy to use.
342 stars 298 forks source link

Do we still need joda-time in wicket-datetime for Wicket > 8.0? #755

Closed Andrey-Metelyov closed 1 year ago

Andrey-Metelyov commented 1 year ago

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?

martin-g commented 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