mbien opened a new pull request, #7976:
URL: https://github.com/apache/netbeans/pull/7976
refactoring: split `NexusRepositoryIndexerImpl` to make it more maintainable
- moves about half of the code into a dedicated class
- queries moved to `NexusRepositoryQueries`
- index management remains in `NexusRepositoryIndexManager`
automatically move remote maven index from old into current cache if
available if:
- both cache folders share the same parent
- cache folder is from an older release
- index is still fairly recent
- current NB instance is not a dev version
note:
this isn't well tested yet. `-J-Dmaven.indexing.diag.release=25` can be used
to simulate a release version (would move the index from <25 into the cache for
`current` if above conditions apply)
--
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