Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cowtowncoder opened this issue Mar 20, 2025 · 0 comments
Labels
3.x Intended for Jackson 3.x

Comments

@cowtowncoder
Copy link
Member

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.

@cowtowncoder cowtowncoder added the 3.x Intended for Jackson 3.x label Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Intended for Jackson 3.x
Projects
None yet
Development

No branches or pull requests

1 participant