Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-6105

Decommission wicket-datetime

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 8.0.0-M1
    • 8.0.0-M8
    • wicket, wicket-datetime
    • None

    Description

      Discussion at dev@: http://markmail.org/message/uqu6gfma6wihwcwt

      The idea is to:

      • preserve DateConverter classes in wicket-util (and use Java 8 java.time.** classes instead of Joda-Time).
      • move DateLabel to wicket-extensions
      • synch -datetime's DateTextField with -extensions' DateTextField
      • move everything else in WicketStuff project so existing applications could easily migrate to Wicket 8

      there are many topics to improve on:

      • DateConverter should be name DateTimeConverter and convert to LocalDateTime
      • DateField should work on a LocalDate (no longer extending DateTimeField)
      • without the DatePicker we could merge DateField and DateTextField
      • TimeField should work on a LocalTime (no longer extending DateTimeField)
      • for DateTimeField we should consider whether it works on ZonedDateTime or LocalDateTime - AFAIK most people use the former

      Attachments

        Issue Links

          Activity

            People

              solomax Maxim Solodovnik
              mgrigorov Martin Tzvetanov Grigorov
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: