Nightly
- 36fc8f9: [dotnet] [build] Move build targets from cdp to DevTools (#17267) (Nikolay Borisenko) #17267
- 5d23d81: [java] fix loading "isDisplayed.js" and other resources in OSGI environment (#17257) (Andrei Solntsev) #17257
- 16c046a: [py] Improve Selenium Manager platform/architecture detection (#17271) (Corey Goldberg) #17271
- f5835d6: [dotnet] [build] Significantly simplify how test targets execute tests (#17269) (Nikolay Borisenko) #17269
- bdfda79: [dotnet] [build] Simplify how we pack nuget package (#17270) (Nikolay Borisenko) #17270
- d26b709: [dotnet] Actualize readme how to run tests (#17272) (Nikolay Borisenko) #17272
2.25.4
This patch release delivers fixes for configuration inconsistencies and formatting issues across several layouts.
- Restores alignment between documented and actual configuration attributes.
- Fixes formatting and sanitization issues in XML and RFC5424 layouts.
- Improves handling of invalid characters and non-standard values.
The authoritative list of recognized configuration attributes is available in the PluginReference.
- Don't issue warnings if extra argument in parameterized logging is
null. (#3975, #4014) - Restore support for documented
Rfc5424Layoutparameter names. (#4022, #4074) - Take
Throwable#toString()into account while rendering stack traces in Pattern Layout. (#3623, #4033) - Added debug level logs for successful resource loading in
Loaderclass. (#4058, #4060) - Align
SslConfigurationfactory method usage with Log4j 2.12+ API. TheverifyHostnameattribute is now correctly recognized. (#4061, #4075) - Fix sanitization of structured data parameter names in RFC5424 layout. (#4073)
- Replace invalid characters in XmlLayout output with the Unicode replacement character (U+FFFD). (#4077)
- Replace invalid characters in Log4j1XmlLayout output with the Unicode replacement character (U+FFFD). (#4078)
- Replace invalid characters in MapMessage.asXml() output with the Unicode replacement character (U+FFFD). (#4079)
- Write non-finite floating-point numbers as strings in
JsonWriter. (#4080)