[jira] [Closed] (LOG4J2-3608) Could not initialize class org.apache.logging.log4j.util.PropertiesUtil when upgrade log4j2 2.17.1 to 2.18

2022-09-27 Thread samuel ma (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] samuel ma closed LOG4J2-3608. - Resolution: Invalid > Could not initialize class org.apache.logging.log4j.util.PropertiesUtil when >

[jira] [Commented] (LOG4J2-3608) Could not initialize class org.apache.logging.log4j.util.PropertiesUtil when upgrade log4j2 2.17.1 to 2.18

2022-09-27 Thread samuel ma (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17610317#comment-17610317 ] samuel ma commented on LOG4J2-3608: --- I confirm this is due to test case issue, some mocked class

[jira] [Created] (LOG4J2-3610) IfLastModified age doesn't seem to support ISO-8601 durations fully

2022-09-27 Thread Aaron Goodisman (Jira)
Aaron Goodisman created LOG4J2-3610: --- Summary: IfLastModified age doesn't seem to support ISO-8601 durations fully Key: LOG4J2-3610 URL: https://issues.apache.org/jira/browse/LOG4J2-3610 Project:

[jira] [Updated] (LOG4J2-2649) Is Log4j2 considered to support successful static compilation under GraalVM?

2022-09-27 Thread Jira
[ https://issues.apache.org/jira/browse/LOG4J2-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Deleuze updated LOG4J2-2649: -- Attachment: log4j2-tests.zip > Is Log4j2 considered to support successful static

[jira] [Comment Edited] (LOG4J2-2092) Extended Throwable produces unnecessary long stack traces compared to standard stack trace

2022-09-27 Thread Thomas Rebele (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17610091#comment-17610091 ] Thomas Rebele edited comment on LOG4J2-2092 at 9/27/22 2:28 PM:

[jira] [Comment Edited] (LOG4J2-2092) Extended Throwable produces unnecessary long stack traces compared to standard stack trace

2022-09-27 Thread Thomas Rebele (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17610091#comment-17610091 ] Thomas Rebele edited comment on LOG4J2-2092 at 9/27/22 2:24 PM:

[jira] [Commented] (LOG4J2-2092) Extended Throwable produces unnecessary long stack traces compared to standard stack trace

2022-09-27 Thread Thomas Rebele (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17610091#comment-17610091 ] Thomas Rebele commented on LOG4J2-2092: --- [~ggregory], I had thought extended refers to the

[jira] [Commented] (LOG4J2-2092) Extended Throwable produces unnecessary long stack traces compared to standard stack trace

2022-09-27 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17610089#comment-17610089 ] Gary D. Gregory commented on LOG4J2-2092: - That's the point of "extended" ;)  Perhaps we should

[jira] [Comment Edited] (LOG4J2-2092) Extended Throwable produces unnecessary long stack traces compared to standard stack trace

2022-09-27 Thread Thomas Rebele (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17610088#comment-17610088 ] Thomas Rebele edited comment on LOG4J2-2092 at 9/27/22 2:21 PM: This is

[jira] [Commented] (LOG4J2-2092) Extended Throwable produces unnecessary long stack traces compared to standard stack trace

2022-09-27 Thread Thomas Rebele (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17610088#comment-17610088 ] Thomas Rebele commented on LOG4J2-2092: --- This is still a problem in 2.19.0. The fix proposed by

[jira] [Updated] (LOG4J2-2092) Extended Throwable produces unnecessary long stack traces compared to standard stack trace

2022-09-27 Thread Thomas Rebele (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Rebele updated LOG4J2-2092: -- Attachment: Example.java > Extended Throwable produces unnecessary long stack traces compared

[jira] [Commented] (LOG4J2-3609) javac error when PluginProcessor (log4j-core jar) is in the classpath and annotation is not

2022-09-27 Thread Stamatis Zampetakis (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17610021#comment-17610021 ] Stamatis Zampetakis commented on LOG4J2-3609: - I attached a mini project to reproduce the

[jira] [Updated] (LOG4J2-3609) javac error when PluginProcessor (log4j-core jar) is in the classpath and annotation is not

2022-09-27 Thread Stamatis Zampetakis (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stamatis Zampetakis updated LOG4J2-3609: Attachment: LOG4J2-3609-repro.tar.gz > javac error when PluginProcessor

[jira] [Created] (LOG4J2-3609) javac error when PluginProcessor (log4j-core jar) is in the classpath and annotation is not

2022-09-27 Thread Stamatis Zampetakis (Jira)
Stamatis Zampetakis created LOG4J2-3609: --- Summary: javac error when PluginProcessor (log4j-core jar) is in the classpath and annotation is not Key: LOG4J2-3609 URL:

[GitHub] [logging-log4cxx] rm5248 commented on pull request #135: Reduce disabled logger overhead

2022-09-27 Thread GitBox
rm5248 commented on PR #135: URL: https://github.com/apache/logging-log4cxx/pull/135#issuecomment-1259370177 I'll need to test this out sometime in the next few days, but that looks good to me. One thing that I would like to double-check is to make sure that re-configuring works correctly

[GitHub] [logging-log4j2] dependabot[bot] closed pull request #1044: Bump actions/setup-java from 3.4.1 to 3.5.0

2022-09-27 Thread GitBox
dependabot[bot] closed pull request #1044: Bump actions/setup-java from 3.4.1 to 3.5.0 URL: https://github.com/apache/logging-log4j2/pull/1044 -- 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

[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #1044: Bump actions/setup-java from 3.4.1 to 3.5.0

2022-09-27 Thread GitBox
dependabot[bot] commented on PR #1044: URL: https://github.com/apache/logging-log4j2/pull/1044#issuecomment-1259315395 Superseded by #1081. -- 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

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request, #1081: Bump actions/setup-java from 3.4.1 to 3.5.1

2022-09-27 Thread GitBox
dependabot[bot] opened a new pull request, #1081: URL: https://github.com/apache/logging-log4j2/pull/1081 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.1 to 3.5.1. Release notes Sourced from

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request, #1080: Bump tomcat-juli from 10.0.23 to 10.1.0

2022-09-27 Thread GitBox
dependabot[bot] opened a new pull request, #1080: URL: https://github.com/apache/logging-log4j2/pull/1080 Bumps tomcat-juli from 10.0.23 to 10.1.0. [![Dependabot compatibility

[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #1076: Bump de.flapdoodle.embed.mongo from 3.4.6 to 3.4.10

2022-09-27 Thread GitBox
dependabot[bot] commented on PR #1076: URL: https://github.com/apache/logging-log4j2/pull/1076#issuecomment-1259276131 Superseded by #1079. -- 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

[GitHub] [logging-log4j2] dependabot[bot] closed pull request #1076: Bump de.flapdoodle.embed.mongo from 3.4.6 to 3.4.10

2022-09-27 Thread GitBox
dependabot[bot] closed pull request #1076: Bump de.flapdoodle.embed.mongo from 3.4.6 to 3.4.10 URL: https://github.com/apache/logging-log4j2/pull/1076 -- 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

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request, #1079: Bump de.flapdoodle.embed.mongo from 3.4.6 to 3.4.11

2022-09-27 Thread GitBox
dependabot[bot] opened a new pull request, #1079: URL: https://github.com/apache/logging-log4j2/pull/1079 Bumps [de.flapdoodle.embed.mongo](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo) from 3.4.6 to 3.4.11. Changelog Sourced from

[jira] [Commented] (LOG4J2-3608) Could not initialize class org.apache.logging.log4j.util.PropertiesUtil when upgrade log4j2 2.17.1 to 2.18

2022-09-27 Thread Piotr Karwasz (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17609870#comment-17609870 ] Piotr Karwasz commented on LOG4J2-3608: --- [~samuelma], Did you try with the most recent version