Author: svc_dist_logging
Date: Tue Oct 10 08:44:59 2023
New Revision: 64442

Log:
Added `apache-log4j-scala` artifacts for release `13.0.0`

Added:
    dev/logging/log4j-scala/
    dev/logging/log4j-scala/apache-log4j-scala-13.0.0-bin.zip   (with props)
    dev/logging/log4j-scala/apache-log4j-scala-13.0.0-bin.zip.asc
    dev/logging/log4j-scala/apache-log4j-scala-13.0.0-bin.zip.sha512
    dev/logging/log4j-scala/apache-log4j-scala-13.0.0-email-announce.txt
    dev/logging/log4j-scala/apache-log4j-scala-13.0.0-email-vote.txt
    dev/logging/log4j-scala/apache-log4j-scala-13.0.0-site.zip   (with props)
    dev/logging/log4j-scala/apache-log4j-scala-13.0.0-src.zip   (with props)
    dev/logging/log4j-scala/apache-log4j-scala-13.0.0-src.zip.asc
    dev/logging/log4j-scala/apache-log4j-scala-13.0.0-src.zip.sha512

Added: dev/logging/log4j-scala/apache-log4j-scala-13.0.0-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/logging/log4j-scala/apache-log4j-scala-13.0.0-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/logging/log4j-scala/apache-log4j-scala-13.0.0-bin.zip.asc
==============================================================================
--- dev/logging/log4j-scala/apache-log4j-scala-13.0.0-bin.zip.asc (added)
+++ dev/logging/log4j-scala/apache-log4j-scala-13.0.0-bin.zip.asc Tue Oct 10 
08:44:59 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmUlDwoACgkQVuc7qaC1
+ktA4lw//cjDq10ieFLKwsitHAWNKXDKbDFMIjhLR7W/r00gIUXuAIMeflDfnxSdh
+9N6IkGU2V/uFNPuCT+RloHU74psGyMtEzxMGQ1+QcZeJxV0ELiS4hcg2JbE2aKYv
+cVYGDozkcxgpe7br4cyFRVHjSnBMcxYORv6ZADkT84Tmj4ckpLSCCpI+YOx13TLM
+xBZWEfDjyI6FuykXdMIEUh3ta/w85t6wYgS09cmCegRu1rgpGHAvzfbj0RtuLPh9
+jEm4mjOi1e2nG5cZ8z55oG3MdVLIS1Bi4ZDzwMbenhxUbOjoRoHCm2Is5rKGeFGw
+vQr1v0xQ7uxL550zU7y86z30YWUKLl3glwvf41u/0A70W3NUSSKLn015a8ihGmga
+DIVC3uyVRn6yf6HOcWMtkHdaxru2xXoJr6rdpb1gsKeuHtrW1wBlt2US6IjlGaE+
+F6lUsC3DF3OpwcehW5PMibao9u4tx/Zi8spBHEL5EHu/yhvJxHIY4rsXgG7iX8+R
+9MoTtXlyo+TJ69bL+6hGlT3Ymf3JsjCyyrygDBglOcLB3jGiC9biHLziX0qZo2TL
+x607F4JNLWZ3OSIaQoFJf7CzsOi0OVrvt1H0K5pfgKZ4VWBeHUkPlbPr3Bx9u/lu
++hzEqbytNC3SY7/kvOjTcYMgWQ6+HPtmEr9O4cjTuM02jd23VhQ=
+=1Hv6
+-----END PGP SIGNATURE-----

Added: dev/logging/log4j-scala/apache-log4j-scala-13.0.0-bin.zip.sha512
==============================================================================
--- dev/logging/log4j-scala/apache-log4j-scala-13.0.0-bin.zip.sha512 (added)
+++ dev/logging/log4j-scala/apache-log4j-scala-13.0.0-bin.zip.sha512 Tue Oct 10 
08:44:59 2023
@@ -0,0 +1 @@
+0fa87db5cd53128484279c1ebd15630bba2cc9cd2526eb7ed37d6f12518f50eb10447d5fa43923f340d72b0e26c346468a863a20bea60c0b2eb6557d4e38777d
  apache-log4j-scala-13.0.0-bin.zip

