-
-
## Description
`log4j-bom` inherits from `logging-parent`. Unfortunately, this results in `log4j-bom` managing a number of dependencies that are unrelated to a consumer's use of Log4j2. Those depen…
-
## Description
As I found out `module-info` is generated automatically in 3.0.0-beta3. At the same time its source (`module-info.java`) must be present in `*-3.0.0-beta3-sources.jar` files. For exa…
-
## Description
Trying to use a logger in a class annotated with `@Plugin` from `org.apache.logging.log4j.core.config.plugins` throws an exception. The same problem does not happen on versions 2.23.…
-
JIRA Issue: [KIEKER-308] Remove log4j
Original Reporter: Andre van Hoorn
***
See also
KIEKER-369
…
-
Nessus complains outdated log4j version.
Apache Log4j 1.2 JMSAppender Remote Code Execution (CVE-2021-4104)
Apache Log4j 1.x Multiple Vulnerabilities
Apache Log4j SEoL (
-
i have configured the way it is defined in document to my test automation framework.
i am using:
- agent-java-testng - 5.4.4
- logger-java-log4j - 5.2.2
- log4j-api - 2.20.0
- log4j-core - …
-
Log4j Core version `3.0.0-beta3` does not have all the necessary JPMS service declaration, which causes the following exception to be thrown:
```
java.util.ServiceConfigurationError: org.apache.lo…
-
Currently we have method
```java
public StrimziKafkaContainer withKafkaLog(Level level) {
String log4jConfig = "log4j.rootLogger=" + level.name() + ", stdout\n" +
"log4j.append…
-
We are getting reports from our security folks that they are detecting log4j 1.2.17
Would this be able to be replaced with maybe `slf4j-reload4j`?