forked from FasterXML/jackson-datatype-jsr310
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Add module-info or automatic module name (in MANIFEST.MF) to facilitate work in JPMS environment
We have a library which should work both on android (earlier versions) and HotSpot, which means we cannot use JSR 310 types. But on "desktop" java we use JPMS, so making jackson-datatype-threetenbp a module would be nice.
I can do it myself, if any of the approaches is ok.
Reactions are currently unavailable