Change jackson-datatype-javax-money
, jackson-datatype-moneta
to directly use JPMS [JSTEP-11]
#56
Labels
3.x
Intended for Jackson 3.x
Newly added "javax-money" and "moneta" modules (see #48) use Moditect to weave in
src/moditect/module-info.java
.As per https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-11 we need to convert this (in
master
for 3.0.0) to instead directly usesrc/main/java/module-info.java
andsrc/test/java/module-info.java
for improved handling.This seems tricky due to (in part) Lombok usage. But hopefully we can make it work.
The text was updated successfully, but these errors were encountered: