quarkus
quarkus copied to clipboard
Prevent potential NPEs in QuarkusClassLoader
- Fixes #28098
I would expect every provider returned for a given resource name to be able to provide a resource for that name. If it's not the case, the app could be in a bad state. It'd be good to know what the cause is to make sure we properly fix it.
I would like to get a reproducer for this issue to understand how that happens.
The issue was that the remote sync was removing some JARs while the app was still running, which was fixed in https://github.com/quarkusio/quarkus/pull/28210. Closing this one.