[
https://issues.apache.org/jira/browse/WICKET-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16006420#comment-16006420
]
Kamil commented on WICKET-6369:
-------------------------------
I think the best will be to create new "8" version of
{code}DateTextField{code}, place it in new package (e.g wicket.java8) and
deprecate the old one.
This seems to be a good idea since - as you said - there are problems with
supporting the old one
> Change DateTextField to use java.time.LocalDate instead of java.util.Date
> -------------------------------------------------------------------------
>
> Key: WICKET-6369
> URL: https://issues.apache.org/jira/browse/WICKET-6369
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-extensions
> Affects Versions: 8.0.0-M5
> Reporter: Jaroslaw
>
> While working with Wicket 8.0 I noticed that DateTextField uses
> java.util.Date.
> I think that with Wicket 8 being created to use Java 8 features, it would be
> nice for DateTextField to use java.time.LocalDate.
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)