[ 
https://issues.apache.org/jira/browse/NETBEANS-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443406#comment-17443406
 ] 

Eric Bresie edited comment on NETBEANS-2842 at 11/14/21, 5:32 PM:
------------------------------------------------------------------

in OperationContainer, there is "setUnpack200" method with details mentioning 
the removal. 
Javadoc indicates

  /** Specifies location of unpack200 executable. {@code unpack200} has been
     * removed from JDK 14. As such it is not possible to unpack older NBM
     * files without providing alternative JDK implementation of this file.
     *
     * @param executable path to the executable
     * @since 1.65
     */

A lot of this appears to have been added as part of commit f6f2455


was (Author: ebresie):
in OperationContainer, there is "setUnpack200" method with details mentioning 
the removal. 
Javadoc indicates

  /** Specifies location of unpack200 executable. {@code unpack200} has been
     * removed from JDK 14. As such it is not possible to unpack older NBM
     * files without providing alternative JDK implementation of this file.
     *
     * @param executable path to the executable
     * @since 1.65
     */


> Using of deprecated pack200 tool in nbm packaging
> -------------------------------------------------
>
>                 Key: NETBEANS-2842
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2842
>             Project: NetBeans
>          Issue Type: Bug
>          Components: platform - Plugin Manager
>    Affects Versions: 11.3
>            Reporter: Benjamin Graf
>            Priority: Critical
>
> Netbeans plugins are mostly compressed in size by the JDK internal pack200 
> tool which is deprecated since JDK 11 ([https://openjdk.java.net/jeps/336]). 
> It should be thought about an alternative as it might get removed in next JDK 
> releases.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to