matthiasblaesing opened a new pull request, #4136:
URL: https://github.com/apache/netbeans/pull/4136

   MavenIndexer dropped the caching of the allGroups and rootGroups
   properties in the index:
   
   
https://github.com/apache/maven-indexer/commit/c231db602b5cea9ed20eba617de5a5a846ef5faa
   
   After the index is loaded there are two options:
   
   a) rebuild the groups list from the index
   b) cache the group list after indexing
   
   NetBeans expects the index to be readily be available and thus option
   a is not an option (rebuilding the group list runs over the full index
   and is in the minute range). As there are only a few entrypoints that
   modify the index caching the group list looks like a viable option.
   
   Closes: #4102
   


-- 
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

Reply via email to