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


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

Reply via email to