quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Prevent potential NPEs in QuarkusClassLoader

Open gastaldi opened this issue 2 years ago • 2 comments

  • Fixes #28098

gastaldi avatar Sep 20 '22 16:09 gastaldi

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.

aloubyansky avatar Sep 20 '22 16:09 aloubyansky

I would like to get a reproducer for this issue to understand how that happens.

aloubyansky avatar Sep 20 '22 16:09 aloubyansky

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.

aloubyansky avatar Sep 28 '22 14:09 aloubyansky