Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid calling ResteasyProviderFactory.getInstance() when popping
When popping provider factory, what we actually want is pop it if something has been pushed. It is better handled by setting a boolean if something has been pushed. This allows class loading issues when the class loader has been closed and the request is still processing. Related to quarkusio#41233
- Loading branch information