Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8146486 Modular JARs as multi-release JARs
  3. JDK-8165640

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

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • 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

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

                Created:
                Updated:
                Resolved: