Hi,

Just to let you know that the manifest (MANIFEST.MF) in log4j-1.2.15.jaruses:


Name: org.apache.log4j

instead of


Name: org/apache/log4j/


Note the dot '.' instead of the slash '/'.

It means that the following piece of code:

        String implementationVersion =
org.apache.log4j.Appender.class.getPackage().getImplementationVersion();
        System.out.println("implementationVersion: \"" +
implementationVersion + '"');

now returns null instead of implementationVersion: "1.2.15" as it did in
previous releases.

Could you please reset it to "Name: org/apache/log4j/" ?

Thanks in advance,

Best regards,
Dominique

Reply via email to