Closed
Description
The codebase currently targets Java 8. Java Modules were added in Java 9, providing benefits to both API designers and consumers. It's possible to add a full module descriptor while remaining Java 8 compatible by using the ModiTect plugin.
I've personally help more than a dozen projects to migrate to Java modules in this way. I can prepare a PR if the team agrees to move forward with this idea.