i'm looking module new jdk8 java.time classes. have looked through fasterxml github project listing , presently found none.
as understand jackson still being compiled against jdk6 can not use these classes directly , must have built separate module, required joda.
i don't mind starting project, though looking see if other efforts underway.
the complete listing of datatype modules found jackson "portal" page @ github:
https://github.com/fasterxml/jackson
which list "jsr-310: support "java 8 dates". naming bit opaque, refers standardization process, via jsr should finalized produce new java8 date api (if it's not final; process has taken while).
direct link is: https://github.com/fasterxml/jackson-datatype-jsr310
Comments
Post a Comment