Author: svc_dist_logging
Date: Wed Jul  1 10:54:08 2026
New Revision: 85567

Log:
Added `apache-log4j` artifacts for release `2.25.5`

Added:
   dev/logging/log4j/2.25.5/
   dev/logging/log4j/2.25.5/apache-log4j-2.25.5-bin.zip   (contents, props 
changed)
   dev/logging/log4j/2.25.5/apache-log4j-2.25.5-bin.zip.asc
   dev/logging/log4j/2.25.5/apache-log4j-2.25.5-bin.zip.sha512
   dev/logging/log4j/2.25.5/apache-log4j-2.25.5-email-announce.txt
   dev/logging/log4j/2.25.5/apache-log4j-2.25.5-email-vote.txt
   dev/logging/log4j/2.25.5/apache-log4j-2.25.5-src.zip   (contents, props 
changed)
   dev/logging/log4j/2.25.5/apache-log4j-2.25.5-src.zip.asc
   dev/logging/log4j/2.25.5/apache-log4j-2.25.5-src.zip.sha512

Added: dev/logging/log4j/2.25.5/apache-log4j-2.25.5-bin.zip
==============================================================================
Binary file. No diff available.

Added: dev/logging/log4j/2.25.5/apache-log4j-2.25.5-bin.zip.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/logging/log4j/2.25.5/apache-log4j-2.25.5-bin.zip.asc    Wed Jul  1 
10:54:08 2026        (r85567)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmpE8boACgkQVuc7qaC1
+ktDtkw//bzCbDS6MbLicRjm+Z5+bzGgLrxSACr/tw5Ci6fOzds8OB45KVnCVFtXK
+Hxjx6Acj7VOCitSAy8OLB8aCO2WXPszuibkLKt2+RGYbnAN4jdG/28uUUFjkxqQG
+Vgvolk6Z6yXh/2foVIAR6dG+f0dVq+fkRxCNBOxFoWpDFapMtI47Q0A4J/B4sjf8
+9YxLruBbIuUQ29EMmi9WMqEKYEdnKVqkoHUHGDesKkguC09FROtNIq4cISyjRb/J
+GjyvRMcKC0gOZT/YmbTPfMOSeFZqQzAhORTbWo54yZhY4dcjPT4/YRXez8iNnkqj
+WQcBCx9AfygWSp1qiwMsvB9afWaf57nc3icGVyV27U+L7dXIkrgcOPVq1SaN/X7a
+Nzc9M44jgbqSbB07eymfM92laPjFujjCjsxWzupujz+gQDOt94E251WpM+kY9sKO
+3xG7k2mpdZfJSrJVDGXUUTvbh8ZPMvgsIvlDS09UMREg3gsPo3UoUOm+qLjJbGZT
+UgtDcxB/03y6pd/4paoIRH3C298E8HD5nGto9+bCcE7UWOPGqGTL4s3Lk2iYrCJS
+YbWBkJa8cV2I6SYDxUWnD9ps69HjK5STKARIfdK0PypJ9jQph/hhWkImSmDuiHHT
+vZ+RF7tY7iH+/LKYq9WDDaeta0bV2wGJE7ys3+9I1St4kmcgx6c=
+=OvEF
+-----END PGP SIGNATURE-----

Added: dev/logging/log4j/2.25.5/apache-log4j-2.25.5-bin.zip.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/logging/log4j/2.25.5/apache-log4j-2.25.5-bin.zip.sha512 Wed Jul  1 
10:54:08 2026        (r85567)
@@ -0,0 +1 @@
+d5f4f2625f18746b27e4ecd55634218ebad2e6de5ef1bcf53c19612960bd62a5aae7ff394df69f9c9bfd6a253d0310af13ed83fa53fbf22f031c696b5eefdcf6
  apache-log4j-2.25.5-bin.zip

Added: dev/logging/log4j/2.25.5/apache-log4j-2.25.5-email-announce.txt
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/logging/log4j/2.25.5/apache-log4j-2.25.5-email-announce.txt     Wed Jul 
 1 10:54:08 2026        (r85567)
