jtulach commented on PR #8959: URL: https://github.com/apache/netbeans/pull/8959#issuecomment-3507796198
> The launchers are used in three places and these two are missing: > > ./harness/apisupport.harness > ./platform/o.n.bootstrap > > We should not allow the launcher to be partially updated. This would lead to an even more complex situation. - Thanks for the review. - Originally I wanted to update only `netbeans.exe` because behavior of all other launchers is unaffected - However, as you point out, such a partial update would be confusing - better to replace all the usage of `3-282bbc032bcd` with `4-8e2bc77e581e` as done in b3f5315 - now there are no references to `282bbc032bcd` anymore: ```bash netbeans$ find . | grep 282bbc032bcd netbeans$ grep -r 282bbc032bcd * ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
