Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.7.33, 1.7.34, 1.7.35
-
None
Description
Since Version 1.7.33 until 1.7.35 the MANIFEST.MF contains the Export-Package declaration:
Export-Package: org.apache.log4j;version=${log4j.version},org.apache.l og4j.helpers;version=${log4j.version},org.apache.log4j.spi;version=${ log4j.version},org.apache.log4j.xml;version=${log4j.version}older
The ${log4j.version} should have been replaced by the actual Version in the bulid-process.
In Version 1.7.32 the declaration was:
Export-Package: org.apache.log4j;version=1.2.17,org.apache.log4j.helpe rs;version=1.2.17,org.apache.log4j.spi;version=1.2.17,org.apache.log4 j.xml;version=1.2.17
Bundles: https://mvnrepository.com/artifact/org.slf4j/log4j-over-slf4j
Attachments
Issue Links
- links to