[JSTEP-11] Change 3.0 to use module-info.java
directly for build (instead of via Moditect)
#4891
Labels
3.0
Issue planned for initial 3.0 release
In Jackson 2.x we use Moditect plugin to add
module-info.class
, instead of relying onjavac
. This because build is done using JDK 8 which cannot handlemodule-info.java
.But with Jackson 3.0 using JDK 17 or above we can and should convert.
NOTE: all modules should do this, except for
jackson-annotations
which remains JDK 8 built for now.EDIT: actually, even
jackson-annotations
changed.The text was updated successfully, but these errors were encountered: