[jira] [Commented] (LOG4J2-3680) Some log events are no longer serialized correctly

2024-02-02 Thread Peter De Maeyer (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813825#comment-17813825 ] Peter De Maeyer commented on LOG4J2-3680: - {quote} On a side note, IMHO logging

[PR] Add annotation processor to generate documentation [logging-log4j-tools]

2024-02-02 Thread via GitHub
ppkarwasz opened a new pull request, #102: URL: https://github.com/apache/logging-log4j-tools/pull/102 This draft PR is based on #101. We add a documentation-generating annotation processor. By default it generates a `plugins.xml` descriptor in the `META-INF/log4j` director

[jira] [Commented] (LOG4J2-3680) Some log events are no longer serialized correctly

2024-02-02 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813670#comment-17813670 ] Piotr Karwasz commented on LOG4J2-3680: --- [PR#2259|https://github.com/apache/loggin

[jira] [Work logged] (LOG4J2-3680) Some log events are no longer serialized correctly

2024-02-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3680?focusedWorklogId=903335&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-903335 ] ASF GitHub Bot logged work on LOG4J2-3680: -- Author: ASF GitHub Bot

[PR] [LOG4J2-3680] Allow deserialization of arrays (logging-log4j2)

2024-02-02 Thread via GitHub
ppkarwasz opened a new pull request, #2259: URL: https://github.com/apache/logging-log4j2/pull/2259 The `DefaultObjectInputFilter` is too restrictive and it does not allow the deserialization of **arrays** of whitelisted classes. Most notably `RuntimeException` can not be deserialized

[jira] [Commented] (LOG4J2-3680) Some log events are no longer serialized correctly

2024-02-02 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813612#comment-17813612 ] Piotr Karwasz commented on LOG4J2-3680: --- Hi [~peterdm], The problem is due to the