Commit 779bd50
committed
Removed logging code from DirectoryClassLoader
The class loader is instantiated before dynamically loaded jars are
added. This means, if the slf4j backend implementation is loaded using
this mechanism (which should be the default), the backend is not yet
available when the DirectoryClassLoader is created. This will cause
slf4j to use the no operation logger which is not what the user expects.1 parent 47a5b73 commit 779bd50
File tree
1 file changed
+2
-7
lines changed- src/main/java/org/culturegraph/mf/runner/util
1 file changed
+2
-7
lines changedLines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
37 | | - | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
| |||
53 | 50 | | |
54 | 51 | | |
55 | 52 | | |
56 | | - | |
57 | 53 | | |
58 | 54 | | |
59 | | - | |
60 | 55 | | |
61 | 56 | | |
62 | | - | |
| 57 | + | |
63 | 58 | | |
64 | 59 | | |
65 | 60 | | |
| |||
0 commit comments