CSR :
|
|
Relates :
|
|
Relates :
|
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"
|