Re: [PR] Refactor StatusLogger to use precompiled Pattern constants [logging-log4j2]

2025-06-08 Thread via GitHub
ppkarwasz commented on PR #3719: URL: https://github.com/apache/logging-log4j2/pull/3719#issuecomment-2954785747 The normalization logic in `StatusLogger` only needs to support the five legacy constants listed below and their corresponding normalized forms. There's no need for complex logic

Re: [PR] Bump androidx.appcompat:appcompat from 1.7.0 to 1.7.1 in the all group across 1 directory [logging-log4j-samples]

2025-06-08 Thread via GitHub
ppkarwasz merged PR #333: URL: https://github.com/apache/logging-log4j-samples/pull/333 -- 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-un

Re: [PR] Bump org.junit:junit-bom from 5.13.0 to 5.13.1 in /log4j-samples-graalvm in the all group across 1 directory [logging-log4j-samples]

2025-06-08 Thread via GitHub
ppkarwasz merged PR #334: URL: https://github.com/apache/logging-log4j-samples/pull/334 -- 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-un

Re: [PR] Refactor StatusLogger to use precompiled Pattern constants [logging-log4j2]

2025-06-08 Thread via GitHub
vy commented on PR #3719: URL: https://github.com/apache/logging-log4j2/pull/3719#issuecomment-2954276836 > We should improve the implementation of StatusLogger by extracting all regular expressions used for property normalization and matching into clearly named, precompiled Pattern constan