Re: [jackson-user] Using Jackson with Java 17

2021-12-06 Thread Chris Kelley
Thanks for the detailed information! I'll have a think about what is best to do. On Thu, 2 Dec 2021 at 16:49, Michael Rogers wrote: > Hi Chris, > > I'm not a Jackson developer, just a list subscriber. > > I think the issue here might be Android - specifically Android 6 and > older, which only su

Re: [jackson-user] Using Jackson with Java 17

2021-12-02 Thread Michael Rogers
Hi Chris, I'm not a Jackson developer, just a list subscriber. I think the issue here might be Android - specifically Android 6 and older, which only support the Java 6 API. Any code that calls API methods that are missing in Java 6 will crash at runtime on older Android devices. Setting "-so