bito-code-review[bot] commented on PR #16000:
URL: https://github.com/apache/grails-core/pull/16000#issuecomment-5006463253
<!-- Bito Reply -->
The Javadoc in `ArtefactIndexReader.java` has been updated to accurately
reflect the current implementation. It now states that the index contains one
fully qualified class name per nonempty line and clarifies that any unreadable
or unresolvable entry (including empty lines, as enforced by the
`className.isEmpty()` check) causes the entire index to be rejected, falling
back to a standard classpath scan.
**grails-core/src/main/groovy/grails/boot/config/ArtefactIndexReader.java**
```
* <p>The index is UTF-8 text at {@value #RESOURCE_NAME}, with one fully
qualified
* class name per nonempty line. Any unreadable or unresolvable entry
rejects the
* complete index so callers can use their normal classpath scan.</p>
```
--
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]