Deprecate com.sun.* and com.oracle.* packages in jdk.packager for removal

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P2
    • 10
    • Affects Version/s: None
    • Component/s: deploy

      We need to deprecate (and remove it in the future releases) the following Java Packager packages that we currently (in JDK9) export:
      jdk.packager module \ module-info.java:

          exports com.oracle.tools.packager;
          exports com.sun.javafx.tools.packager;
          exports com.sun.javafx.tools.packager.bundlers;
          exports com.sun.javafx.tools.resource;

      Instead of that, we plan to introduce a ToolProvider support (already tested in the sandbox).
      The main benefit of this is to be able to remove the legacy API in JDK 11.

            Assignee:
            Victor Drozdov (Inactive)
            Reporter:
            Victor Drozdov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: