Commit fdf38b1
committed
Fix
Due to the upgrade from SLF4J 1.7.x to 2.x, the JPMS and OSGi
descriptors of `log4j-to-slf4j` suffer from these shortcomings:
* the JPMS descriptor uses a filebased `slf4j-api` module name (instead
of `org.slf4j`,
* the OSGi descriptor accepts a restricted range of SLF4J versions: [2,
3). Since `slf4j-api` 2.x is technically just a minor version update
of `slf4j-api` 1.7.x, we should use an extended range of [1.7, 3).
Closes #1983.log4j-to-slf4j JPMS and OSGi descriptors1 parent b6673e7 commit fdf38b1
File tree
2 files changed
+17
-2
lines changed- log4j-to-slf4j
- src/changelog/.2.x.x
2 files changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments