On Wed, Dec 5, 2018 at 1:44 AM <[email protected]> wrote:
>
> More reason to think that it has to do with modules declaration for JDK 9+ 
> and that it should be fixed at 2.9.8
>
> Guido.

Unlikely, if this still occurs with 2.9.7, which has Automatic Module
name and should load fine as a module (albeit
not exposing fine-grained exports etc). 2.9.8 may or may not contain
improvements, but there is fortunately work
to do that relatively soon -- possibly within 2.9.x, or if not, 2.10.x.

Unfortunately the whole Java module situation is such that there will
be no end to trouble for next 2+ years when
various projects may (... or may not) adopt strategies to try improve
compatibility with modules, without losing a significant
part of user base that has no intention to upgrade to painful new
post-Java-8 world. Especially since there is pretty solid
support for Java 8 now from Red Hat, Amazon, IBM. I hope Oracle, too,
will focus on the challenge of bridging the gap.
It is not good enough to just encourage everyone to make the 100% move
over leap: gradual upgrades, forward compatibility
should NOT be optional features for platforms as mature as Java.

-+ Tatu +-

>
> On Wednesday, December 5, 2018 at 9:24:42 AM UTC, Dvir L wrote:
>>
>> Thanks for your reply !
>>
>> Getting the same error using Jackson 2.9.7
>> I do see ObjectMapper class inside jackson-databind -
>>
>> inflated: com/fasterxml/jackson/databind/ObjectMapper$1.class
>>
>> inflated: com/fasterxml/jackson/databind/ObjectMapper$2.class
>>
>> inflated: com/fasterxml/jackson/databind/ObjectMapper$3.class
>>
>> inflated: 
>> com/fasterxml/jackson/databind/ObjectMapper$DefaultTypeResolverBuilder.class
>>
>> inflated: com/fasterxml/jackson/databind/ObjectMapper$DefaultTyping.class
>>
>> inflated: com/fasterxml/jackson/databind/ObjectMapper.class
>
> --
> 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 post to this group, send email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
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 post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to