[jira] [Work logged] (LOG4J2-3663) JAR file containing Log4j configuration isn't closed on Tomcat

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

Re: [PR] LOG4J2-3663 - fix file descriptor leak on Tomcat (config in JAR file) (logging-log4j2)

2023-06-14 Thread via GitHub
ppkarwasz merged PR #1513: URL: https://github.com/apache/logging-log4j2/pull/1513 -- 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: notifications-unsubsc

Re: [PR] Support for ZSTD Compression (logging-log4j2)

2023-06-14 Thread via GitHub
anuragagarwal561994 commented on PR #1514: URL: https://github.com/apache/logging-log4j2/pull/1514#issuecomment-1590915095 @vy you can check the MR here, just a suggestion `commons-compress` provides `CompressorStreamFactory` which provides constants for all the compressions available. Do y

Re: [I] Zstd compression support (logging-log4j2)

2023-06-14 Thread via GitHub
anuragagarwal561994 commented on issue #1508: URL: https://github.com/apache/logging-log4j2/issues/1508#issuecomment-1590910188 @vy the MR is actually ready I have integrated it using commons compress itself and the tests were passing in the first go. -- This is an automated message from

[PR] Support for ZSTD Compression (logging-log4j2)

2023-06-14 Thread via GitHub
anuragagarwal561994 opened a new pull request, #1514: URL: https://github.com/apache/logging-log4j2/pull/1514 This PR adds support for zstd compression using CommonsCompressAction. Closes https://github.com/apache/logging-log4j2/issues/1508 -- This is an automated message from the A