ramanathan1504 opened a new pull request, #3888: URL: https://github.com/apache/logging-log4j2/pull/3888
The compatibilityOfLegacyPattern test fails in timezones with fractional offsets (e.g., Asia/Kolkata). This happens because SimpleDateFormat truncates fractional offsets (+05:30 → +05) while DateTimeFormatter preserves them. This change skips the test in such environments, ensuring consistent builds. fix #3805 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
