Commit 607b20f
fix: add SLF4J NOP binding to target, clean up stale imports
Add slf4j.nop 1.7.36 from Eclipse Orbit aggregation 4.39.0 to the DDK
target platform, providing the SLF4J 1.7.x StaticLoggerBinder that
Xtext's transitive slf4j.api bundle looks for at runtime. This silences
the "Failed to load class org.slf4j.impl.StaticLoggerBinder" warning.
Remove unused Import-Package: org.slf4j from three test bundle manifests
where no source file references org.slf4j:
- com.avaloq.tools.ddk.check.ui.test
- com.avaloq.tools.ddk.xtext.test
- com.avaloq.tools.ddk.xtext.test.core
Retains org.slf4j in com.avaloq.tools.ddk.test.ui — its SwtBot wrapper
classes directly use org.slf4j.Logger.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 06de656 commit 607b20f
4 files changed
Lines changed: 5 additions & 6 deletions
File tree
- com.avaloq.tools.ddk.check.ui.test/META-INF
- com.avaloq.tools.ddk.xtext.test.core/META-INF
- com.avaloq.tools.ddk.xtext.test/META-INF
- ddk-target
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments