You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2016/07/17 07:58:20 UTC

[jira] [Resolved] (WICKET-6200) Add default converters for Java 8 classes

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

Martin Grigorov resolved WICKET-6200.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 8.0.0-M2

Added converters for LocalTime, LocalDate and LocalDateTime.
I am not sure how useful ZonedDateTime and OffsetDateTime would be. We can add them later if someone asks for them and has a good use case.
I've tried to add a converter for java.util.Optional but due to type erasure it is hard to make a generic impl that could "just work". 

> Add default converters for Java 8 classes
> -----------------------------------------
>
>                 Key: WICKET-6200
>                 URL: https://issues.apache.org/jira/browse/WICKET-6200
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 8.0.0-M1
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 8.0.0-M2
>
>
> It would be good to add some default converters for Java 8 classes like DateTime, Optional (?!), ??? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)