6 hours ago
netty

netty-4.2.16.Final

What's Changed

New Contributors

Full Changelog: https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final

12 hours ago
selenium

Nightly

Commits

  • 3936678: [java] Deprecate methods to avoid internal BiDi connection surfacing on driver (#17751) (Puja Jagani) #17751
  • 1a6530f: [js] Update cddl to 0.21.0 to fix quoted reserved-word parsing in BiDi codegen (#17752) (Titus Fortner) #17752
14 hours ago
Activiti
15 hours ago
Activiti
17 hours ago
Activiti
18 hours ago
Activiti
22 hours ago
logging-log4j2

2.25.5

This patch release delivers certain fixes on top of 2.25.4

Changed

  • Improve logging for LinkageError scenarios involving the LMAX Disruptor library (#2250, #4124)

Fixed

  • Fix the createOnDemand behavior of RollingFileAppender to correctly defer file and directory creation until the first log event, while preserving eager creation when disabled. (#2006, #4072)
  • Improve documentation for locale handling in the Pattern Layout date pattern converter (#4129, #4130)
  • Fix handling of non-finite numbers while encoding MapMessage to JSON (#4163)
  • Fix encoding of MSGID and SD-ID fields of StructuredDataMessage to XML (#4136)
  • Fix stack trace rendering for exceptions with identity malfunction (e.g., colliding equals() and/or hashCode() implementations) (#3933, #4133)
  • Fix resource leaks in ConfigurationSource when loading configuration via URL fails (#4127)
  • Fix KafkaAppender reporting error to error handler even after a successful retry (#4125)