Redisson: WRITE_BIGDECIMAL_AS_PLAIN

I just downloaded Redisson, but I constantly get the following exception

Exception in thread "main" java.lang.NoSuchFieldError: WRITE_BIGDECIMAL_AS_PLAIN
    at org.redisson.codec.JsonJacksonCodec.<init>(JsonJacksonCodec.java:48)
    at org.redisson.Config.<init>(Config.java:44)
    at org.redisson.Redisson.create(Redisson.java:85)

This is probably something trivial, but I did not find anything on the Internet. Thank.

+3
source share
1 answer

Use the latest version of Jackson in the classpath.

+3
source

All Articles