Re: [PR] Handle missing stack traces in ExtendedThreadInformation [logging-log4j2]

2025-05-11 Thread via GitHub
PAX523 commented on PR #3655: URL: https://github.com/apache/logging-log4j2/pull/3655#issuecomment-2870851701 > @PAX523, thanks so much for the fix! It is a pleasure to collaborate with an external contributor knowing how to write tests and adhere to existing coding style. 🙇 > > I've

Re: [PR] fix toString() method in configuration implementations (apache#3599) [logging-log4j2]

2025-05-11 Thread via GitHub
github-actions[bot] commented on PR #3658: URL: https://github.com/apache/logging-log4j2/pull/3658#issuecomment-2870008769 Job Requested goals Build Tool Version Build Outcome Build Scan® build-

[jira] [Updated] (LOG4NET-696) Release candidate 3.1.0 hangs while building

2025-05-11 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/LOG4NET-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated LOG4NET-696: Description: I am creating this ticket to see if my DUMP files can be attached here. See

Re: [I] Fix `toString()` method in configuration implementations [logging-log4j2]

2025-05-11 Thread via GitHub
anindita-sarkarArray commented on issue #3599: URL: https://github.com/apache/logging-log4j2/issues/3599#issuecomment-2869831797 hi @garydgregory , instead of AbstractConfiguration , shall I put my changes to all derived classes so that it can retain the additional info of subclasses. --

Re: [PR] fix toString() method in configuration implementations (apache#3599) [logging-log4j2]

2025-05-11 Thread via GitHub
anindita-sarkarArray commented on PR #3658: URL: https://github.com/apache/logging-log4j2/pull/3658#issuecomment-2869823145 > Why? This makes debugging worse as we loosing information. hi @garydgregory , instead of AbstractConfiguration , shall I put my changes to all derived classes

Re: [PR] fix toString() method in configuration implementations (apache#3599) [logging-log4j2]

2025-05-11 Thread via GitHub
garydgregory commented on PR #3658: URL: https://github.com/apache/logging-log4j2/pull/3658#issuecomment-2869817751 Why? This makes debugging worse as we loosing information. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Fix `toString()` method in configuration implementations [logging-log4j2]

2025-05-11 Thread via GitHub
anindita-sarkarArray commented on issue #3599: URL: https://github.com/apache/logging-log4j2/issues/3599#issuecomment-2869788867 @ppkarwasz I have made the requested changes. https://github.com/apache/logging-log4j2/pull/3658 Please review -- This is an automated message from the Apache

[PR] fix toString() method in configuration implementations (apache#3599) [logging-log4j2]

2025-05-11 Thread via GitHub
anindita-sarkarArray opened a new pull request, #3658: URL: https://github.com/apache/logging-log4j2/pull/3658 [A clear and concise description of what the pull request is for along with a reference to the associated issue IDs, if they exist.] Added toString implementation to Abstract