@@ -0,0 +1,32 @@
+To: [email protected], [email protected]
+Title: [ANNOUNCE] Apache Log4j `2.25.5` released
+
+Apache Log4j team is pleased to announce the `2.25.5`
+release. Apache Log4j is a versatile, industrial-strength
+Java logging framework composed of an API, its implementation,
+and components to assist the deployment for various use cases.
+For further information (support, download, etc.) see the project
+website[1].
+
+[1] https://logging.apache.org/log4j/2.x/index.html
+
+== Release Notes
+
+This patch release delivers certain fixes on top of `2.25.4`
+
+
+[#release-notes-2-25-5-changed]
+=== Changed
+
+* Improve logging for `LinkageError` scenarios involving the LMAX Disruptor 
library (#2250, #4124)
+
+[#release-notes-2-25-5-fixed]
+=== 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)

Added: dev/logging/log4j/2.25.5/apache-log4j-2.25.5-email-vote.txt
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/logging/log4j/2.25.5/apache-log4j-2.25.5-email-vote.txt Wed Jul  1 
10:54:08 2026        (r85567)
@@ -0,0 +1,44 @@
+To: [email protected]
+Title: [VOTE] Release Apache Log4j `2.25.5`
+
+This is a vote to release the Apache Log4j `2.25.5`.
+
+Website: https://logging.staged.apache.org/log4j/2.25.5/index.html
+GitHub: https://github.com/apache/logging-log4j2
+Commit: 2e1d9c6284af1da1dec189f4b5b98ac0f32a7645
+Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j/2.25.5
+Nexus: 
https://repository.apache.org:443/content/repositories/orgapachelogging-1328
+Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
+Review kit: 
https://logging.apache.org/logging-parent/release-review-instructions.html
+
+Please download, test, and cast your votes on this mailing list.
+
+[ ] +1, release the artifacts
+[ ] -1, don't release, because...
+
+This vote is open for 72 hours and will pass unless getting a
+net negative vote count. All votes are welcome and we encourage
+everyone to test the release, but only the Logging Services PMC
+votes are officially counted. At least 3 +1 votes and more
+positive than negative votes are required.
+
+== Release Notes
+
+This patch release delivers certain fixes on top of `2.25.4`
+
+
+[#release-notes-2-25-5-changed]
+=== Changed
+
+* Improve logging for `LinkageError` scenarios involving the LMAX Disruptor 
library (#2250, #4124)
+
+[#release-notes-2-25-5-fixed]
+=== 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)

Added: dev/logging/log4j/2.25.5/apache-log4j-2.25.5-src.zip
==============================================================================
Binary file. No diff available.

Added: dev/logging/log4j/2.25.5/apache-log4j-2.25.5-src.zip.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/logging/log4j/2.25.5/apache-log4j-2.25.5-src.zip.asc    Wed Jul  1 
10:54:08 2026        (r85567)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmpE8boACgkQVuc7qaC1
+ktCWHg/+PoPE/cYeRqwJuZWuL5kt2K4PTc44FO1jit+iy2ejpY+CnUNMV2B3q/yK
+FbUXhnRoVoe8GYTreLJBFfqUCsaPHV1MWTNo4I5/Ao8VdQ2gonIuyKqB9oD6s4Ne
+EX1UXIRCnsJPaRCM+34u1Uz0teYlo4Z/X5xjjxNNbzqZlowXxbqUAZoF1MPAekrg
+JoAGcVdFgDHd9YT+EAWNSOK+oGucJglk+EVaPx/fT40kmd/ovS+dbPVS+6RrLbOt
+PWdl6uUbJhNmz9yPU51eUx0LqMK0IOub/OVo6GGBUkeqkLrfyTJOOA44d6qTd5Jd
+djONBvoT7GJMTClxvp1BOhOQZoFtF8hMB6JZbTEw2uLrdUJo+A/RxQcYLSXPJskz
+/apCpbtF+iOut5Vfn5rDwcOw0he2an3SkPWK9ZwFEkA806R5dtErhaFanJ1lrxnd
+UlJ60nd8215HizQ2KrT8v/dLDlPVS0dq1/bcd0x52VPWPcAmgu5yTOlL782SExdP
+4zcsHB7GrN/6uOkC4Vcg+sbSA7ZK4iiZ6aePG+5a0z3eP+Tzu4TEpdUt3VKWH2Wp
+Gt8tOYona3B7YMmdR5osp2nKxxo6Istc7pwIhMG8qdo8Dnw+YQ84emeQYAdwbJHx
+W3QYy2bG8YgmUqpu/ymcrIXgzZs0+xbwAo6Cw42vnra7Q9yv04o=
+=SqhN
+-----END PGP SIGNATURE-----

Added: dev/logging/log4j/2.25.5/apache-log4j-2.25.5-src.zip.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/logging/log4j/2.25.5/apache-log4j-2.25.5-src.zip.sha512 Wed Jul  1 
10:54:08 2026        (r85567)
@@ -0,0 +1 @@
+82290cfe4d29153a889c35de4d0fa75ed0165fccac0721e93698100af053952c708c6ff54085cca5cdad2fcec91ddfc9f114f193cef80b3555e4c0d9199af9b0
  apache-log4j-2.25.5-src.zip

Reply via email to