Apache Log4j Transformation Tools team is pleased to announce the 0.2.0
release. This project contains tools for binary postprocessing of
projects that use the Apache Log4j API. For further information(support, download, etc.) see the project website.
Release Notes
This is the second release of the project.
Added
- Started generating CycloneDX SBOM with the recent update of
logging-parent
to version10.2.0
- Started publishing https://logging.apache.org/log4j/transform[the project website]
Changed
- Website is migrated to Antora (apache/logging-log4j2#2443)
- Adopted the CI and
pom.xml
infrastructure fromlogging-parent
Fixed
- Instead of throwing an exception, change the transformer to log an info or warn message when log4j-api is missing or is the wrong version. (#134)
- Fixed transformation of a single
Log4j2Plugins.dat
plugin. (#87)
Updated
- Update
apache/logging-parent
to version `` (#128) - Update
commons-io:commons-io
to version2.17.0
(#126) - Update
commons-logging:commons-logging
to version1.3.4
(#119) - Update
org.apache.commons:commons-lang3
to version3.17.0
(#122) - Update
org.apache.logging.log4j:log4j-bom
to version2.24.1
(#131) - Update
org.apache.logging:logging-parent
to version11.3.0
(#127) - Update
org.apache.maven:maven-core
to version3.9.9
(#120) - Update
org.apache.maven.plugins:maven-invoker-plugin
to version3.6.1
(#94) - Update
org.apache.maven.plugins:maven-shade-plugin
to version3.6.0
(#108) - Update
org.assertj:assertj-core
to version3.26.3
(#112) - Update
org.codehaus.plexus:plexus-utils
to version4.0.2
(#129) - Update
org.jacoco:jacoco-maven-plugin
to version0.8.12
(#95) - Update
org.junit:junit-bom
to version5.11.2
(#132) - Update
org.ow2.asm:asm-bom
to version9.7.1
(#133) - Update
org.slf4j:slf4j-api
to version2.0.16
(#117)