Skip to content

boris-unckel/log4j1

Repository files navigation

Fork of Apache log4j 1

Based on https://logging.apache.org/log4j/1.2/

Sources https://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_17/

Alternative Fork Reload4J

A better alternative fork, keeping functions, hardening more:

https://reload4j.qos.ch/

<!-- https://mvnrepository.com/artifact/ch.qos.reload4j/reload4j -->
<dependency>
    <groupId>ch.qos.reload4j</groupId>
    <artifactId>reload4j</artifactId>
    <version>1.2.18.5</version>
</dependency>

(Check for more recent version)

Goals

Turn CVE affected classes to NOP classes.

Non-Goals

Any further development.

Build instructions

mvn clean install

Standalone Ant build or other targets are not supported.

Recommendation

Please use a logging facade in your code

and simply use it. Don't extend it.

A modern log backend

and simply use it. Don't extend it.