Author: svc_dist_logging
Date: Mon Sep 23 21:40:16 2024
New Revision: 71817

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 Mon Sep 23 
21:40:16 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmbx4DsACgkQVuc7qaC1
+ktCeBA//QcIqoAqAj4WnaZST2CUWvqN6jSuGi7peLhzuT6bJUSU75Dad/TdhNpej
+jGxsV0SfhKbxb6Q/vWBJHmkAflr7A0hgUZCwGB7wxtLvs9eOyL5Es4c4ky6ysG+D
+hH7nsgIm9dOm7GcmrgIX4xlwBPPRE7i0XY2Hj60niZ992VjKDq49QYykEeDoAT3K
+Jy6OpVpg4/iPA7zXmgWPKVGClmX85mO4SwIltygPCLQmKu2C26FHLeaZ5/NQXQTZ
+NPUubSfqBCxOd+U6upUBI/bg130Vczpbbpdf/LgIi1IxHAiCD3UQjD08jaKAkDc/
+vt+VUTYhtYxEeY3d3EJB/05+T8veYIOAiSinYjfdgg2ew+PrFC8flFZDoyFD9tDG
++8WkW72j3vyMbl37aWSCqmOZqnXWgczReoAcCaZ3R+qw2YxTfUxCqaUMSFfAnmtr
+gcbRJw3ftxq+ELBuS73UNhtccRNWvxVO7g7WZorfEEk20h7akM2IDI4BVWo8BZue
+wzQze9oUlJ46meWzco41ITHmpapXyjf+GbjqGVO1C2WBen6fO7EMcpZhWH7KVRKN
+aMMutD1Z33eGGnIzU5oR0uSWM926ztx1cGBn6q/oubiQ+a52olr1Y0v/lzLJpbpF
+52GVv8tfCQEJGbc6rnh6lXhlDlGhu5ZyDBynjPHSg3rFvcUnHbI=
+=412R
+-----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 Mon Sep 23 
21:40:16 2024
@@ -0,0 +1 @@
+60052e1a89869e7b2ffb189ff04deb47839a7df28e68945585b00d35d52a870fa51b9ec69141c14a663e7cb57083dfbe340d83d31f1e89fc2576ca4293c76088
  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 Mon Sep 23 
21:40:16 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 releases contains only 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 Mon Sep 23 
21:40:16 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: e046d83af4804421691e906b5b22503ee2be497d
+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 releases contains only 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 Mon Sep 23 
21:40:16 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmbx4DoACgkQVuc7qaC1
+ktDJ/xAAwjIz/4KoEQ0MKDTcZyh0L18gXsU5KeOAQn1x2SlNHgaE02hZSFzC8EAU
+nKFv16SEZAkjPzkkNoIKpDKrGoBH5tNXyBIBzRlqh+x0AhGVzE1teIBASZ3pZVP+
+IIQgQrbK4+iAUg945jcAuqjWf8qUNyJTFHczNEPld9W5Kdc9bJfAKw70v5w5HvGA
+1pXoj0Yom1Vebc3f+NMQBvMPVdVYPXJ7pVydJxUBi9vjVSjz4WuO0Kjx1JXgmsuH
+rbYSpZd/rcm/wETkP6/rEORwRLskI8qqBJGfD/XV7PmJEn4WpN5X5FA9jaHT4OFf
+FC2wdmkxabRtSTzZB1MmQnomzR8m3h+zoWwkmsHVY+wvxx544j3glS95pW1Eh0r4
+Gp1A3uzpd3m5vAb0p7MvGva7U1Axm3XBIthIXGRQ+BgW1wSuUrnkuFedRkF6pOEB
+vWn+6ArsSuHtGQTFGJshpGjA+bkCKWA8B9974O4MBu5cpQmHmJEKdgH348deWrkl
+PkSqnxn6B2M2NztN3enRK92NvJM+A76GROBnzYcg4o1a4RF7hMRDOHCMjQoH5yfL
+z88GCg6ZMScUo34nz/0olga7bsosflWxsCVr2G0QTWbk17Ziij/haJWLRtp4500l
+3fucmB/Oy8aGSaU3ncxEyciWr8BnGZNOPAMhdIVp7keq/N1i3wI=
+=Ukft
+-----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 Mon Sep 23 
21:40:16 2024
@@ -0,0 +1 @@
+dc0ddeb1aa9b63c18c036f1be340a3d9fb3e59d8dd6a86cbe4968a6ab0d289e14bdb71665055e407b949aabc2b5545ca711bdd66566be6e8b8870799edd4e6fb
  apache-log4j-2.24.1-src.zip


Reply via email to