On Mon, Apr 27, 2020 at 9:08 PM xinmin zhou <[email protected]> wrote: > > Hi Expert, > > Below are the jar files related. Thanks. > > jackson-annotations-2.9.5.jar > jackson-core-2.9.5.jar > jackson-databind-2.9.5.jar > jackson-dataformat-yaml-2.9.5.jar >
Have you tried it? As far as I know, Jackson 2.x works on Java 11. Typically things work is that if something does not work, you can report issues. I am not aware of major issues that would prevent use, although maybe other users can share their experiences: there may be some specific challenges due to Java modules system (JPMS). I would also recommend using Jackson 2.10(.3) as 2.10 adds module-info file which adds full module definitions; 2.9.5 does not have that. -+ 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 view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/CAL4a10gzGZP53Hms__9o3SGmAv3B7om_3Sd68ewxE26TECirMA%40mail.gmail.com.
