jira-importer commented on issue #515: URL: https://github.com/apache/maven-indexer/issues/515#issuecomment-2965146733
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Proposed solution: creation of a "focused" component, that will NOT hold any context (simply, DefaultNexusIndexer without the `indexingContexts` map. This component will be then "wrapped" by modified (and deprecated) NexusIndexer component, that delegates all the calls to new component, while performs same "registry"-like operations and maintains the `indexingContexts`. This means two things: * users of (deprecated) NexusIndexer component will not notice anything (remains bw compat) * users of new Indexer component will have full control of: indexing context used in index operations. This also makes us able to start "clean slate" with new component, and perform gradual "cleanup" of the API. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org