FasterXML / aalto-xml

Ultra-high performance non-blocking XML processor (Stax API + extensions)
Apache License 2.0
292 stars 70 forks source link

Add Java 9+ module info using Moditect #67

Closed cowtowncoder closed 5 years ago

cowtowncoder commented 5 years ago

So: although there is no urgent need or benefit from making Aalto use Java 9 or later (currently Java 11), it would be useful for some users if Aalto did have full Module info settings, above and beyond automatic module name. This should be possible using Moditect:

https://github.com/moditect/moditect

as long as we build using JDK 8.

cowtowncoder commented 5 years ago

Note: included in 1.2.0, but may want to do 1.2.1 to add dep to stax2-api with proper module info too (1.2.0 depends on version with Automatic Module name which may be ok)