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

slachiewicz pushed a change to branch mvn4
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git


 discard 11b3d18  Switch a few core plugins to the new api
 discard a6e4ce3  mvn4 aggregator
     add 6e29da6  Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
     add 9c565b5  Bump doxia-tools from 34 to 35
     add 2368651  Bump icu4j from 70.1 to 71.1
     add 5d0557c  Bump plexus-utils from 3.4.1 to 3.4.2
     add 82b9763  Bump maven-assembly-plugin from 3.3.0 to 3.4.0
     add 785d0eb  Bump maven-assembly-plugin from 3.4.0 to 3.4.1
     add 5b46d11  Bump maven-assembly-plugin from 3.4.1 to 3.4.2
     add 441bc58  Bump doxia-tools from 35 to 37
     add 762e2fe  fix Jira project: DOXIATOOLS
     add 7b5f6ce  [MNGSITE-505] use dlcdn.apache.org (no mirrors) + 
downloads.apache.org
     add ae5da9a  [MNGSITE-505] use dlcdn.apache.org
     add 3b3eeb5  [DOXIATOOLS-74] add Markdown
     add 20630f6  [maven-release-plugin] prepare release doxia-converter-1.3
     add 1605025  [maven-release-plugin] prepare for next development iteration
     add a0adb86  Fix output from -h to include markdown format
     add 843303c  DOXIATOOLS-75 improved directory input support (#38)
     add bbbb732  [DOXIATOOLS-77] Bump plexus-utils from 3.4.2 to 3.5.0 (#34)
     add cc0c435  [DOXIATOOLS-78] Bump icu4j from 71.1 to 72.1 (#33)
     add 0796878  [DOXIATOOLS-79] Bump doxia-tools from 37 to 39
     add 8785c54  [DOXIATOOLS-79] apply formatting with spotless:apply
     add 2da6066  [DOXIATOOLS-79] ignore formatting commit
     add 417258a  Bump maven-assembly-plugin from 3.4.2 to 3.5.0
     add 786c94d  [DOXIATOOLS-80] Update to Doxia 2.0.0-M6 (#41)
     add 036123e  Support GitHub auto-linking to JIRA
     add 026b2fd  [MNG-6825] Replace StringUtils with Commons Lang3
     add 5940df4  Bump maven-gh-actions-shared to v3
     add 8af9981  [MNG-6829] Replace StringUtils#isEmpty(String) and 
#isNotEmpty(String) (#49)
     add 4aa2b71  Bump jacoco-maven-plugin from 0.8.8 to 0.8.10
     add c6b17eb  Bump icu4j from 72.1 to 73.2
     add 0564daf  Bump org.apache.maven.plugins:maven-assembly-plugin from 
3.5.0 to 3.6.0
     add 91668b2  Bump commons-io:commons-io from 2.11.0 to 2.15.1
     add b97c559  Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
     add c5be7ff  Bump commons-cli:commons-cli from 1.5.0 to 1.6.0
     add e12ccca  Bump org.apache.maven.doxia:doxia-tools from 39 to 41
     add 2337218  Bump com.ibm.icu:icu4j from 73.2 to 74.2
     add 46f1e0a  Bump org.codehaus.plexus:plexus-utils from 3.5.0 to 4.0.0 and 
add plexus-xml 3.0.0
     new 6f18784  Switch a few core plugins to the new api

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   (11b3d18)
            \
             N -- N -- N   refs/heads/mvn4 (6f18784)

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.

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:
 .asf.yaml                                          |  14 +
 .../maven-verify.yml => .git-blame-ignore-revs     |  16 +-
 .github/workflows/maven-verify.yml                 |   2 +-
 README.md                                          |   6 +-
 pom.xml                                            |  76 ++-
 .../java/org/apache/maven/doxia/Converter.java     |  26 +-
 .../org/apache/maven/doxia/ConverterException.java |  17 +-
 .../org/apache/maven/doxia/DefaultConverter.java   | 753 +++++++++------------
 .../maven/doxia/UnsupportedFormatException.java    |  25 +-
 .../org/apache/maven/doxia/cli/CLIManager.java     | 143 ++--
 .../org/apache/maven/doxia/cli/ConverterCli.java   | 196 +++---
 .../org/apache/maven/doxia/util/ConverterUtil.java | 104 ---
 .../maven/doxia/wrapper/AbstractFileWrapper.java   |  79 +--
 .../maven/doxia/wrapper/AbstractWrapper.java       | 118 ----
 .../maven/doxia/wrapper/InputFileWrapper.java      |  55 +-
 .../maven/doxia/wrapper/InputReaderWrapper.java    |  38 +-
 .../maven/doxia/wrapper/OutputFileWrapper.java     |  50 +-
 .../maven/doxia/wrapper/OutputStreamWrapper.java   |  46 +-
 src/site/apt/index.apt                             |   6 +-
 src/site/apt/usage.apt.vm                          |  16 +-
 src/site/xdoc/download.xml.vm                      |  76 +--
 .../java/org/apache/maven/doxia/ConverterTest.java | 614 +++++------------
 src/test/resources/unit/apt/child/test.apt         |   1 +
 src/test/resources/unit/confluence/test.confluence |  98 ---
 src/test/resources/unit/docbook/test.xml           | 153 -----
 src/test/resources/unit/twiki/test.twiki           | 109 ---
 src/test/resources/unit/xhtml/test.xhtml5          | 173 +----
 27 files changed, 878 insertions(+), 2132 deletions(-)
 copy .github/workflows/maven-verify.yml => .git-blame-ignore-revs (78%)
 delete mode 100644 src/main/java/org/apache/maven/doxia/util/ConverterUtil.java
 delete mode 100644 
src/main/java/org/apache/maven/doxia/wrapper/AbstractWrapper.java
 create mode 100644 src/test/resources/unit/apt/child/test.apt
 delete mode 100644 src/test/resources/unit/confluence/test.confluence
 delete mode 100644 src/test/resources/unit/docbook/test.xml
 delete mode 100644 src/test/resources/unit/twiki/test.twiki

Reply via email to