Author: svc_dist_logging
Date: Thu Sep 18 18:47:43 2025
New Revision: 79395

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

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

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

Added: dev/logging/log4j/2.25.2/apache-log4j-2.25.2-bin.zip.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/logging/log4j/2.25.2/apache-log4j-2.25.2-bin.zip.asc    Thu Sep 18 
18:47:43 2025        (r79395)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmjMU2UACgkQVuc7qaC1
+ktDwBw//b5chw+pXWL9VsTy3fsUiL2To8j+iUMcXWWSKmZxPdRtjtI9fF+NlSPjZ
+HA2dBmucrtw3Xr5IUup+9FHOyIv42I7jULdBGgLVPGasFw/ftV/CtqfMeD+m7N5M
+ZBOCoa9NCU7reULbDd/ebKCmWvlkDsB0l+/wkFZXafO6ZuUjwP7GupaYRvjM/gh2
+6Ueu6SvzaVWC3T9vs/WtTe2f4J8hmX0WkOhxX2LKfTpgvPR6T/4HzWW0y9IoF5br
+XSumz1PU+VKlg6uY0BW90Vyj/uaeg7npr8xkPEgY64vAOy9HvS24uxN7XvbtYYtC
+8142g1S6NTZBwyAz2iohux87k6OjQIGJHsfmOcuHxOe1wYkY/NA7xjLAjPcZFSyl
+iI0InCzxQRU+QtDmN7PFirCjwPSt09UdNb+FkcsCCdnCLCbiZvtMe4e0UQwVgvE9
+bbJiX3oQIzJEf/5M0Jjze8k7/DCev96aBRJjm8iSKFzjYB58ykIIUpHp2m2TpgzG
+U6BFXJDVR0QSTnJJ00+UC38g6jktxPOWBGkH5zm6eibG32AI3yXzmDAjHohFEsW+
+Ur9yxMQh7I3CtDRWL9nCysSjNrF6uagQlCci7WhpItX06+zmzDPA1ETNMiVV15CH
+VWqy0NP0CmNQzTl+gnrEn05EQ+5K+3i264gHD7doYiGIiy6I7fM=
+=kjv4
+-----END PGP SIGNATURE-----

Added: dev/logging/log4j/2.25.2/apache-log4j-2.25.2-bin.zip.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/logging/log4j/2.25.2/apache-log4j-2.25.2-bin.zip.sha512 Thu Sep 18 
18:47:43 2025        (r79395)
@@ -0,0 +1 @@
+f84a32ac1bfd4de71523399f6eb0b4b0ae401b487a46aae2bec22ddc8dac51a7bb42aabae794b2bb5631bb950b431819c129f4b879267849f89dcd971d291260
  apache-log4j-2.25.2-bin.zip

