Author: svc_dist_logging
Date: Sun Sep 22 18:57:26 2024
New Revision: 71795
Log:
Added `apache-log4j` artifacts for release `2.24.1`
Added:
dev/logging/log4j/2.24.1/
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 Sun Sep 22
18:57:26 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmbwaJEACgkQVuc7qaC1
+ktAFQg//W0DvjZzV/3XENw3g6RP2pD72mXkoA8NfLgN9wYrTpiAdRJNOBGzfT8E1
+GJ3JmO24SE+VprHCK30w40EAs0u5z7p+ww7HsRXah1jrF5KQY2nQ7dwmFxXjNDHe
+5uiW8NFN2CD/LrHaRWDUgvw/xYv2//Tc3Hep/+XvKo8bkVzrB0L1fw5pFZUzqVqI
+/Z3sJu7oNeHw+Z0YWoluhFZGdf876HMaWjvJrrFmFahY6sQFdJ2whOsSr/5dR4oo
+HUU9uHXOQhgPiM+Di1VTjVi2Xr2wshbXenF0tHvUbaGe/O5DzEl6qhQappxpq0k7
+ViCEDhFIHx+eMCcyWHhFtZLLzZjFXGniB3nrLU75zPIApRUahXat1esS+cdrEP9n
+X6WyPtYfBaP6/wxNOuV43IOoIRlgftCNOStitcICEJLDwFf05GJGhcfUgIjCp8Oz
+2amF46dYZZ3bq0uWzXz15jn8QlPPrD2/pCyPmMNmj6wSSW+yKiGpAWliVVesjvQ9
+k1ELe7eiQqOenwb/GDlKv33i4stxP+0kog6fvSCVcyzJh4o7YYCsHZ4cwxbOAJgd
+67iO06raLy9EkziWxSZsinNU0thSfPlUVKbgHJ3MJXsC9gVs2c1jTZxao97qJn6d
+GZbUo+Y9pL+Nwim3DPiy8bmksKOAnbcvngx3P3slk/NvEDzeJUA=
+=/4Fl
+-----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 Sun Sep 22
18:57:26 2024
@@ -0,0 +1 @@
+21267447b1f944d885a1cbeea8dc8d2d0d1b7057cfb08c2aa5dca3b7b230c2dd2f97631ea63c73fcb92e3d6d80388c020ef06007425bbf1cb92acdaa3b2b24f3
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 Sun Sep 22
18:57:26 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 three small fixes to version `2.24.0`.
+
+It also improves integration tests, by running them using Docker.
+
+
+[#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 Sun Sep 22
18:57:26 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: 9292a0fb7807aad3db3334ca4f1593ed878eb739
+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 three small fixes to version `2.24.0`.
+
+It also improves integration tests, by running them using Docker.
+
+
+[#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 Sun Sep 22
18:57:26 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmbwaJEACgkQVuc7qaC1
+ktA8ew/9HtTxme2XTGy6DXkfPUc367Zs/YgywIEPuKYW9JaZTpne/8Ic6jNErF/4
+ftiiWuCo3NFEBNhNAuhzZUHpbk1SWceW4N9KxfyUTqLBvz3Dy55BdCe6qOSVO35m
+JcVZsnIFKh5EOSdvhMWVEUKY/vwSPCpM/e9ClbsUrwby9oaHdwoN34OLzsEtgke4
+/fthGfGmyTsRU7bsxM7um5DD7N+dYURoweRyjR5iPuuAaiuYCgcBulacXb/iAVVV
+t4oFn+HJCTkttaPpOzEfGR9jkHp4c9AXXhQaJXNQjYshvdt4uMsRaoLS/B1Dh7r+
+LyrvCt0lOhNu6NFgWaTo+5nNX8BIMbSjZPjMc3K8L3DFXywBLjRrp2XsBQCaUgzt
+CcDfcIdZdd70zc0Rlo96jssaRrdd+XrGOTwiSeS3pYSbIB7TNFL+pJm0OwiVNkzU
+4J3KkzKFvZdYzfB0bdFNPBr8YRSdR2+o4q9sGazdfyYLSqwaSbsbYfGaPlaWa78b
+ZQWwDE8B8LC6m3M9xYfL/OoIRRxV9aAXbd//1GXWJkvNu0HI0u7+HECo+/t0mfby
+StJXUvHSUeezeIT78cGHaYtzSDyeWqEfWaMkP1AOM/cMwBIzLyCE55jxISeadMO3
+LRGNCyXg2haysi+vq7d2pHrjOYlO1x2AYRuLVdyyNxb0mSAqtjs=
+=PfbJ
+-----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 Sun Sep 22
18:57:26 2024
@@ -0,0 +1 @@
+34448cb64fdc0795f916c9f9145ff364dae125496094847a1e96313e645b3c275e59dbd530203bb05bfd64f9bc123da427c62fde3021d4662aa0889f72afffa9
apache-log4j-2.24.1-src.zip