1
0

Fix running on older Log4J2 versions
Some checks failed
Java CI / build (false, 11) (push) Has been cancelled
Java CI / build (false, 17) (push) Has been cancelled
Java CI / build (false, 21) (push) Has been cancelled
Java CI / build (false, 23) (push) Has been cancelled
Java CI / build (false, 8) (push) Has been cancelled
Java CI / build (true, 24-ea) (push) Has been cancelled

This commit is contained in:
2025-11-03 02:37:22 +01:00
parent 9f86a9dbf4
commit 79058f2a49
2 changed files with 23 additions and 5 deletions

View File

@@ -3,3 +3,10 @@ Copyright 2001-2025 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
---
Changes by Siphalor for Tweed 5:
- Allow `Log4jApiLogFactory` to be used with older versions of Log4j2
by using reflection to access the `isClassLoaderDependent` method.