org.apache.logging.log4j:log4j-tools-internal-freemarker-util
0.9.0
#1757 most downloaded on Maven Central
apache/logging-log4j-tools
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
2 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
2 releases · Mar 2024 to May 2024Releases
latest 2-
0.9.009 May 2024Release notes
Open source →This minor release contains small bug fixes and improvements.
Added
- Add
skipparameter to all Maven goals (#121) - Support multiple index and type templates in the
log4j-docgen:generate-documentationconfiguration (#122) - Add support for the
@PluginValueannotation. (#123)
Changed
- Website is migrated to Antora (apache/logging-log4j2#2443)
Fixed
- Fix handling of subclassed plugins in Log4j Docgen (#120)
Updated
- Update
commons-io:commons-ioto version2.16.1(#114) - Update
org.apache.logging:logging-parentto version11.0.0(#115) - Update
org.apache.maven.plugin-tools:maven-plugin-annotationsto version3.13.0(#118) - Update
org.codehaus.modello:modello-maven-pluginto version2.4.0(#119) - Update
org.xmlunit:xmlunit-assertj3to version2.10.0(#116)
- Add
-
0.8.021 Mar 2024Release notes
Open source →This release delivers the first version of Log4j Docgen (Documentation Generator).
It is a set of tools to auto-generate the Log4j plugin documentation (to be integrated into the website) and the Log4j configuration XSD file (for assisting the configuration of the Log4j runtime, i.e.,log4j2.xml) from the Log4j source code.
See the project website for details.Added
- Add the
log4j-docgenet al. containing a universal XML model to document Log4j plugins
Changed
- Move Log4j Changelog XML namespace and schema location to
https://logging.apache.org/xml/nsandhttps://logging.apache.org/xml/ns/log4j-changelog-0.xsd, respectively
Removed
- Remove
authorfrom Log4j Changelog. It was yet another bit to maintain and created role-related (who did what) problems. Many modern software projects use a VCS (e.g., Git) and support services (e.g., GitHub) which make it trivial to trace back the origin of a change using commit and issue IDs.
Updated
- Update
org.apache.logging:logging-parentto version10.6.0 - Update
jakarta.inject:jakarta.inject-apito version2.0.1(#94) - Update
org.apache.logging.log4j:log4j-coreto version2.23.1(#108) - Update
org.apache.logging.log4j:log4j-pluginsto version3.0.0-beta2(#107) - Update
org.apache.maven.plugin-tools:maven-plugin-annotationsto version3.11.0(#98) - Update
org.assertj:assertj-coreto version3.25.3(#104) - Update
org.codehaus.modello:modello-maven-pluginto version2.3.0(#105) - Update
org.junit:junit-bomto version5.10.2(#103)
- Add the