File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,31 @@ resource transformer for the
2929https://maven.apache.org/plugins/maven-shade-plugin/[Apache Maven Shade Plugin]
3030that merges the plugin caches used by Log4j 2.x artifacts.
3131
32+ == Download
33+
34+ * Binary artifacts are available on https://central.sonatype.com/search?namespace=org.apache.logging.log4j[Maven Central].
35+ * The source code of the project is available on https://github.com/apache/logging-log4j-transform[Github].
36+ * Additionally the following source distributions are available:
37+ +
38+ [cols="1,1,1,1"]
39+ |===
40+ |Distribution|Mirrors|Checksum|Signature
41+
42+ |Source distribution (zip)
43+ |https://www.apache.org/dyn/closer.lua/logging/log4j/0.1.0/apache-log4j-transform-0.1.0-src.zip[apache-log4j-transform-0.1.0-src.zip]
44+ |https://www.apache.org/dist/logging/log4j-transform/0.1.0/apache-log4j-transform-0.1.0-src.zip.sha512[apache-log4j-transform-0.1.0-src.zip.sha512]
45+ |https://www.apache.org/dist/logging/log4j-transform/0.1.0/apache-log4j-transform-0.1.0-src.zip.asc[apache-log4j-transform-0.1.0-src.zip.asc]
46+ |===
47+
48+ The PGP signatures can be verified using PGP or GPG.
49+ First download the https://www.apache.org/dist/logging/KEYS[KEYS] as well as the asc signature file for the relevant distribution.
50+ Make sure you get these files from the https://www.apache.org/dist/logging/[main distribution directory], rather than from a mirror.
51+ Then verify the signatures using
52+
53+ [source,console]
54+ ----
55+ gpg --import KEYS
56+ gpg --verify apache-log4j-transform-0.1.0-src.zip.asc
57+ ----
58+
59+ The distribution is signed by `ASF Logging Services RM`.
Original file line number Diff line number Diff line change 305305 <item name =" Log4j Audit" href =" https://logging.apache.org/log4j-audit/latest/index.html" />
306306 <item name =" Log4j Kotlin" href =" https://logging.apache.org/log4j/kotlin/index.html" />
307307 <item name =" Log4j Scala" href =" https://logging.apache.org/log4j/scala/index.html" />
308+ <item name =" Log4j Transformation Tools" href =" log4j-transform" />
308309 <item name =" Log4Net" href =" https://logging.apache.org/log4net/index.html" />
309310 </menu >
310311
337338 <item name =" Log4j Kubernetes Support" href =" log4j-kubernetes.html" />
338339 <item name =" Log4j Spring Boot" href =" log4j-spring-boot.html" />
339340 <item name =" Log4j Spring Cloud Config Client" href =" log4j-spring-cloud-config-client.html" />
340- <item name =" Log4j Transformation Tools" href =" log4j-transform" />
341341 </menu >
342342
343343 <menu name =" Project Information" img =" img/glyphicons/info.png" >
You can’t perform that action at this time.
0 commit comments