Re: [PR] Correct script resolution order dependency [logging-log4j2]

2025-06-20 Thread via GitHub
ppkarwasz merged PR #3718: URL: https://github.com/apache/logging-log4j2/pull/3718 -- 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] Correct script resolution order dependency [logging-log4j2]

2025-06-20 Thread via GitHub
vy commented on code in PR #3718: URL: https://github.com/apache/logging-log4j2/pull/3718#discussion_r2158378592 ## src/changelog/.2.x.x/3336_script_resolution_order_fix.xml: ## @@ -0,0 +1,12 @@ + +https://logging.apache.org/xml/ns"; + xmlns:xsi="http://www.w3.org/2001/XML

Re: [PR] Correct script resolution order dependency [logging-log4j2]

2025-06-16 Thread via GitHub
github-actions[bot] commented on PR #3718: URL: https://github.com/apache/logging-log4j2/pull/3718#issuecomment-2976207257 Job Requested goals Build Tool Version Build Outcome Build ScanĀ® build-

[PR] Correct script resolution order dependency [logging-log4j2]

2025-06-06 Thread via GitHub
jhl221123 opened a new pull request, #3718: URL: https://github.com/apache/logging-log4j2/pull/3718 This pull request resolves issue #3336 by fixing the script resolution failure that occurred when a `` element was placed before the `` block in a configuration file. > [!IMPORTANT]