Enhance jar tool to allow module-info in versioned directories but not in base in modular multi-release jar files

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: tools
    • jar
    • b157

        Let jar tool create a modular multi-release jar file that looks like this:

        META-INF/MANIFEST.MF
        META-INF/versions/9/module-info.class
        p/Foo.class
        p/Main.class

        Or this:

        META-INF/MANIFEST.MF
        META-INF/versions/10/module-info.class
        p/Foo.class
        p/Main.class
        META-INF/versions/9/p/Foo.class
        META-INF/versions/10/p/Foo.class

        In the above, base and versions/9 are not modules but versions/10 is a module

              Assignee:
              Xueming Shen
              Reporter:
              Steve Drach (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: