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

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


 discard dde15eb  Add annotation processor to generate documentation
    omit 40e29fc  Add Javadoc to Asciidoc converter
     add 3e5a036  Update `org.assertj:assertj-core` to version `3.25.2` (#100)
     add a3175a6  Update `org.junit:junit-bom` to version `5.10.2` (#103)
     add 2f84abd  Update `org.assertj:assertj-core` to version `3.25.3` (#104)
     add 06ca02a  Add Javadoc to Asciidoc converter
     add 6e01fa9  Protect implementation classes
     add aa56053  Add support for emphasis and code tags
     add 51994c8  Add support for simple code language detection and formatting
     add 8c3cc52  Improve support for table headers
     add 6cda1cb  Remove `StringBuilderFormattable` and clean up code
     add 4cbbfbd  Add annotation processor to generate documentation

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (dde15eb)
            \
             N -- N -- N   refs/heads/processor (4cbbfbd)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 log4j-docgen/pom.xml                               |  16 +--
 .../processor/AbstractAsciidocTreeVisitor.java     | 135 +++++++++++++++------
 .../log4j/docgen/processor/AsciidocConverter.java  |  25 ++--
 .../log4j/docgen/processor/AsciidocData.java       | 119 ++++++++++++------
 .../log4j/docgen/processor/internal/BlockImpl.java |   3 +-
 .../log4j/docgen/processor/internal/CellImpl.java  |  13 +-
 .../docgen/processor/internal/ContentNodeImpl.java |   2 +-
 .../docgen/processor/internal/DocumentImpl.java    |  20 +--
 .../log4j/docgen/processor/internal/ListImpl.java  |  14 +--
 .../docgen/processor/internal/ListItemImpl.java    |  18 +--
 .../log4j/docgen/processor/internal/RowImpl.java   |   2 +-
 .../docgen/processor/internal/SectionImpl.java     |  21 +---
 .../processor/internal/StructuralNodeImpl.java     |  31 ++++-
 .../log4j/docgen/processor/internal/TableImpl.java |  23 ++--
 .../src/test/it/example/JavadocExample.java        |  30 ++++-
 .../expected/processor/JavadocExample.adoc         |  39 +++++-
 log4j-tools-parent/pom.xml                         |   4 +-
 .../.0.x.x/update_org_assertj_assertj_core.xml     |   4 +-
 ...g_parent.xml => update_org_junit_junit_bom.xml} |   3 +-
 src/site/_release-notes/_0.x.x.adoc                |   3 +-
 20 files changed, 331 insertions(+), 194 deletions(-)
 copy src/changelog/.0.x.x/{update_apache_logging_parent.xml => 
update_org_junit_junit_bom.xml} (63%)

Reply via email to