matthiasblaesing opened a new pull request #1898: Fix startup warnings from netbeans 11.3 URL: https://github.com/apache/netbeans/pull/1898 Analysing the startup warnings from netbeans 11.3 revealed some problems: - we have colliding positions/missing positions in the config file system (mimetype registrations) - missing code base passing to InstalledFileLocator - missed updates for library definitions, that don't anymore match the included files I think this is a candidate for 11.3 as it fixes real problems (broken library definitions) and in general I would expect a release to be as warning free as possible. @lkishalmi @jlahoda @Chris2011 I'd like you to have a look at this as you worked in the area/authored the code @ebarboni please see see if you aggree to consider this for 11.3
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
