Remove deprecated --bind-services option from jpackage

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 16
    • Affects Version/s: 16
    • Component/s: tools
    • b06

      in JDK15 the jpackage option --bind-services was deprecated when the more general --jlink-options option was added. We will remove --bind-services option in JDK16.

      since the default for --jlink-options is "--strip-native-commands --strip-debug --no-man-pages --no-header-files"
      using "--bind-services" option (without jlink-options option) is equivalent to using
      --jlink-options "--strip-native-commands --strip-debug --no-man-pages --no-header-files --bind-services"

            Assignee:
            Andy Herrick (Inactive)
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: