gdx-backend-bytecoder icon indicating copy to clipboard operation
gdx-backend-bytecoder copied to clipboard

Error with jackson-databind

Open singlerr opened this issue 3 years ago • 0 comments

[ERROR] Failed to execute goal de.mirkosertic.bytecoder:bytecoder-mavenplugin:2021-11-02:compile (default) on project gdx-backend-bytecoder-example: Error running bytecoder: Error linking class com.fasterxml.jackson.databind.Obj ectMapper: Error linking class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector: Error linking class com.fasterxml.jackson.databind.ext.Java7Support: Cannot find virtual method setAccessible in non-abstract class java/lang/reflect/AccessibleObject with signature VOID(BOOLEAN)

Env:

JDK 11


using ObjectMapper to serialize/deserialize json and other settings are same as this repository

singlerr avatar Dec 23 '22 08:12 singlerr