You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by zhuangmz08 <zh...@qq.com> on 2016/04/15 04:00:43 UTC

JacksonValueSerialization support java.time.*? Zest 3.0?

Hi, I would like to design my domain model using java.time.* provided by java8 instead of JodaDate, using functional interface provided by java8 instead of Zest 2.1.I find that this will be supported in Zest 3.0. When will Zest 3.0 release? Thanks a lot.

Re: JacksonValueSerialization support java.time.*? Zest 3.0?

Posted by Niclas Hedhman <ni...@hedhman.org>.
In 2.1, there is no good support for custom data types.You would
effectively have to recreate the ValueSerialization implementation and
install that instead of the provided one. You can of course start with the
existing sources and make the appropriate changes.

3.x intends to only support java.time API by default, but also to
eventually support adding any custom type more easily, see
    https://issues.apache.org/jira/browse/ZEST-53
    https://issues.apache.org/jira/browse/ZEST-124

There is no planned release date on 3.0. The first step is to ensure that
all changes we want that affects the API is carried out first. Then a 3.0
could be released, and adding other planned feature could happen after
that. My guess is that 3.0 is still many months away.


Niclas

On Fri, Apr 15, 2016 at 10:00 AM, zhuangmz08 <zh...@qq.com> wrote:

> Hi, I would like to design my domain model using java.time.* provided by
> java8 instead of JodaDate, using functional interface provided by java8
> instead of Zest 2.1.I find that this will be supported in Zest 3.0. When
> will Zest 3.0 release? Thanks a lot.




-- 
Niclas Hedhman, Software Developer
http://zest.apache.org - New Energy for Java