rgoers commented on pull request #392:
URL: https://github.com/apache/logging-log4j2/pull/392#issuecomment-716101478
I tried to apply the patch but when I run the tests 2 tests in log4j-api now
fail:
```
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed:
0.005 s <<< FAILURE! - in org.apache.logging.log4j.spi.LoggerAdapterTest
[ERROR] testMessageWithoutThrowable Time elapsed: 0.004 s <<< ERROR!
java.security.AccessControlException: access denied
("java.lang.reflect.ReflectPermission" "suppressAccessChecks")
[ERROR] testGetLoggersInContextSynch Time elapsed: 0.004 s <<< ERROR!
java.security.AccessControlException: access denied
("java.lang.RuntimePermission" "accessDeclaredMembers")
at
org.apache.logging.log4j.spi.LoggerAdapterTest.testGetLoggersInContextSynch(LoggerAdapterTest.java:170)
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011
s - in org.apache.logging.log4j.AbstractLoggerTest
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]