CBOR

14 views
Skip to first unread message

TheCrisbros15

unread,
Feb 10, 2020, 4:20:32 PM2/10/20
to jackson-user
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?

Tatu Saloranta

unread,
Feb 10, 2020, 5:19:29 PM2/10/20
to jackson-user
On Mon, Feb 10, 2020 at 1:20 PM TheCrisbros15 <crisb...@gmail.com> 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


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.

TheCrisbros15

unread,
Feb 10, 2020, 5:28:45 PM2/10/20
to jackson-user
I initially was using 1.8, but decided to dial back to 1.7 and was having issues. Found out it was related to my compiler plugin.

Regardless, that’s incredibly helpful, thanks Tati.

TheCrisbros15

unread,
Feb 10, 2020, 5:29:20 PM2/10/20
to jackson-user
Forgive the typo.

Tatu Saloranta

unread,
Feb 10, 2020, 6:33:38 PM2/10/20
to jackson-user
No problem. :)

-+ Tatu +-

On Mon, Feb 10, 2020 at 2:29 PM TheCrisbros15 <crisb...@gmail.com> wrote:
Forgive the typo.

--
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.
Reply all
Reply to author
Forward
0 new messages