mbien opened a new pull request, #5009:
URL: https://github.com/apache/netbeans/pull/5009
- marks artifacts which have a newer version available
- provides a fix to bump the version
- supports maven properties
- ignores non-numerical versions
I wasn't sure whether or not to enable this by default but I decided to
enable it mostly because:
- many new-project-poms are outdated, this mitigates the issue a little bit
(this is also the original motivation for the hint)
- poms don't have a lot of hints right now, so adding a little bit of noise
probably doesn't hurt atm
- users can turn it off / we can turn it off based on feedback later
I leave this as draft until I got more testing in. Performance isn't bad so
far. It checks large poms in about a second. Although I noticed that the cancel
method is never called on maven hints?
--
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