If your question is whether you can use Jackson 2.10 on Java 7 (1.7), the answer is that yes that should be possible. Compilation targets are for Java 7 bytecode for most components.
See
for details on which components do require Java 8 (Kotlin module, and Java 8 specific modules).
One potential concern brought up so far has been that inclusion of `module-info.class` (only used by Java 9 and later) may be problematic for some tooling, but aside from that I am not aware of reasons why 2.10 should not work.
Have you tried to using 2.10, having issues or.... ?
-+ 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 jackson-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/65ee8640-b708-4cfb-be98-212ea17857fb%40googlegroups.com.