-
Task
-
Resolution: Done
-
Minor
-
None
-
None
-
None
On Quarkus, due to a bad configuration, in `AbstractJAXBProvider.findJAXBContext` we ended up having `this.providers.getContextResolver` returning `null` resulting in an NPE on the next line:
https://github.com/quarkusio/quarkus/issues/6974
Since `Providers.getContextResolver` clearly state it could return null, this should be handled properly in `AbstractJAXBProvider.findJAXBContext`.