jira-importer commented on issue #453: URL: https://github.com/apache/maven-indexer/issues/453#issuecomment-2965142208
**[Jesse N. Glick](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jglick)** commented (Or rather using Plexus since Indexer already relies on that for injection.) The current fix relies on magical behavior when a classpath entry exists and assumes that `Class.forName` will find TrueZIP, which is not necessarily going to be true in a modular runtime. Whereas creating a separate artifact for the TrueZIP helper makes it clear how things work: if you use just `indexer-core`, all is as before; if you include `indexer-truezip` and its transitive dependencies, the fix is available. -- 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]