Added: dev/logging/log4j/2.25.2/apache-log4j-2.25.2-email-announce.txt
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/logging/log4j/2.25.2/apache-log4j-2.25.2-email-announce.txt     Thu Sep 
18 18:47:43 2025        (r79395)
@@ -0,0 +1,29 @@
+To: [email protected], [email protected]
+Title: [ANNOUNCE] Apache Log4j `2.25.2` released
+
+Apache Log4j team is pleased to announce the `2.25.2`
+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 addresses certain minor issues detailed in the changelog.
+
+
+[#release-notes-2-25-2-fixed]
+=== Fixed
+
+* Fix potential memory leak involving `LogBuilder` in Log4j API to Logback 
bridge (#3819, #3824)
+* Prevent unnecessary warnings in `AbstractDriverManagerConnectionSource` 
(#3828, #3831)
+* Fix missing newlines in default logging configuration for `log4j-core` 
(#3835, #3851)
+* Fix missing default `Target` value in Console Appender (#3852)
+* Discard the sub-second part while obtaining the initial time (i.e., creation 
time) of a file in `RollingFileManager` (#3068, #3872)
+* Fix Pattern Layout exception stack trace converters to no longer prepend 
newlines based on context (#3873, #3919)
+* Fix the `com.google.errorprone:error_prone_annotations` dependency whose 
version property gets erased due to flattening (#3779, #3785, #3822, #3905)
+* Fix detection of `Throwable` converters inside nested Pattern Layout 
patterns when applying `alwaysWriteExceptions` (#3920)
+* Fix parsing and merging of literals in `InstantPatternDynamicFormatter` 
(#3930, #3932)

Added: dev/logging/log4j/2.25.2/apache-log4j-2.25.2-email-vote.txt
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/logging/log4j/2.25.2/apache-log4j-2.25.2-email-vote.txt Thu Sep 18 
18:47:43 2025        (r79395)
@@ -0,0 +1,41 @@
+To: [email protected]
+Title: [VOTE] Release Apache Log4j `2.25.2`
+
+This is a vote to release the Apache Log4j `2.25.2`.
+
+Website: https://logging.staged.apache.org/log4j/2.25.2/index.html
+GitHub: https://github.com/apache/logging-log4j2
+Commit: 6923bd90cbbbbe4d7e5e99013097559ba6228b73
+Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j/2.25.2
+Nexus: 
https://repository.apache.org:443/content/repositories/orgapachelogging-1322
+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 addresses certain minor issues detailed in the changelog.
+
+
+[#release-notes-2-25-2-fixed]
+=== Fixed
+
+* Fix potential memory leak involving `LogBuilder` in Log4j API to Logback 
bridge (#3819, #3824)
+* Prevent unnecessary warnings in `AbstractDriverManagerConnectionSource` 
(#3828, #3831)
+* Fix missing newlines in default logging configuration for `log4j-core` 
(#3835, #3851)
+* Fix missing default `Target` value in Console Appender (#3852)
+* Discard the sub-second part while obtaining the initial time (i.e., creation 
time) of a file in `RollingFileManager` (#3068, #3872)
+* Fix Pattern Layout exception stack trace converters to no longer prepend 
newlines based on context (#3873, #3919)
+* Fix the `com.google.errorprone:error_prone_annotations` dependency whose 
version property gets erased due to flattening (#3779, #3785, #3822, #3905)
+* Fix detection of `Throwable` converters inside nested Pattern Layout 
patterns when applying `alwaysWriteExceptions` (#3920)
+* Fix parsing and merging of literals in `InstantPatternDynamicFormatter` 
(#3930, #3932)

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

Added: dev/logging/log4j/2.25.2/apache-log4j-2.25.2-src.zip.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/logging/log4j/2.25.2/apache-log4j-2.25.2-src.zip.asc    Thu Sep 18 
18:47:43 2025        (r79395)
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmjMU2UACgkQVuc7qaC1
+ktDObg//YQWGswdCwRZxEWthDNKUOqg3etsS4rQdWpqTCBAyW8mcWGGQKpq3Cjh8
+zOEDHsYDrP7FulNK9zQWSd0uIvHqU3eNjwGsvP7TeHarrl5IlgkDIq8aNgzUlNlk
+0P7+YvJnlDwi9Y8E8eVobOrRWxKhK9SuEU2fur+1XhHZ5XIyxduhIkaodgSfpFog
+RxEdQgb6g9pkdYnLlMKC83xH9vcWvvrqtngGjaHhsoHfxUwwsTSpcLJYeZAbQzFG
+WWj+HpEnxcg6xHuS/sWeRwKDA1Riv/3BCPFW5RnYaKLIRe+Oq7a1j+aqh6BKAMws
+5ErkPvq1hX17nqAdl9wvRB1ixp+kfYE43g3MZenyJKsAovAEJDDvd+9NvSAUKo13
+UKkYpx8fFarCYRaQ3+C8U3wBjLasN0F5AK/Fquu1gbxpMwzyO7WNb1PQlsdWIs/3
+uAMDJ4p4VFLeC0Ma6yTJ3BHCa52v6BAG80jWbvWW4FN8CaBhFt806FBfUOyCOthP
+DS1GJl3wbsB8jfFP6riPudUs/nsI7Nz3CE3RyezE2wEAZ/c9j69gY9GSnsZ01jP3
+i/daUZOxECrhl4bfRh6GjeUd927jC+4DnwXS+oxUm5BWDRNEAFUMiSTZZo87x6dD
+/WDWWDdCKSWEqpowUW9kuI3s0tqfeHiHTAe1nFHA4gazj+WzDks=
+=u0ak
+-----END PGP SIGNATURE-----

Added: dev/logging/log4j/2.25.2/apache-log4j-2.25.2-src.zip.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/logging/log4j/2.25.2/apache-log4j-2.25.2-src.zip.sha512 Thu Sep 18 
18:47:43 2025        (r79395)
@@ -0,0 +1 @@
+6d9f36d4aa829fad6eb1fdf92caa343dbf0add04574de3052be17cc75b6551bf2d62836c1be350acecddb5655fba748eeb8a7c73f00cc58e514bd727c391553d
  apache-log4j-2.25.2-src.zip

Reply via email to