Philippe Marschall created LOGGING-193:
------------------------------------------
Summary: OSGi import to org.apache.logging.log4j.spi is missing
Key: LOGGING-193
URL: https://issues.apache.org/jira/browse/LOGGING-193
Project: Commons Logging
Issue Type: Bug
Affects Versions: 1.3.2, 1.3.1, 1.3.0
Environment: Eclipse Equinox
OpenJDK 21
Reporter: Philippe Marschall
The commons-logging bundle is missing an import package declaration on
{{org.apache.logging.log4j.spi}}, is only imports has an import package
declaration to {{org.apache.logging.log4j}}.
We are running commons-logging 1.3.2 in Eclipse Equinox with Log4j API
({{org.apache.logging.log4j.api}}) present. This triggers the loading of
{{org.apache.commons.logging.impl.Log4jApiLogFactory}}, however this fails
because an import package declaration on {{org.apache.logging.log4j.spi}} is
missing.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)