Release notes

0.x.x

This is the second release of the project.

Added

  • Add log4j-codegen tool to generate custom loggers.

Updated

  • Update info.picocli:picocli to version 4.7.6 (135)

0.2.0

Release date

2024-10-27

This is the second release of the project.

Added

  • Started generating CycloneDX SBOM with the recent update of logging-parent to version 10.2.0

  • Started publishing the project website

Changed

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 version 2.17.0 (126)

  • Update commons-logging:commons-logging to version 1.3.4 (119)

  • Update org.apache.commons:commons-lang3 to version 3.17.0 (122)

  • Update org.apache.logging.log4j:log4j-bom to version 2.24.1 (131)

  • Update org.apache.logging:logging-parent to version 11.3.0 (127)

  • Update org.apache.maven:maven-core to version 3.9.9 (120)

  • Update org.apache.maven.plugins:maven-invoker-plugin to version 3.6.1 (94)

  • Update org.apache.maven.plugins:maven-shade-plugin to version 3.6.0 (108)

  • Update org.assertj:assertj-core to version 3.26.3 (112)

  • Update org.codehaus.plexus:plexus-utils to version 4.0.2 (129)

  • Update org.jacoco:jacoco-maven-plugin to version 0.8.12 (95)

  • Update org.junit:junit-bom to version 5.11.3 (137)

  • Update org.ow2.asm:asm-bom to version 9.7.1 (133)

  • Update org.slf4j:slf4j-api to version 2.0.16 (117)

0.1.0

Release date

2023-05-05

This is the first release of the project.

Added

  • Added log4j-transform-maven-plugin bytecode transformation tool to provide location information without reflection (LOG4J2-3638)

  • Added log4j-transform-maven-shade-plugin-extensions resource transformer for the Maven Shade Plugin to merge Log4j2Plugins.dat plugin caches (LOG4J2-673)