Commit 1edc1c7
authored
Add ClassCastException to lmax-4 failure
During startup with an agent, the resulting object can be in the wrong classloader leading to a ClassCastException. Catching that falls back to the old behaviour which works fine
The new behaviour was introduced in 2.23.0 with apache#21121 parent 29445d1 commit 1edc1c7
File tree
1 file changed
+1
-1
lines changed- log4j-core/src/main/java/org/apache/logging/log4j/core/async
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments