Paul Philion
Paul Philion
I've seeing this too. It's related to the calls in loadAndResolve(ClassName className, byte[] byteCode) in MyClassLoader, specifically the defineClass override (I'm not sure which one, I'll see if testing catches...
Confirming my understanding: Jackson 3.0 will still be Java 8 based. Should I avoid deploying under Java 10, or can a Java 8 Jackson service fat jar run fine in...
I think the issue is relates to the block that starts at https://github.com/FasterXML/jackson-modules-base/blob/master/afterburner/src/main/java/com/fasterxml/jackson/module/afterburner/util/MyClassLoader.java#L81 Specifically, the warning calls out illegal reflection. I don't understand the block at all. Why use reflection...