You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments