Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
This method calls clazz.getResourceAsStream() but in a modular application the method won't see any of the resources in clazz's module, causing an NPE. We should deprecate or even remove this method entirely, leaving only getDecodingReader(InputStream) and opening the resource on the caller's side.
Attachments
Attachments
Issue Links
- relates to
-
LUCENE-10328 Module path for compiling and running tests is wrong
- Closed
- Testing discovered
-
LUCENE-10348 Make stopwords resources from analyzers modules visible to ClasspathResourceLoader and ModuleResourceLoader
- Closed
- links to