Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use context classloader (#256)
The default is already `true` so I am not sure why this `binding` was present, but changing it to `false` seems to prevent some edge case classloader issues for tests that use fork/join thread pools and `reify` or `proxy` new classes in those threads. Co-authored-by: Joakim Tengstrand <[email protected]>
- Loading branch information