[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-11-21 Thread Eric Bresie (Jira)


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

Eric Bresie edited comment on NETBEANS-2842 at 11/21/21, 3:40 PM:
--

Assume 
* source coverage may be part of "ModuleUpdater" class and the "unpack200" 
method context.
* unit test coverage may involve "Auto Update Services" test cases.  
** There are a number of test cases which call out to "support.doValidate" 
which eventually does some unpacking.  May be able to model test case after 
this with an older nbm as test input.
** Maybe NbmsInDownloadedTabTest, UpdateFromNbmTest, NbmExternalTest, 
NbmAdvancedTestCase, or InternalUpdatesTest
** Seems a lot of the tests depend on a possible generated nbm for use in 
testing similar to "data/org-yourorghere-engine" named nbm.  Not sure how to 
bring in a legacy nbm (maybe pull from someplace online or have some way of 
building as is currently done but given pack200 is removed, not sure if that 
will be possible either.



was (Author: ebresie):
Assume 
* source coverage may be part of "ModuleUpdater" class and the "unpack200" 
method context.
* unit test coverage my involve "Auto Update Services" test cases.  
** There are a number of test cases which call out to "support.doValidate" 
which eventually does some unpacking.  May be able to model test case after 
this with an older nbm as test input.
** Maybe NbmsInDownloadedTabTest, UpdateFromNbmTest, NbmExternalTest, 
NbmAdvancedTestCase, or InternalUpdatesTest
** Seems a lot of the tests depend on a possible generated nbm for use in 
testing similar to "data/org-yourorghere-engine" named nbm.  Not sure how to 
bring in a legacy nbm (maybe pull from someplace online or have some way of 
building as is currently done but given pack200 is removed, not sure if that 
will be possible either.


> 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
> Attachments: nbpython.zip, unpack200 failure.png
>
>
> 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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-11-21 Thread Eric Bresie (Jira)


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

Eric Bresie edited comment on NETBEANS-2842 at 11/21/21, 3:40 PM:
--

Assume 
* source coverage may be part of "ModuleUpdater" class and the "unpack200" 
method context.
* unit test coverage my involve "Auto Update Services" test cases.  
** There are a number of test cases which call out to "support.doValidate" 
which eventually does some unpacking.  May be able to model test case after 
this with an older nbm as test input.
** Maybe NbmsInDownloadedTabTest, UpdateFromNbmTest, NbmExternalTest, 
NbmAdvancedTestCase, or InternalUpdatesTest
** Seems a lot of the tests depend on a possible generated nbm for use in 
testing similar to "data/org-yourorghere-engine" named nbm.  Not sure how to 
bring in a legacy nbm (maybe pull from someplace online or have some way of 
building as is currently done but given pack200 is removed, not sure if that 
will be possible either.



was (Author: ebresie):
Assume 
* source coverage may be part of "ModuleUpdater" class and the "unpack200" 
method context.
* unit test coverage my involve "Auto Update Services" test cases.  
** There are a number of test cases which call out to "support.doValidate" 
which eventually does some unpacking.  May be able to model test case after 
this with an older nbm as test input.
** Maybe UpdateFromNbmTest, NbmExternalTest, NbmAdvancedTestCase, or 
InternalUpdatesTest
** Seems a lot of the tests depend on a possible generated nbm for use in 
testing similar to "data/org-yourorghere-engine" named nbm.  Not sure how to 
bring in a legacy nbm (maybe pull from someplace online or have some way of 
building as is currently done but given pack200 is removed, not sure if that 
will be possible either.


> 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
> Attachments: nbpython.zip, unpack200 failure.png
>
>
> 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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-11-21 Thread Eric Bresie (Jira)


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

Eric Bresie edited comment on NETBEANS-2842 at 11/21/21, 3:38 PM:
--

Assume 
* source coverage may be part of "ModuleUpdater" class and the "unpack200" 
method context.
* unit test coverage my involve "Auto Update Services" test cases.  
** There are a number of test cases which call out to "support.doValidate" 
which eventually does some unpacking.  May be able to model test case after 
this with an older nbm as test input.
** Maybe UpdateFromNbmTest, NbmExternalTest, NbmAdvancedTestCase, or 
InternalUpdatesTest
** Seems a lot of the tests depend on a possible generated nbm for use in 
testing similar to "data/org-yourorghere-engine" named nbm.  Not sure how to 
bring in a legacy nbm (maybe pull from someplace online or have some way of 
building as is currently done but given pack200 is removed, not sure if that 
will be possible either.



was (Author: ebresie):
Assume 
* source coverage may be part of "ModuleUpdater" class and the "unpack200" 
method context.
* unit test coverage my involve "Auto Update Services" test cases.  
** There are a number of test cases which call out to "support.doValidate" 
which eventually does some unpacking.  May be able to model test case after 
this with an older nbm as test input.
** Maybe UpdateFromNbmTest, NbmExternalTest, NbmAdvancedTestCase, or 
InternalUpdatesTest


> 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
> Attachments: nbpython.zip, unpack200 failure.png
>
>
> 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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-11-21 Thread Eric Bresie (Jira)


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

Eric Bresie edited comment on NETBEANS-2842 at 11/21/21, 3:28 PM:
--

Assume 
* source coverage may be part of "ModuleUpdater" class and the "unpack200" 
method context.
* unit test coverage my involve "Auto Update Services" test cases.  
** There are a number of test cases which call out to "support.doValidate" 
which eventually does some unpacking.  May be able to model test case after 
this with an older nbm as test input.
** Maybe UpdateFromNbmTest, NbmExternalTest, NbmAdvancedTestCase, or 
InternalUpdatesTest



was (Author: ebresie):
Assume 
* source coverage may be part of "ModuleUpdater" class and the "unpack200" 
method context.
* unit test coverage my involve "Auto Update Services" test cases.  
** There are a number of test cases which call out to "support.doValidate" 
which eventually does some unpacking.  May be able to model test case after 
this with an older nbm as test input.


> 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
> Attachments: nbpython.zip, unpack200 failure.png
>
>
> 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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-11-21 Thread Eric Bresie (Jira)


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

Eric Bresie edited comment on NETBEANS-2842 at 11/21/21, 3:11 PM:
--

Assume 
* source coverage may be part of "ModuleUpdater" class and the "unpack200" 
method context.
* unit test coverage my involve "Auto Update Services" test cases.  
** There are a number of test cases which call out to "support.doValidate" 
which eventually does some unpacking.  May be able to model test case after 
this with an older nbm as test input.



was (Author: ebresie):
Assume 
- unit test coverage my involve "Auto Update Services" test cases.
- source coverage may be part of "ModuleUpdater" class and the "unpack200" 
method context.

> 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
> Attachments: nbpython.zip, unpack200 failure.png
>
>
> 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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-11-14 Thread Eric Bresie (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-09-06 Thread Eric Bresie (Jira)


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

Eric Bresie edited comment on NETBEANS-2842 at 9/6/21, 3:24 PM:


I cloned the code from https://github.com/pack200/pack200 and it seemed to 
compile and test passed from what I can tell so far.  So I guess the question 
is, are there any artifacts generated for this which could be imported to use.  
 

I tried mvn deploy but of course it doesn't push due to 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on 
project pack200: Failed to deploy artifacts: Could not transfer artifact 
io.pack200:pack200:jar:14-20210906.151349-1 from/to ossrh 
(https://oss.sonatype.org/content/repositories/snapshots): authentication 
failed for 
https://oss.sonatype.org/content/repositories/snapshots/io/pack200/pack200/14-SNAPSHOT/pack200-14-20210906.151349-1.jar,
 status: 401 Unauthorized -> [Help 1]

Did seem to build a pack200-14-SNAPSHOT.jar though.


was (Author: ebresie):
I cloned the code from https://github.com/pack200/pack200 and it seemed to 
compile and test passed from what I can tell so far.  So I guess the question 
is, are there any artifacts generated for this which could be imported to use.  
 

I tried mvn deploy but of course it doesn't push due to 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on 
project pack200: Failed to deploy artifacts: Could not transfer artifact 
io.pack200:pack200:jar:14-20210906.151349-1 from/to ossrh 
(https://oss.sonatype.org/content/repositories/snapshots): authentication 
failed for 
https://oss.sonatype.org/content/repositories/snapshots/io/pack200/pack200/14-SNAPSHOT/pack200-14-20210906.151349-1.jar,
 status: 401 Unauthorized -> [Help 1]

> 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.3.4#803005)

-
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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-09-06 Thread Eric Bresie (Jira)


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

Eric Bresie edited comment on NETBEANS-2842 at 9/6/21, 3:21 PM:


I cloned the code from https://github.com/pack200/pack200 and it seemed to 
compile and test passed from what I can tell so far.  So I guess the question 
is, are there any artifacts generated for this which could be imported to use.  
 

I tried mvn deploy but of course it doesn't push due to 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on 
project pack200: Failed to deploy artifacts: Could not transfer artifact 
io.pack200:pack200:jar:14-20210906.151349-1 from/to ossrh 
(https://oss.sonatype.org/content/repositories/snapshots): authentication 
failed for 
https://oss.sonatype.org/content/repositories/snapshots/io/pack200/pack200/14-SNAPSHOT/pack200-14-20210906.151349-1.jar,
 status: 401 Unauthorized -> [Help 1]


was (Author: ebresie):
I cloned the code from https://github.com/pack200/pack200 and it seemed to 
compile and test passed from what I can tell so far.  So I guess the question 
is, are there any artifacts generated for this which could be imported to use.  
 

> 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.3.4#803005)

-
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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-08-28 Thread Eric Bresie (Jira)


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

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

There is a recent email thread that may also be worth including as references 
https://lists.apache.org/thread.html/r0876f473e042c3f229b75b3dc17c016a416c2ef26178a8fbd0c6b60e%40%3Cdev.netbeans.apache.org%3E


was (Author: ebresie):
There is a recent email thread that may also be worth including as references 
https://lists.apache.org/thread.html/r5abc5c6603d0ee0f4393354a86267e2cd007c6c36a1cbe0b1ff84c72%40%3Cdev.netbeans.apache.org%3E

> 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.3.4#803005)

-
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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-07-23 Thread Eric Bresie (Jira)


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

Eric Bresie edited comment on NETBEANS-2842 at 7/23/21, 5:28 PM:
-

If updating ModuleUpdater, may want to check on 

//TODO: Need to think of unpack200/lvprcsrv.exe issues

Which references these old bugs.
# https://netbeans.org/bugzilla/show_bug.cgi?id=117334  
## Archive at 
https://web.archive.org/web/20190729225017/https://netbeans.org/bugzilla/show_bug.cgi?id=117334
 )
# https://netbeans.org/bugzilla/show_bug.cgi?id=119861
## Archive at 
https://web.archive.org/web/20190729225019/https://netbeans.org/bugzilla/show_bug.cgi?id=119861
 ) 

Or here https://bz.apache.org/netbeans/

I think these are likely OBE so at a minmum, may be able to remove the TODO 
elements



was (Author: ebresie):
If updating ModuleUpdater, may want to check on 

//TODO: Need to think of unpack200/lvprcsrv.exe issues

Which references these old bugs.
# https://netbeans.org/bugzilla/show_bug.cgi?id=117334  
## Archive at 
https://web.archive.org/web/20190729225017/https://netbeans.org/bugzilla/show_bug.cgi?id=117334
 )
# https://netbeans.org/bugzilla/show_bug.cgi?id=119861
## Archive at 
https://web.archive.org/web/20190729225019/https://netbeans.org/bugzilla/show_bug.cgi?id=119861
 ) 

I think these are likely OBE so at a minmum, may be able to remove the TODO 
elements


> 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.3.4#803005)

-
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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2020-06-29 Thread Eric Bresie (Jira)


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

Eric Bresie edited comment on NETBEANS-2842 at 6/30/20, 4:29 AM:
-

Could any of the [suggestions here 
|https://issues.apache.org/jira/browse/NETBEANS-3985?focusedCommentId=17064765=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17064765]
 help?

 

>From the link:

”We assume that developers who use {{pack200}} to shrink application JARs can 
switch to either the {{jlink}} tool or the {{jpackage}} tool to create 
application-specific runtimes with an optimized form factor. See [JEP 
282|https://openjdk.java.net/jeps/282]and [JEP 
343|https://openjdk.java.net/jeps/343] for more information about these tools. 
An early-access build of JDK 14 that includes {{jpackage}} is 
[available|https://jdk.java.net/jpackage/].”


was (Author: ebresie):
link Could any of the suggestions here help?

 

>From the link in description:

”We assume that developers who use {{pack200}} to shrink application JARs can 
switch to either the {{jlink}} tool or the {{jpackage}} tool to create 
application-specific runtimes with an optimized form factor. See [JEP 
282|https://openjdk.java.net/jeps/282]and [JEP 
343|https://openjdk.java.net/jeps/343] for more information about these tools. 
An early-access build of JDK 14 that includes {{jpackage}} is 
[available|https://jdk.java.net/jpackage/].”

> 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.3.4#803005)

-
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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2020-06-29 Thread Eric Bresie (Jira)


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

Eric Bresie edited comment on NETBEANS-2842 at 6/30/20, 4:25 AM:
-

link Could any of the suggestions here help?

 

>From the link in description:

”We assume that developers who use {{pack200}} to shrink application JARs can 
switch to either the {{jlink}} tool or the {{jpackage}} tool to create 
application-specific runtimes with an optimized form factor. See [JEP 
282|https://openjdk.java.net/jeps/282]and [JEP 
343|https://openjdk.java.net/jeps/343] for more information about these tools. 
An early-access build of JDK 14 that includes {{jpackage}} is 
[available|https://jdk.java.net/jpackage/].”


was (Author: ebresie):
[link Could any of the suggestions here help? 
|https://issues.apache.org/jira/browse/NETBEANS-3985?focusedCommentId=17064765=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17064765]

> 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.3.4#803005)

-
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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2020-06-29 Thread Eric Bresie (Jira)


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

Eric Bresie edited comment on NETBEANS-2842 at 6/30/20, 4:24 AM:
-

[link Could any of the suggestions here help? 
|https://issues.apache.org/jira/browse/NETBEANS-3985?focusedCommentId=17064765=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17064765]


was (Author: ebresie):
https://issues.apache.org/jira/browse/NETBEANS-3985?focusedCommentId=17064765=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17064765

> 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.3.4#803005)

-
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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2020-02-10 Thread Ludovic HOCHET (Jira)


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

Ludovic HOCHET edited comment on NETBEANS-2842 at 2/10/20 11:50 PM:


I'd say critical as of JDK14

[http://openjdk.java.net/projects/jdk/14/]

[https://openjdk.java.net/jeps/367]

 

 Tried to (re)install the rainbow braces plugin:

java.io.IOException: CreateProcess error=2, Le fichier spécifié est introuvable
 at java.base/java.lang.ProcessImpl.create(Native Method)
 at java.base/java.lang.ProcessImpl.(ProcessImpl.java:483)
 at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:158)
 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
Caused: java.io.IOException: Cannot run program 
"C:\softs\openjdk-openjfx-image\bin\unpack200.exe" (in directory 
"C:\Users\Ludovic\AppData\Roaming\NetBeans\dev\modules"): CreateProcess 
error=2, Le fichier spécifié est introuvable
 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
 at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
[catch] at org.netbeans.updater.ModuleUpdater.unpack200(ModuleUpdater.java:567)
 at org.netbeans.updater.ModuleUpdater.unpack(ModuleUpdater.java:465)
 at org.netbeans.updater.ModuleUpdater.run(ModuleUpdater.java:117)


was (Author: lhochet):
I'd say critical as of JDK14

[http://openjdk.java.net/projects/jdk/14/]

[https://openjdk.java.net/jeps/367]

 

 

> 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
>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.3.4#803005)

-
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



[jira] [Comment Edited] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2020-02-10 Thread Ludovic HOCHET (Jira)


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

Ludovic HOCHET edited comment on NETBEANS-2842 at 2/10/20 11:48 PM:


I'd say critical as of JDK14

[http://openjdk.java.net/projects/jdk/14/]

[https://openjdk.java.net/jeps/367]

 

 


was (Author: lhochet):
I'd say critical as of JDK14

[https://openjdk.java.net/jeps/367]

 

 

> 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
>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.3.4#803005)

-
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