Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qos-ch/reload4j
reload4j is a drop-in replacement for log4j 1.2.17
https://github.com/qos-ch/reload4j
java logging
Last synced: 1 day ago
JSON representation
reload4j is a drop-in replacement for log4j 1.2.17
- Host: GitHub
- URL: https://github.com/qos-ch/reload4j
- Owner: qos-ch
- License: apache-2.0
- Created: 2022-01-06T23:31:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T09:09:48.000Z (7 months ago)
- Last Synced: 2024-05-01T11:44:42.137Z (7 months ago)
- Topics: java, logging
- Language: Java
- Homepage:
- Size: 12.4 MB
- Stars: 147
- Watchers: 13
- Forks: 20
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/ch.qos.reload4j/reload4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/ch.qos.reload4j/reload4j)
[![CI Status](https://github.com/qos-ch/reload4j/workflows/CI/badge.svg?branch=master)](https://github.com/qos-ch/reload4j/actions?query=branch%3Amaster)## What is reload4j?
The reload4j project is a fork of Apache log4j version 1.2.17 in order
to fix most pressing security issues. It is intended as a
__drop-in__ replacement for log4j version 1.2.17. By drop-in, we mean
the replacement of _log4j.jar_ with _reload4j.jar_ in your build without
needing to make changes to source code, i.e. to your java files.With release 1.2.18.0 and later, the reload4j project offers a clear and
easy migration path for the thousands of users who have an
urgent need to fix vulnerabilities in log4j 1.2.17.### Project web-site:
More information about releases, project roadmap and other details can be found at:
**https://reload4j.qos.ch**
### Building
Reload4j builds with Maven and targets Java 1.5. You need to launch Maven under Java 8 or alternatively configure [Maven Toolchains](https://maven.apache.org/guides/mini/guide-using-toolchains.html) for Java 8.
A sample toolchains configuration can be found in [.github/workflows/toolchains.xml](.github/workflows/toolchains.xml).
### Donations and sponsorship
You can also support SLF4J/logback/reload4j projects
via [donations and sponsorship](https://github.com/sponsors/qos-ch?o=esb).
We thank our current supporters and sponsors for their continued contributions.