The jar file published on Maven is missing module-info. It raises the runtime error:
java.lang.module.FindException: Module tools.jackson.core not found, required by tools.jackson.databind
when using Java Platform Module System (JPMS) => unusable for building applications with modules. (databind is OK).
The jar file published on Maven is missing module-info. It raises the runtime error:
when using Java Platform Module System (JPMS) => unusable for building applications with modules. (databind is OK).
See: https://docs.oracle.com/en/java/javase/11/docs/specs/jar/jar.html#:~:text=ordinary%20JAR%20file.-,Modular%20multi%2Drelease%20JAR%20files,directly%20in%20a%20versioned%20directory.