Commit 6e94b0f
Use class names for selectors to avoid locking in classloader
Fixes #2257
Use the class name in the selector, rather than a class object, to avoid 'locking in' the classloader of the class. Locking in the class prevents thread context classloaders being used in the discovery phase to load classes.1 parent 88f3297 commit 6e94b0f
File tree
1 file changed
+1
-1
lines changed- org.eclipse.jdt.junit5.runtime/src/org/eclipse/jdt/internal/junit5/runner
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments