Author: svc_dist_logging
Date: Sat Aug 31 19:05:07 2024
New Revision: 71263
Log:
Added `apache-log4j` artifacts for release `2.24.0`
Added:
dev/logging/log4j/2.24.0/
dev/logging/log4j/2.24.0/apache-log4j-2.24.0-bin.zip (with props)
dev/logging/log4j/2.24.0/apache-log4j-2.24.0-bin.zip.asc
dev/logging/log4j/2.24.0/apache-log4j-2.24.0-bin.zip.sha512
dev/logging/log4j/2.24.0/apache-log4j-2.24.0-email-announce.txt
dev/logging/log4j/2.24.0/apache-log4j-2.24.0-email-vote.txt
dev/logging/log4j/2.24.0/apache-log4j-2.24.0-src.zip (with props)
dev/logging/log4j/2.24.0/apache-log4j-2.24.0-src.zip.asc
dev/logging/log4j/2.24.0/apache-log4j-2.24.0-src.zip.sha512
Added: dev/logging/log4j/2.24.0/apache-log4j-2.24.0-bin.zip
==============================================================================
Binary file - no diff available.
Propchange: dev/logging/log4j/2.24.0/apache-log4j-2.24.0-bin.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/logging/log4j/2.24.0/apache-log4j-2.24.0-bin.zip.asc
==============================================================================
--- dev/logging/log4j/2.24.0/apache-log4j-2.24.0-bin.zip.asc (added)
+++ dev/logging/log4j/2.24.0/apache-log4j-2.24.0-bin.zip.asc Sat Aug 31
19:05:07 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmbTaWAACgkQVuc7qaC1
+ktDxJxAAvnABPPiikAGicLtmdddC1toEV99ZU6NPLvFuKMoboD7kGXDeRuZhfVRA
+ueOY0d8r/GUOmBF1GBvM6CK86mBumasA1huQrUFBFbx0K3PlN9aPwFDLpgbtDfg7
+7Y8a4y104aTs4F4ZwD6fkj2Wct9NWrDVMA7NoiWbG4+U1c6IVePmmB/Njqq/MB6F
+gZjQjmZR8q06LzxpwgMZOFW+LC/KsLwTQkNuqloFt18PIA2bcpJo+tw7tHhhyTms
+WIs8g5N+isGRgudJ97xiodmnbsyIDt9h8QKavnqx8qORieVrpoJRNOc1PiFTHmc9
+j6Xot5tjJI8THU1WQ6e7zlktsSQzkERTSjSE/NwxaEebKL+ccB154gxne9512ENZ
+PUIoW3QNhO1TZ7bkq1j19JD/bqHsRh94upeSaz9qcAKRzIaGPjXNXRct45KhEc6s
+nL7Y/7w6EqXDIwwh8CIcM5wI0lfC15qmmN38IjGrlWwpCCfRio+uLiI1kQU82WFA
+tVlxo/XKZaVr6ZYUmTrs2itsdeKeDvLoQvZcCtTkNGnpgjijCp8iz78jTEEfvLTo
+SrsuB6zTJNlhYueS7HPxcVtVOb9EZnt8NnXFTztmVwks5qR7MK5Wze+EaWVCWkyX
+gZcKJ0/BExZj4MEKSEUYsQboxacHFwKniVWSZG1Up0wEiDOczNY=
+=g5xz
+-----END PGP SIGNATURE-----
Added: dev/logging/log4j/2.24.0/apache-log4j-2.24.0-bin.zip.sha512
==============================================================================
--- dev/logging/log4j/2.24.0/apache-log4j-2.24.0-bin.zip.sha512 (added)
+++ dev/logging/log4j/2.24.0/apache-log4j-2.24.0-bin.zip.sha512 Sat Aug 31
19:05:07 2024
@@ -0,0 +1 @@
+c336cabbb4c5ed6f65df0621cf1735242ac7eade359985b95c7ef6d19775b3941c534870a37aca11a90ca8f006ea8ab06795d924b633c43c10bf878aabbf0153
apache-log4j-2.24.0-bin.zip
Added: dev/logging/log4j/2.24.0/apache-log4j-2.24.0-email-announce.txt
==============================================================================
--- dev/logging/log4j/2.24.0/apache-log4j-2.24.0-email-announce.txt (added)
+++ dev/logging/log4j/2.24.0/apache-log4j-2.24.0-email-announce.txt Sat Aug 31
19:05:07 2024
@@ -0,0 +1,134 @@
+To: [email protected], [email protected]
+Title: [ANNOUNCE] Apache Log4j `2.24.0` released
+
+Apache Log4j team is pleased to announce the `2.24.0`
+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
+
+== Release Notes
+
+This release contains improvements and changes in several areas of Apache
Log4j:
+
+=== Log4j API
+
+The `2.24.0` version of Log4j API has been enhanced with changes from the 3.x
branch and will be used by both Log4j 2 Core and Log4j 3 Core releases.
+The changes include:
+
+* A faster default `ThreadContextMap`.
+* Enhanced GraalVM support: native binaries that use Log4j API will no longer
require additional GraalVM configuration.
+* The configuration properties subsystem now only accepts the official
pre-2.10 property names and the normalized post-2.10 names.
+Check your configuration for typos.
+
+=== Documentation
+
+The xref:index.adoc[Apache Log4j 2] website has been almost entirely rewritten
to provide improved documentation and faster access to the information you need.
+
+=== Bridges
+
+The JUL-to-Log4j API and Log4j 1-to-Log4j API will no longer be able to modify
the configuration of Log4j Core by default.
+If such a functionality is required, it must be explicitly enabled.
+
+=== Modules
+
+The following Log4j Core additional modules have been removed:
+
+`log4j-flume-ng`::
+The module has been moved to the Flume project and follows the Apache Flume
release lifecycle.
+
+`log4j-kubernetes`::
+The module has been moved to the
https://github.com/fabric8io/kubernetes-client/blob/main/doc/KubernetesLog4j.md[Fabric8.io
Kubernetes project] and follows the Fabric8.io release lifecycle.
+
+`log4j-mongodb3`::
+The module based on MongoDB Java client version 3.x has been removed.
+Please migrate to `log4j-mongodb` (client version 5.x) or `log4j-mongodb4`
(client version 4.x).
+
+=== JMX changes
+
+Starting in version 2.24.0, JMX support is disabled by default and can be
re-enabled via the `log4j2.disableJmx=false` system property.
+
+
+[#release-notes-2-24-0-added]
+=== Added
+
+* Add a faster `DefaultThreadContextMap` implementation. (#2330)
+* Add Logback throwable-consuming semantics as an option in `log4j-slf4j-impl`
and `log4j-slf4j2-impl`. Users can enable it by setting the property
`log4j2.messageFactory` to
`org.apache.logging.slf4j.message.ThrowableConsumingMessageFactory`. (#2363)
+* Add trace context fields to `GcpLayout.json` (#2498)
+* Add _"Plugin Reference"_ to the website. It is a Javadoc-on-steroids
focusing on Log4j plugins. (#1954)
+* Automate website deployment using the new CI infrastructure shipped with
`org.apache.logging:logging-parent:11.0.0`
+
+[#release-notes-2-24-0-changed]
+=== Changed
+
+* Fix usage of `log4j-api` in GraalVM without additional reachability data.
(#1539)
+* Ignore exceptions thrown by PropertySources.
(https://github.com/spring-projects/spring-boot/issues/33450[Spring-33450])
+* Add logging to `PropertiesUtil` and fix `Duration` parser. (#1936)
+* Disable level modification via JUL by default. (#2353)
+* Centralize initialization in the `Provider` class and deprecate
`log4j2.loggerContextFactory` property. (#2374)
+* Remove `log4j-kubernetes` lookup. User should migrate to
https://github.com/fabric8io/kubernetes-client/blob/main/doc/KubernetesLog4j.md[`io.fabric8:kubernetes-log4j`].
(#2412)
+* Disable JMX support by default. Require `log4j2.disableJmx` to be set to
`false` to enable JMX support. (#2462)
+* Replace some usages of `DateTimeFormatter#toString()` with
`DateTimeFormatter#formatTo(StringBuilder)` to cut down on allocations (#2515)
+* Disable programmatic configuration in Log4j 1 Bridge if
`log4j1.compatibility` is `false`. (#2778)
+* Improve missing plugin descriptor warnings. (#2835)
+* Remove configuration properties caching and (undocumented) fuzzy property
name matching. (#2849)
+* Fixes property source ordering to account for different sources with the
same priority. (https://issues.apache.org/jira/browse/LOG4J2-3618[LOG4J2-3618])
+* Prioritize user-defined values of `log4j2.enableThreadLocals`,
`log4j2.garbagefreeThreadContextMap` and `log4j2.shutdownHookEnabled` over the
value of `log4j.isWebapp`. (#2517)
+* Disallow duplicate keys in JSON Template Layout templates
+* Deprecate `log4j2.defaultStatusLevel` property in Log4j Core in favor of
`log4j2.statusLoggerLevel` (#2481)
+
+[#release-notes-2-24-0-deprecated]
+=== Deprecated
+
+* Deprecate `Message#getFormat()` due to unclear semantics and inconsistent
implementations (#2773)
+* Deprecate `org.apache.logging.log4j.EventLogger` for removal (#2665)
+* Deprecate `org.apache.logging.log4j.core.appender.rolling.action.Duration`
class for removal (#2425)
+* Deprecate the `log4j-mongodb4` module in favor of `log4j-mongodb` (#2486)
+
+[#release-notes-2-24-0-fixed]
+=== Fixed
+
+* Use FQDN in RFC5424 Layout. (#1740)
+* Fix custom thread-context data provider handling in lookups and filters.
(#2331)
+* Fix handling of `log4j2.messageFactory` and `log4j2.flowMessageFactory`
properties (#2505)
+* Discard blank keys in `PropertiesUtil` (#2414)
+* Fix handling of `log4j2.debug`. (#2703)
+* Fix location requirement for the `%F` and `%file` keys in Pattern Layout
(#2781)
+* Fix `JsonLayout` failure under JPMS. (#2814)
+* Fix empty string handling for `TruncatingBufferedWriter` (#2609)
+* Fix that parameterized message formatting throws an exception when there are
insufficient number of parameters. It previously simply didn't replace the '{}'
sequence. The behavior changed in 2.21.0 and should be restored for backward
compatibility. (#2380)
+* Fix `ClassCastException` in LMAX Disruptor 3 initialization (#2768)
+* Fix requirement on the `java.management` module when JMX is disabled, which
is the default (#2775)
+* Website is migrated to Antora with several formatting and link fixes (#2427)
+
+[#release-notes-2-24-0-removed]
+=== Removed
+
+* Move Flume Appender to its own release lifecycle. (#2902)
+
+[#release-notes-2-24-0-updated]
+=== Updated
+
+* Add module log4j-mongodb to track the current MongoDB driver (currently
version 5). (#2486)
+* Remove module log4j-mongodb3, use log4j-mongodb instead, log4j-mongodb4 is
deprecated for removal. (#2486)
+* Update `com.fasterxml.jackson:jackson-bom` to version `2.17.2` (#2719)
+* Update `com.github.luben:zstd-jni` to version `1.5.6-5` (#2901)
+* Update `commons-codec:commons-codec` to version `1.17.1` (#2741)
+* Update `commons-logging:commons-logging` to version `1.3.4` (#2864)
+* Update `github/codeql-action` to version `3.25.1` (#2483)
+* Update `io.fabric8:docker-maven-plugin` to version `0.45.0` (#2776)
+* Update `org.apache.cassandra:cassandra-all` to version `3.11.17` (#2479)
+* Update `org.apache.commons:commons-compress` to version `1.27.1` (#2869)
+* Update `org.apache.commons:commons-csv` to version `1.11.0` (#2565)
+* Update `org.apache.commons:commons-lang3` to version `3.17.0` (#2907)
+* Update `org.apache.kafka:kafka-clients` to version `3.8.0` (#2777)
+* Update `org.apache.logging:logging-parent` to version `11.2.0`
+* Update `org.eclipse.jetty:jetty-bom` to version `9.4.55.v20240627` (#2709)
+* Update `org.jctools:jctools-core` to version `4.0.5` (#2637)
+* Update log4j-mongodb4 `org.mongodb:*` from `4.11.1` to `4.11.2` (#2409)
+* Update `org.mongodb:bson` to version `5.1.3` (#2823)
+* Update `org.slf4j:slf4j-api` to version `2.0.16` (#2829)
+* Update `org.springframework:spring-framework-bom` to version `5.3.39` (#2840)
Added: dev/logging/log4j/2.24.0/apache-log4j-2.24.0-email-vote.txt
==============================================================================
--- dev/logging/log4j/2.24.0/apache-log4j-2.24.0-email-vote.txt (added)
+++ dev/logging/log4j/2.24.0/apache-log4j-2.24.0-email-vote.txt Sat Aug 31
19:05:07 2024
@@ -0,0 +1,168 @@
+To: [email protected]
+Title: [VOTE] Release Apache Log4j `2.24.0`
+
+This is a vote to release the Apache Log4j `2.24.0`.
+
+Website: https://logging.staged.apache.org/log4j-2.24.0
+GitHub: https://github.com/apache/logging-log4j2
+Commit: 08053687456f6be61ee8206da782a3d051928a57
+Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j
+Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1113
+Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
+
+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.
+
+== Review kit
+
+The minimum set of steps needed to review the uploaded distribution
+files in the Subversion repository can be summarized as follows:
+
+ # Check out the distribution
+ svn co https://dist.apache.org/repos/dist/dev/logging/... && cd $_
+
+ # Verify checksums
+ shasum --check *.sha512
+
+ # Verify signatures
+ wget -O - https://downloads.apache.org/logging/KEYS | gpg --import
+ for sigFile in *.asc; do gpg --verify $sigFile; done
+
+ # Verify reproduciblity
+ umask 0022
+ unzip *-src.zip -d src
+ cd src
+ export NEXUS_REPO=https://repository.apache.org/content/...
+ sh mvnw -Prelease verify artifact:compare -Dreference.repo=$NEXUS_REPO
+ # If preferred, augment `mvnw` with `-DskipTests` to speed things up
+
+== Release Notes
+
+This release contains improvements and changes in several areas of Apache
Log4j:
+
+=== Log4j API
+
+The `2.24.0` version of Log4j API has been enhanced with changes from the 3.x
branch and will be used by both Log4j 2 Core and Log4j 3 Core releases.
+The changes include:
+
+* A faster default `ThreadContextMap`.
+* Enhanced GraalVM support: native binaries that use Log4j API will no longer
require additional GraalVM configuration.
+* The configuration properties subsystem now only accepts the official
pre-2.10 property names and the normalized post-2.10 names.
+Check your configuration for typos.
+
+=== Documentation
+
+The xref:index.adoc[Apache Log4j 2] website has been almost entirely rewritten
to provide improved documentation and faster access to the information you need.
+
+=== Bridges
+
+The JUL-to-Log4j API and Log4j 1-to-Log4j API will no longer be able to modify
the configuration of Log4j Core by default.
+If such a functionality is required, it must be explicitly enabled.
+
+=== Modules
+
+The following Log4j Core additional modules have been removed:
+
+`log4j-flume-ng`::
+The module has been moved to the Flume project and follows the Apache Flume
release lifecycle.
+
+`log4j-kubernetes`::
+The module has been moved to the
https://github.com/fabric8io/kubernetes-client/blob/main/doc/KubernetesLog4j.md[Fabric8.io
Kubernetes project] and follows the Fabric8.io release lifecycle.
+
+`log4j-mongodb3`::
+The module based on MongoDB Java client version 3.x has been removed.
+Please migrate to `log4j-mongodb` (client version 5.x) or `log4j-mongodb4`
(client version 4.x).
+
+=== JMX changes
+
+Starting in version 2.24.0, JMX support is disabled by default and can be
re-enabled via the `log4j2.disableJmx=false` system property.
+
+
+[#release-notes-2-24-0-added]
+=== Added
+
+* Add a faster `DefaultThreadContextMap` implementation. (#2330)
+* Add Logback throwable-consuming semantics as an option in `log4j-slf4j-impl`
and `log4j-slf4j2-impl`. Users can enable it by setting the property
`log4j2.messageFactory` to
`org.apache.logging.slf4j.message.ThrowableConsumingMessageFactory`. (#2363)
+* Add trace context fields to `GcpLayout.json` (#2498)
+* Add _"Plugin Reference"_ to the website. It is a Javadoc-on-steroids
focusing on Log4j plugins. (#1954)
+* Automate website deployment using the new CI infrastructure shipped with
`org.apache.logging:logging-parent:11.0.0`
+
+[#release-notes-2-24-0-changed]
+=== Changed
+
+* Fix usage of `log4j-api` in GraalVM without additional reachability data.
(#1539)
+* Ignore exceptions thrown by PropertySources.
(https://github.com/spring-projects/spring-boot/issues/33450[Spring-33450])
+* Add logging to `PropertiesUtil` and fix `Duration` parser. (#1936)
+* Disable level modification via JUL by default. (#2353)
+* Centralize initialization in the `Provider` class and deprecate
`log4j2.loggerContextFactory` property. (#2374)
+* Remove `log4j-kubernetes` lookup. User should migrate to
https://github.com/fabric8io/kubernetes-client/blob/main/doc/KubernetesLog4j.md[`io.fabric8:kubernetes-log4j`].
(#2412)
+* Disable JMX support by default. Require `log4j2.disableJmx` to be set to
`false` to enable JMX support. (#2462)
+* Replace some usages of `DateTimeFormatter#toString()` with
`DateTimeFormatter#formatTo(StringBuilder)` to cut down on allocations (#2515)
+* Disable programmatic configuration in Log4j 1 Bridge if
`log4j1.compatibility` is `false`. (#2778)
+* Improve missing plugin descriptor warnings. (#2835)
+* Remove configuration properties caching and (undocumented) fuzzy property
name matching. (#2849)
+* Fixes property source ordering to account for different sources with the
same priority. (https://issues.apache.org/jira/browse/LOG4J2-3618[LOG4J2-3618])
+* Prioritize user-defined values of `log4j2.enableThreadLocals`,
`log4j2.garbagefreeThreadContextMap` and `log4j2.shutdownHookEnabled` over the
value of `log4j.isWebapp`. (#2517)
+* Disallow duplicate keys in JSON Template Layout templates
+* Deprecate `log4j2.defaultStatusLevel` property in Log4j Core in favor of
`log4j2.statusLoggerLevel` (#2481)
+
+[#release-notes-2-24-0-deprecated]
+=== Deprecated
+
+* Deprecate `Message#getFormat()` due to unclear semantics and inconsistent
implementations (#2773)
+* Deprecate `org.apache.logging.log4j.EventLogger` for removal (#2665)
+* Deprecate `org.apache.logging.log4j.core.appender.rolling.action.Duration`
class for removal (#2425)
+* Deprecate the `log4j-mongodb4` module in favor of `log4j-mongodb` (#2486)
+
+[#release-notes-2-24-0-fixed]
+=== Fixed
+
+* Use FQDN in RFC5424 Layout. (#1740)
+* Fix custom thread-context data provider handling in lookups and filters.
(#2331)
+* Fix handling of `log4j2.messageFactory` and `log4j2.flowMessageFactory`
properties (#2505)
+* Discard blank keys in `PropertiesUtil` (#2414)
+* Fix handling of `log4j2.debug`. (#2703)
+* Fix location requirement for the `%F` and `%file` keys in Pattern Layout
(#2781)
+* Fix `JsonLayout` failure under JPMS. (#2814)
+* Fix empty string handling for `TruncatingBufferedWriter` (#2609)
+* Fix that parameterized message formatting throws an exception when there are
insufficient number of parameters. It previously simply didn't replace the '{}'
sequence. The behavior changed in 2.21.0 and should be restored for backward
compatibility. (#2380)
+* Fix `ClassCastException` in LMAX Disruptor 3 initialization (#2768)
+* Fix requirement on the `java.management` module when JMX is disabled, which
is the default (#2775)
+* Website is migrated to Antora with several formatting and link fixes (#2427)
+
+[#release-notes-2-24-0-removed]
+=== Removed
+
+* Move Flume Appender to its own release lifecycle. (#2902)
+
+[#release-notes-2-24-0-updated]
+=== Updated
+
+* Add module log4j-mongodb to track the current MongoDB driver (currently
version 5). (#2486)
+* Remove module log4j-mongodb3, use log4j-mongodb instead, log4j-mongodb4 is
deprecated for removal. (#2486)
+* Update `com.fasterxml.jackson:jackson-bom` to version `2.17.2` (#2719)
+* Update `com.github.luben:zstd-jni` to version `1.5.6-5` (#2901)
+* Update `commons-codec:commons-codec` to version `1.17.1` (#2741)
+* Update `commons-logging:commons-logging` to version `1.3.4` (#2864)
+* Update `github/codeql-action` to version `3.25.1` (#2483)
+* Update `io.fabric8:docker-maven-plugin` to version `0.45.0` (#2776)
+* Update `org.apache.cassandra:cassandra-all` to version `3.11.17` (#2479)
+* Update `org.apache.commons:commons-compress` to version `1.27.1` (#2869)
+* Update `org.apache.commons:commons-csv` to version `1.11.0` (#2565)
+* Update `org.apache.commons:commons-lang3` to version `3.17.0` (#2907)
+* Update `org.apache.kafka:kafka-clients` to version `3.8.0` (#2777)
+* Update `org.apache.logging:logging-parent` to version `11.2.0`
+* Update `org.eclipse.jetty:jetty-bom` to version `9.4.55.v20240627` (#2709)
+* Update `org.jctools:jctools-core` to version `4.0.5` (#2637)
+* Update log4j-mongodb4 `org.mongodb:*` from `4.11.1` to `4.11.2` (#2409)
+* Update `org.mongodb:bson` to version `5.1.3` (#2823)
+* Update `org.slf4j:slf4j-api` to version `2.0.16` (#2829)
+* Update `org.springframework:spring-framework-bom` to version `5.3.39` (#2840)
Added: dev/logging/log4j/2.24.0/apache-log4j-2.24.0-src.zip
==============================================================================
Binary file - no diff available.
Propchange: dev/logging/log4j/2.24.0/apache-log4j-2.24.0-src.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/logging/log4j/2.24.0/apache-log4j-2.24.0-src.zip.asc
==============================================================================
--- dev/logging/log4j/2.24.0/apache-log4j-2.24.0-src.zip.asc (added)
+++ dev/logging/log4j/2.24.0/apache-log4j-2.24.0-src.zip.asc Sat Aug 31
19:05:07 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmbTaWAACgkQVuc7qaC1
+ktA9hw/+PUhclA/0fPhhjnTfsAkGJTOZUgwEpHzxFgIFTqezNvz51nxlQ4gys52T
+ofHBKFnYUjGC6Glu6prh6EH6MAb++t1SGgXGAkZkVZj1TKa8RQ2iChkjFilzMcIx
+K4JWkTG7y5VoQZDgVoWwcvHDFbOSzWxrSnvwjUDg+73lhy2ag1aHp9jBjRsgp/f+
+VR0TTV8wFnFfhSKfQpfubwQaYdyIFsoQj7tjc7Rtgd2Mp1TFKcP883ngujumBvij
+tg4NsEG66a+1rqKpCFjLdtIPZzVglgc9ktTtx/h3aMTmntZUgMQDy7icML+hcTZS
+c43zvQrVzlojq4o5GZb31wF4mvgMNyDM/B3QKoEdA030tieQC4wg3s1+FhLzt3LG
+jROeLHdshAdzOh0qGkmtJbm0uh3hID9fWoFiaqv3YXriBj40GYs9FiIex5GRdOQe
+84RGzb/7+3CDiuIIhRaFPWPvQoZKyH4ZC52+t8oxrtlpca0RCjR/upcvM2qDuPvA
++q0apPQ3wkk2x62g42YpwQbxl7AFaAGZqr1eOnflHdl1Kfo4+iKwoAiLpBcPfglr
+p/zsUfjIIzyf09FpnZYTmQqyBcXMXSCQJw5ishZN8r7+xMDZ35s1Y/SQJ0rV1Ix0
+lCxgBFh9nmLXLOAcJNymtahoPTsGR3o9a+Jep7UGlYHxG8UCBkE=
+=TezK
+-----END PGP SIGNATURE-----
Added: dev/logging/log4j/2.24.0/apache-log4j-2.24.0-src.zip.sha512
==============================================================================
--- dev/logging/log4j/2.24.0/apache-log4j-2.24.0-src.zip.sha512 (added)
+++ dev/logging/log4j/2.24.0/apache-log4j-2.24.0-src.zip.sha512 Sat Aug 31
19:05:07 2024
@@ -0,0 +1 @@
+382e36043d5cff610d2f50f11f43d807736e9be5b0bb7937c70da8959cabca7d0ec78b62eea77c96bf49fbcb21911c19a7387889dbe894d8a7539a0caf5badcf
apache-log4j-2.24.0-src.zip