Added: dev/logging/log4j-scala/apache-log4j-scala-13.0.0-email-announce.txt
==============================================================================
--- dev/logging/log4j-scala/apache-log4j-scala-13.0.0-email-announce.txt (added)
+++ dev/logging/log4j-scala/apache-log4j-scala-13.0.0-email-announce.txt Tue 
Oct 10 08:44:59 2023
@@ -0,0 +1,32 @@
+To: [email protected], [email protected]
+Title: [ANNOUNCE] Apache Log4j Scala 13.0.0 released
+
+Apache Log4j Scala team is pleased to announce the 13.0.0
+release. This project provides a Scala-friendly interface to log
+against the Log4j API. For further information (support, download,
+etc.) see the project website[1].
+
+[1] https://logging.apache.org/log4j/scala
+
+# Release Notes
+
+The highlights of this major release are Scala 3 support, JPMS descriptors, 
and the switch to https://semver.org[semantic versioning].
+
+Note that this release is still binary backward compatible with the earlier 
release `12.0`.
+Though we needed to bump the major version number for the semantic versioning 
switch to avoid the confusion related with version ordering.
+
+
+==== Added
+
+* Added support for Scala 3 
(https://issues.apache.org/jira/browse/LOG4J2-3184[LOG4J2-3184], #26)
+* Added OSGi and JPMS support
+
+==== Changed
+
+* Bumped the Java version to 17 (Scala 2.10 and 2.11 targets still require 
Java 8 that build switches to using `maven-toolchains-plugin`)
+* Switch the CI to GitHub Actions
+* Switched from `sbt` to Maven to take advantage of `logging-parent` 
conveniences
+* Switched to semantic versioning
+* Updated `org.apache.logging.log4j:log4j-api` version to `2.20.0`
+* Update `org.apache.logging:logging-parent` to version `10.1.1`
+* Started using `log4j-changelog`

Added: dev/logging/log4j-scala/apache-log4j-scala-13.0.0-email-vote.txt
==============================================================================
--- dev/logging/log4j-scala/apache-log4j-scala-13.0.0-email-vote.txt (added)
+++ dev/logging/log4j-scala/apache-log4j-scala-13.0.0-email-vote.txt Tue Oct 10 
08:44:59 2023
@@ -0,0 +1,44 @@
+To: [email protected]
+Title: [VOTE] Release Apache Log4j Scala 13.0.0
+
+This is a vote to release the Apache Log4j Scala 13.0.0.
+
+Source repository: https://github.com/apache/logging-log4j-scala
+Commit: cd29469cd22af4db985971372b1c92cabe116fed
+Distribution: https://dist.apache.org/repos/dist/dev/logging/log4j-scala
+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.
+
+=== Release Notes
+
+The highlights of this major release are Scala 3 support, JPMS descriptors, 
and the switch to https://semver.org[semantic versioning].
+
+Note that this release is still binary backward compatible with the earlier 
release `12.0`.
+Though we needed to bump the major version number for the semantic versioning 
switch to avoid the confusion related with version ordering.
+
+
+==== Added
+
+* Added support for Scala 3 
(https://issues.apache.org/jira/browse/LOG4J2-3184[LOG4J2-3184], #26)
+* Added OSGi and JPMS support
+
+==== Changed
+
+* Bumped the Java version to 17 (Scala 2.10 and 2.11 targets still require 
Java 8 that build switches to using `maven-toolchains-plugin`)
+* Switch the CI to GitHub Actions
+* Switched from `sbt` to Maven to take advantage of `logging-parent` 
conveniences
+* Switched to semantic versioning
+* Updated `org.apache.logging.log4j:log4j-api` version to `2.20.0`
+* Update `org.apache.logging:logging-parent` to version `10.1.1`
+* Started using `log4j-changelog`

Added: dev/logging/log4j-scala/apache-log4j-scala-13.0.0-site.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/logging/log4j-scala/apache-log4j-scala-13.0.0-site.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/logging/log4j-scala/apache-log4j-scala-13.0.0-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/logging/log4j-scala/apache-log4j-scala-13.0.0-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/logging/log4j-scala/apache-log4j-scala-13.0.0-src.zip.asc
==============================================================================
--- dev/logging/log4j-scala/apache-log4j-scala-13.0.0-src.zip.asc (added)
+++ dev/logging/log4j-scala/apache-log4j-scala-13.0.0-src.zip.asc Tue Oct 10 
08:44:59 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmUlDwoACgkQVuc7qaC1
+ktD5fw//YrtKO/tbQu0Ub9L/Strni7bbhcjyrmrYGobHeFFWo0PTUI/xZxwmIFhR
+P7avPqn92KSwFHIAmtnZu8Oqih00pQ2tBUZcTF490It1w6jfdhz1bnxdjpJFq9u0
+A1Tgs74fx/9Hh0foWCc0luVmtozGyyYEjF913u7Kap2JuPM5xI1jBNgwBXz9VYKI
+FtcF4tg1Mxgc/rLLwL4pIrYeDYyWnFATMQNbKJMIrc1z5ygkt6SR1fyl50SDGQwH
+5E4kvVnMlmBWKCTrRR70XfqgMI0yReNDjD0Uqepk8+cylTWYtgaS6/tGp5+5MaAI
+t/isofkJAx2PH9jQNzmgfVPGQcQlP4hSsnjy8gyaaSCHIiDZv0tmj0B/U3Uq6O7C
+DBnjaw1wKESbz+tjFVoVudPzUpnyicr7IWXV45OlbBwBmKIiv3VU2oA+BjLgwNs1
+kcqFXqsHAbnC2rwmVoUm/USUEX5zXuc9wRtJuI4pHYT+AalI5g11TvxWDyiz3Rbt
+qqPXCoz1Zn7+NUdDe9diWyP1lI1y2zQCIxVRj4Q0DGk4gpUDoucMXezQXHfi04wI
+HMiHVuWz1WbygFc1xUPjl3pZgNdq1KDt1ZPfwP2YH65PGPPttsiMbxq+7qZLQq4Z
+0IeaatHOLTzppIcH0C19R83PAKxFFQMT8EUqKdJ8G6Z4PhDG6ns=
+=2zMW
+-----END PGP SIGNATURE-----

Added: dev/logging/log4j-scala/apache-log4j-scala-13.0.0-src.zip.sha512
==============================================================================
--- dev/logging/log4j-scala/apache-log4j-scala-13.0.0-src.zip.sha512 (added)
+++ dev/logging/log4j-scala/apache-log4j-scala-13.0.0-src.zip.sha512 Tue Oct 10 
08:44:59 2023
@@ -0,0 +1 @@
+8628594f05acb7df03b199208e2cedc3163b3447c6bf059399f9c66b57445a4e9feaec2eca021dbd0c2e085fdbcde460ce8bd2b99994dbd45195d6f893c6c9fb
  apache-log4j-scala-13.0.0-src.zip


Reply via email to