uschindler edited a comment on pull request #567: URL: https://github.com/apache/lucene/pull/567#issuecomment-1003228167
I added a `ModuleResourceLoader` and added documentation to `ClassPathResourceLoader` for usage with modules: - you need to add `opens yourpackage_with_resources to org.apache.lucene.core;` to your module descriptor - with modules it is recommended to use the new class, not `ClasspathResourceLoader` @dweiss: The integration test perfectly shows what needs to be done for user of the new class: https://github.com/apache/lucene/pull/567/files#diff-d603d5e2064ed52d1bb3552b6e0ceb61dd4998f22a044c8b8340ae1eaa24db36 (see especially: https://github.com/apache/lucene/pull/567/files#diff-10d8e973fa874a25aed11e082ce3e29f6fddbde3d98acf7a2db464a8e6cb7a8eR26-R28) -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org