This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix NPE caused by missing credentials
This case was broken by the refactoring to allow User subclass injection, since it checks the User object's class for assignability. This check is now skipped if the value is null.
- Loading branch information