This is an automated email from the ASF dual-hosted git repository.

vy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


    from 6914e16  Add `skip` parameter to all Maven goals (#121)
     add 3ede336  Support multiple templates in 
`log4j-docgen:generate-documentation`
     add 6fe374f  Remove `stop()` FreeMarker method
     new fc06ba5  Support multiple templates in 
`log4j-docgen:generate-documentation` (#122)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../docgen/maven/DocumentationGeneratorMojo.java   | 20 +++++---
 .../docgen/generator/DocumentationGenerator.java   | 18 ++++---
 .../generator/DocumentationGeneratorArgs.java      | 12 ++---
 .../docgen/generator/DocumentationTemplate.java    | 19 +++++++
 .../generator/DocumentationGeneratorTest.java      |  9 ++--
 log4j-tools-internal-freemarker-util/pom.xml       | 14 ++++++
 .../internal/freemarker/util/FreeMarkerUtils.java  |  9 +++-
 .../freemarker/util/FreeMarkerUtilsTest.java       | 58 ++++++++++++++++++++++
 ...ip.xml => add-multi-doc-generator-template.xml} |  4 +-
 .../pages/log4j-docgen-asciidoctor-extension.adoc  |  1 +
 .../ROOT/pages/log4j-docgen-maven-plugin.adoc      | 24 +++++----
 11 files changed, 151 insertions(+), 37 deletions(-)
 create mode 100644 
log4j-tools-internal-freemarker-util/src/test/java/org/apache/logging/log4j/tools/internal/freemarker/util/FreeMarkerUtilsTest.java
 copy src/changelog/.0.x.x/{add-maven-skip.xml => 
add-multi-doc-generator-template.xml} (56%)

Reply via email to