On Fri, Mar 29, 2019 at 3:08 PM Jack Higgins <[email protected]> wrote: > > Hi, > > Apologies if this is already documented online.
No it actually isn't. I am not quite sure what would be a good way, given that estimation for anything other than patches is strictly on "when it feels it might be time" basis. Perhaps I should add something about this on one active document I maintain: https://github.com/FasterXML/jackson-future-ideas/wiki/Jackson-Work-in-Progress That being said asking on mailing list is a good way ask so: > Just wondering if there was an estimated release data for either Jackson > databind 2.10 or 3.x ? > 3.0 will still take a while; possibly towards end of 2019 unless I find much more time to work on it. But I hope to finish up 2.10 first: it will take at least until end of April, but based on history end of May is probably more realistic goal. Of things listed on wiki page mentioned above, 2 things are must-haves for 2.10: 1. Addition of JDK9+ module metadata (almost done finally, but need help testing) 2. https://github.com/FasterXML/jackson-databind/issues/2195 -- new abstraction so support "allow-listing" (nee white-listing) of allowable polymorphic subtypes, instead of current global block-list There are multiple other things I hope I can get in, but these 2 are the only absolute requirements at this point. I hope this helps, -+ Tatu +- -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
