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] 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

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

2025-06-06 Thread via GitHub
kamilkrzywanski opened a new pull request, #3719: URL: https://github.com/apache/logging-log4j2/pull/3719 We should improve the implementation of StatusLogger by extracting all regular expressions used for property normalization and matching into clearly named, precompiled Pattern constants