Michael Bien
Michael Bien
the experiment at https://github.com/apache/netbeans/pull/7538 showed that removal of downloader/* is likely the quickest option. It builds, it tests and I also generated an .exe installer and tested it manually (only...
see https://github.com/apache/netbeans/pull/7542 for NBI update
this is mostly done, https://github.com/apache/netbeans/pull/9017 will remove whatever slipped through so far until nb builds on JDK 26 (which has now stop/suspend/resume removed).
@lkishalmi ping
NBI doesn't build https://github.com/apache/netbeans/issues/4952#issuecomment-2193695061 fixed in: https://github.com/apache/netbeans/pull/7542
@neilcsmith-net updated the screenshot, let me know what you think
we would probably have to call it "action" everywhere to be technically correct, since `compile` is a phase and `compile:compile` a goal which happens to be in that phase. The...
refreshing since dev build expired
planning to merge this before freeze
we can match the right hand side type and add ordering: ```java try (${TYPE rhsType default="AutoCloseable" editable=false} ${RES newVarName default="res" ordering=2} = ${RHS rhs instanceof="AutoCloseable" default="resource" ordering=1}) { ${selection}${cursor} }...