On Tue, Mar 29, 2022 at 8:26 AM Shivaraj <[email protected]> wrote: > > Hi All, > > Am using below components from FASTERXML, i have plan to upgrade my java > runtime from 1.8 to java 17. Need to check on the compatibility of the below > FOSS to run on JAVA 17 JRE. > > Component - version used. > > Jackson Annotations - 2.11.2 > Jackson Core - 2.11.2 > Jackson Databind - 2.11.2
You should upgrade to latest minor versions (2.13.2 ideally, but at least 2.12.6), as support for later JDKs/JREs has been improved over time. In general, Jackson should work with Java 17, although module system restrictions may cause new issues (often resolvable by various command-line switch to loosen restrictions). But you really need to test things; there is no general "works / does not work" statement. -+ Tatu +- > > > Regards, > Shivaraj > > -- > 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/bbb0965c-cbbb-489b-b2d4-ece8bef32360n%40googlegroups.com. -- 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/CAGrxA24Yq3JuLTJF0cSvQeyGLJZm99BU9rYWkGG3o2Sd%3D_Tr%3Dg%40mail.gmail.com.
