GitHub user solomax opened a pull request:
https://github.com/apache/wicket/pull/235
Wicket 6105 java.time
- datetime module is moved to wicketstuff
- all references to joda-time are removed
- The build is fixed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/wicket WICKET-6105-java.time
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/235.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #235
----
commit 4da2ef043aac1f681233c04d2228fca50d6e900a
Author: Martin Tzvetanov Grigorov <[email protected]>
Date: 2016-02-26T22:28:11Z
WICKET-6105 Decommission wicket-datetime
Move DateLabel and all Date formatters from wicket-datetime to
wicket-extensions module
WIP!
commit 1b99716338c149a6701b78cfa1acc25cfa6dd721
Author: Martin Tzvetanov Grigorov <[email protected]>
Date: 2016-03-07T20:36:13Z
WICKET-6105 Decommission Wicket-Datetime module
WIP: Move some more code from -datetime to -extensions while trying to keep
old APIs (j.u.Date based ones) available for easier migration
commit b82bce9cd9ee8ee203801d50c9916dd5570ac3f1
Author: Martin Tzvetanov Grigorov <[email protected]>
Date: 2016-03-07T21:21:03Z
WICKET-6105 Decommission Wicket-Datetime module
WIP: Bug fixes and API improvements
commit 8019324c27739a705205e1c499f4509c0dc3c194
Author: Maxim Solodovnik <[email protected]>
Date: 2017-09-13T14:38:57Z
Merge remote-tracking branch 'origin/master' into WICKET-6105-java.time
commit a9b06ca2e23a76dd99c3e77f3fc4e9aa17a2f815
Author: Maxim Solodovnik <[email protected]>
Date: 2017-09-22T14:57:06Z
Merge branch 'master' into WICKET-6105-java.time
commit 11ef5c48962bb42e9e823d428b3fffb1d8b126b9
Author: Maxim Solodovnik <[email protected]>
Date: 2017-09-22T17:20:26Z
Wicket is compilable, tests are fails
commit 9ab8f47a980e9cd472bf731bb6496d276ee8db7a
Author: Maxim Solodovnik <[email protected]>
Date: 2017-09-23T05:38:05Z
Date-time tests are fixed
----
---