Author: svc_dist_logging
Date: Tue Sep 24 14:15:11 2024
New Revision: 71832
Log:
Added `apache-log4j` artifacts for release `2.24.1`
Added:
dev/logging/log4j/2.24.1/apache-log4j-2.24.1-bin.zip (with props)
dev/logging/log4j/2.24.1/apache-log4j-2.24.1-bin.zip.asc
dev/logging/log4j/2.24.1/apache-log4j-2.24.1-bin.zip.sha512
dev/logging/log4j/2.24.1/apache-log4j-2.24.1-email-announce.txt
dev/logging/log4j/2.24.1/apache-log4j-2.24.1-email-vote.txt
dev/logging/log4j/2.24.1/apache-log4j-2.24.1-src.zip (with props)
dev/logging/log4j/2.24.1/apache-log4j-2.24.1-src.zip.asc
dev/logging/log4j/2.24.1/apache-log4j-2.24.1-src.zip.sha512
Added: dev/logging/log4j/2.24.1/apache-log4j-2.24.1-bin.zip
==============================================================================
Binary file - no diff available.
Propchange: dev/logging/log4j/2.24.1/apache-log4j-2.24.1-bin.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/logging/log4j/2.24.1/apache-log4j-2.24.1-bin.zip.asc
==============================================================================
--- dev/logging/log4j/2.24.1/apache-log4j-2.24.1-bin.zip.asc (added)
+++ dev/logging/log4j/2.24.1/apache-log4j-2.24.1-bin.zip.asc Tue Sep 24
14:15:11 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmbyyWkACgkQVuc7qaC1
+ktAXyhAAtGV5uUGTIn6+/zfGDxjfF1+5dSlStIgJcyUkQENRz4mmwhbz/lAJy8g7
+YajUvDdsaC/6UY0PmQy5bcirD+6kUvHHTpcxmvtxmV/sB4IBlt8ixEcBtzktKxHr
+RuF54VJs+Ri4IkKADCmIiFjGWL5ZFee30KrXHBH3MDDib41K5euvE3lqW5fQ5y8m
+B9C9TvHTbpRfslbhLlpk9U2PEmWoURPficN8Ik9UpYOHLNwirlxka2glDhiIw33y
+8Xg3ZrSXpRyPRZ3FUvl9HUGacQWq6O99FEmO3b4+Dlizdyxo3+Lb5GfuZlEWvTud
+UFTMgXDnFch7U/SoVN3zacKa3xCWt0x+5Q8ryVR7R3cwx9UO6vbPJ+zMmPUQ/z/6
+8DmjwZfpaQYOXLU0vlzf4jc5Ze90apNA0mc68jyvowv5M0kKUq03xXF6DSvgQS+z
+cJ02e6e4nua9/74v16E3Q0TvpUTqZc8VOXs5CadQyFYsRMjjKd1ZGEitMWBj+Lu1
+MiXJBO7jw2foNjLxHmcLWRZ4lz05+53AJN4vI/bMMIUtJDwqkAffbWE9H0GJTBcw
+OvOtcsfKWt8oMV9WfQORYcP3H5Bf8kqQxZ/32k+Azj1Wn01fX02p4B3+NwHMgHim
+ZT5aUFQ7rW8yn4gWRAy7DRMl4ZnQKajne7eEz4mpljGaD5GryIA=
+=6p6g
+-----END PGP SIGNATURE-----
Added: dev/logging/log4j/2.24.1/apache-log4j-2.24.1-bin.zip.sha512
==============================================================================
--- dev/logging/log4j/2.24.1/apache-log4j-2.24.1-bin.zip.sha512 (added)
+++ dev/logging/log4j/2.24.1/apache-log4j-2.24.1-bin.zip.sha512 Tue Sep 24
14:15:11 2024
@@ -0,0 +1 @@
+07edaa5ca2777bf7631c8d42c14bcefee5ae8f11b72564718bd67d6bb8441b1932364ce10d00e644d712c2940546d405e3fb010870ffea1c9aa61e625201ccf4
apache-log4j-2.24.1-bin.zip
Added: dev/logging/log4j/2.24.1/apache-log4j-2.24.1-email-announce.txt
==============================================================================
--- dev/logging/log4j/2.24.1/apache-log4j-2.24.1-email-announce.txt (added)
+++ dev/logging/log4j/2.24.1/apache-log4j-2.24.1-email-announce.txt Tue Sep 24
14:15:11 2024
@@ -0,0 +1,36 @@
+To: [email protected], [email protected]
+Title: [ANNOUNCE] Apache Log4j `2.24.1` released
+
+Apache Log4j team is pleased to announce the `2.24.1`
+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 release contains mainly bug fixes of problems encountered with the thread
context map, logger registry and configuration reloading.
+
+It also enhances integration tests to use Docker images of the most recent
releases of MongoDB and Elastic Search.
+
+
+[#release-notes-2-24-1-changed]
+=== Changed
+
+* Rework `LoggerRegistry` to make it `MessageFactory`-namespaced. This
effectively allows loggers of same name, but different message factory. (#2936)
+* Enable Docker-based tests in CI for JSON Template Layout (#2953)
+
+[#release-notes-2-24-1-fixed]
+=== Fixed
+
+* Switch MongoDB tests to use Docker. (#2229)
+* Fix reloading of the configuration from an HTTP(S) source (#2937)
+* Fix `putAll()` in the default thread context map implementation (#2942)
+
+[#release-notes-2-24-1-updated]
+=== Updated
+
+* Update `org.apache.logging:logging-parent` to version `11.3.0`
Added: dev/logging/log4j/2.24.1/apache-log4j-2.24.1-email-vote.txt
==============================================================================
--- dev/logging/log4j/2.24.1/apache-log4j-2.24.1-email-vote.txt (added)
+++ dev/logging/log4j/2.24.1/apache-log4j-2.24.1-email-vote.txt Tue Sep 24
14:15:11 2024
@@ -0,0 +1,48 @@
+To: [email protected]
+Title: [VOTE] Release Apache Log4j `2.24.1`
+
+This is a vote to release the Apache Log4j `2.24.1`.
+
+Website: https://logging.staged.apache.org/log4j/2.24.1/index.html
+GitHub: https://github.com/apache/logging-log4j2
+Commit: 8ee9387d9ec2063ab11f27eaa43e44a13f4c9935
+Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j/2.24.1
+Nexus:
https://repository.apache.org/content/repositories/orgapachelogging-<FIXME>
+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 release contains mainly bug fixes of problems encountered with the thread
context map, logger registry and configuration reloading.
+
+It also enhances integration tests to use Docker images of the most recent
releases of MongoDB and Elastic Search.
+
+
+[#release-notes-2-24-1-changed]
+=== Changed
+
+* Rework `LoggerRegistry` to make it `MessageFactory`-namespaced. This
effectively allows loggers of same name, but different message factory. (#2936)
+* Enable Docker-based tests in CI for JSON Template Layout (#2953)
+
+[#release-notes-2-24-1-fixed]
+=== Fixed
+
+* Switch MongoDB tests to use Docker. (#2229)
+* Fix reloading of the configuration from an HTTP(S) source (#2937)
+* Fix `putAll()` in the default thread context map implementation (#2942)
+
+[#release-notes-2-24-1-updated]
+=== Updated
+
+* Update `org.apache.logging:logging-parent` to version `11.3.0`
Added: dev/logging/log4j/2.24.1/apache-log4j-2.24.1-src.zip
==============================================================================
Binary file - no diff available.
Propchange: dev/logging/log4j/2.24.1/apache-log4j-2.24.1-src.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/logging/log4j/2.24.1/apache-log4j-2.24.1-src.zip.asc
==============================================================================
--- dev/logging/log4j/2.24.1/apache-log4j-2.24.1-src.zip.asc (added)
+++ dev/logging/log4j/2.24.1/apache-log4j-2.24.1-src.zip.asc Tue Sep 24
14:15:11 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmbyyWkACgkQVuc7qaC1
+ktCesQ/7Bp4Lwdi7XS8WhDJenKn+zWmDWP9WxUE2ioyuLwASyr2Y+vPugzxRfLs6
+6RcQYZuQpfbNKg52qGenoyR4BdUizDI8D82UjbuYTOGb2kBcqHyd1TLNf3VJovYb
+7L+hYfezZ0YCsCZOggA1n5GSHQ+gimBUR9AkhaKRWN2xqzOtY58cWF5AUgUH1zo9
+IT/u5DLraQKWv0vrPYJrggs4uiddeOgXPiok7xDB8rq2ME89V0kehX6oXIUVhiyG
+DMXA/WaWOB3wguhMKW6GeXIwQcnmV46OnrIr06wsyNlfJdUIUuKwrcNb1jxiBlMb
+zTIp12NJMf1Q7riiRLBsYBgtvlU17PClRkaOXtV2NY1Rm+Zvsj66Sov7/I8RmqRo
+q7X8bkXWcoFl9i66Oamx31aqw0W5Fn+sHMd0ssbnXjQt5y9Rr8pKpdQjMtKs+zi3
+QpNLG1Z+l56M1LXUxxokNhmaW0zvz84CZ6ffdjNPwVDv3B2NTIgj8lz4zMqjPhnn
+3f02kKQM7UbHSwZgY9G+XE5DsTn/BER+G3pgqAdxHMWRXPhdopoXD/dbyG6p6VQV
+30suZWAw5EttpYNOxyI4FWQl0erGWy2n6nlAfyNeZFqZ8e3uq3N38DzKy7s+MQcq
+g2dBOKdxc6luTf+QtJCoIGv2VciUO+t23iuxSpyHHIM1jLiM6rw=
+=Wjiy
+-----END PGP SIGNATURE-----
Added: dev/logging/log4j/2.24.1/apache-log4j-2.24.1-src.zip.sha512
==============================================================================
--- dev/logging/log4j/2.24.1/apache-log4j-2.24.1-src.zip.sha512 (added)
+++ dev/logging/log4j/2.24.1/apache-log4j-2.24.1-src.zip.sha512 Tue Sep 24
14:15:11 2024
@@ -0,0 +1 @@
+7e4abab885a0a465ba31aa870e02256674d4247e926fb67250365c78f752264aba6faea221110872de00b1f7189d3013a4bd3100609f18f0f0bc91a947d5457a
apache-log4j-2.24.1-src.zip