Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-2520

Add module-info.java for each module

    • Type: Icon: New Feature New Feature
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Packaging
    • Labels:
      None

      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.

            Assignee:
            Unassigned Unassigned
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: