Skip to content

Change jackson-datatype-javax-money, jackson-datatype-moneta to directly use JPMS [JSTEP-11] #56

@cowtowncoder

Description

@cowtowncoder

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 use src/main/java/module-info.java and src/test/java/module-info.java for improved handling.

This seems tricky due to (in part) Lombok usage. But hopefully we can make it work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.xIntended for Jackson 3.x

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions