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 a039234  Update 
`org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.13.0` 
(#118)
     add e861a4f  Fix handling of subclassed plugins in Log4j Docgen (#117)
     add 6d3610f  Fix Spotless failures
     add cd401aa  Fix failing tests
     add 17fee97  Add tests cases covering plugins subclassing plugins
     add 2cfeeb6  Use `Map#merge(K,V,BiFunction<V,V,V>)`
     add 2c05ade  Improve changelog entry
     new bb0347a  Fix plugin subclassing in Log4j Docgen (#117, #120)

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/generator/internal/TypeLookup.java      | 114 ++++++++++++++++--
 .../docgen/processor/DescriptorGenerator.java      |  40 ++++---
 .../DescriptorGeneratorTest/expected-plugins.xml   |  13 +++
 .../java-of-log4j2/MyAppender.java                 |   2 +-
 .../MyAppenderSubclassingAppender.java}            |  24 +++-
 .../java-of-log4j3/MyAppender.java                 |   2 +-
 .../MyAppenderSubclassingAppender.java}            |  38 +++---
 ...logging.log4j.core.appender.SocketAppender.adoc | 127 ++++++++++++++++++++-
 ...che.logging.log4j.core.config.LoggerConfig.adoc |  75 +++++++++++-
 ...he.logging.log4j.core.config.LoggersPlugin.adoc |   2 +-
 ...apache.logging.log4j.core.filter.MapFilter.adoc |  53 ++++++++-
 ...apache.logging.log4j.core.lookup.MapLookup.adoc |   8 +-
 ...g4j.core.pattern.ThrowablePatternConverter.adoc |   8 +-
 .../fix-docgen-plugin-subclass.xml}                |   3 +-
 14 files changed, 452 insertions(+), 57 deletions(-)
 copy 
log4j-docgen/src/test/resources/DescriptorGeneratorTest/{java-with-invalid-javadoc/JavadocExample.java
 => java-of-log4j2/MyAppenderSubclassingAppender.java} (51%)
 copy 
log4j-docgen/src/test/resources/DescriptorGeneratorTest/{java-of-log4j2/MyEnum.java
 => java-of-log4j3/MyAppenderSubclassingAppender.java} (51%)
 copy src/changelog/{0.4.0/fix_repetitive_release.xml => 
.0.x.x/fix-docgen-plugin-subclass.xml} (62%)

Reply via email to