GitHub user alienisty opened a pull request:

    https://github.com/apache/struts/pull/31

    Added support for new Java 8 LocalDate and LocalDateTime

    Both JSONWriter and the JSONPopulator now treat LocalDate and LocalDateTime 
as "primitive" dates.
    Note that tests for Date conversions for the JSONPopulator were missing so 
I've added them together with the ones for LocalDate and LocalDateTime.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alienisty/struts json-javatime

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/struts/pull/31.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 #31
    
----
commit 0a06b47e373e4251bf8fdb6090b48615152fdf5b
Author: Alessandro Nistico <alieni...@gmail.com>
Date:   2014-12-08T06:39:47Z

    Added support for new Java 8 LocalDate and LocalDateTime to both the
    JSONWriter and the JSONPopulator so that they are treated the same as
    Date.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to