-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Packaging
-
None
-
(copied to CRM)
Non-automatic Java 9 modules require a module-info.java file for each module in the root of the source tree.
This is complicated for a library like the Java driver which targets older JREs. From what I can tell looking at other libraries like SLF4J, we'll need to compile all .java files except module-info.java targeting Java 8, and compile module-info.java targeting Java 9.