SunWeb3Sec commented on PR #4098: URL: https://github.com/apache/logging-log4j2/pull/4098#issuecomment-4477731628
Fixed — the Java 8 surefire run uses FilteredObjectInputStream, whose default allow-list covers org.apache.logging.log4j. but not the org.apache.log4j. 1.2 namespace, so LevelTest#testDeserializeINFO and #testCustomLevelSerialization failed with InvalidObjectException. Passed org.apache.log4j.Level and LevelTest$CustomLevel as allowedExtraClasses in SerializationTestHelper. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
