Commit 1dc68fe
fix: suppress SLF4J startup warning in Tycho test runtime
Set -Dslf4j.internal.verbosity=ERROR in the Tycho Surefire argLine.
SLF4J 2.x uses ServiceLoader for provider discovery, which doesn't
work across OSGi classloaders — the warning is cosmetic (SLF4J
defaults to NOP regardless). This is the documented suppression
mechanism since SLF4J 2.0.10.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9a8dbe3 commit 1dc68fe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments