On Mon, Feb 10, 2020 at 1:20 PM TheCrisbros15 <[email protected]> wrote:
> I’m on version 2.10.1 of everything (core, data bind, etc...) My runtime > environment I see is on 1.7, and I’m on Java V 1.7 as well. > > Does that mean the dataformat-cbor jar can’t be used fully or would it not > work at all? > 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 https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.10 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jackson-user/65ee8640-b708-4cfb-be98-212ea17857fb%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/CAGrxA25MYDVq-_zzxPK6OMmodLhwBBau0%2BtJbFJKO9vdwrXzUw%40mail.gmail.com.
