You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andrea Del Bene (JIRA)" <ji...@apache.org> on 2019/05/12 19:13:00 UTC

[jira] [Closed] (WICKET-6662) Remove legacy package org.apache.wicket.util.time from wicket-util

     [ https://issues.apache.org/jira/browse/WICKET-6662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Del Bene closed WICKET-6662.
-----------------------------------
    Resolution: Fixed

> Remove legacy package org.apache.wicket.util.time from wicket-util
> ------------------------------------------------------------------
>
>                 Key: WICKET-6662
>                 URL: https://issues.apache.org/jira/browse/WICKET-6662
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 9.0.0-M1
>            Reporter: Andrea Del Bene
>            Assignee: Andrea Del Bene
>            Priority: Minor
>             Fix For: 9.0.0-M2
>
>
> Wicket still use custom classes from package org.apache.wicket.util.time to handle and manipulate time entities such as "duration" or "current instant".
> There are in particular two main classes used across the framework: Time and Duration. These two classes have the same purpose and functionalities as standard classes java.time.Instant and java.time.Duration. Therefore, we should consider to switch to standard java.time classes and remove legacy package org.apache.wicket.util.time.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)