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

michaelo pushed a change to branch DOXIA-668
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git


    omit a711243d [DOXIA-668] Remove all obsolete attributes in HTML5
     add 4201a482 Fix dependabot fallout
     add 3b1499d0 [DOXIA-669] Improve/rework CachedFileEntityResolver
     new c403d7f4 [DOXIA-668] Remove all obsolete attributes in HTML5

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   (a711243d)
            \
             N -- N -- N   refs/heads/DOXIA-668 (c403d7f4)

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:
 .../maven/doxia/parser/AbstractXmlParser.java      | 107 +++-----
 .../org/apache/maven/doxia/util/XmlValidator.java  |   1 +
 doxia-core/src/main/resources/xml.xsd              | 286 +++++++++++++++++++++
 .../apache/maven/doxia/util/XmlValidatorTest.java  |   4 +-
 doxia-core/src/test/resources/test.xhtml           |  96 ++++---
 .../src/test/resources/test.xml                    |   2 +-
 .../doxia-module-fml/src/test/resources/macro.fml  |  96 +++----
 .../src/test/resources/simpleFaq.fml               |   2 +-
 .../doxia-module-fml/src/test/resources/test.fml   |   2 +-
 .../src/main/resources/xdoc-2.0.xsd                |   2 +-
 .../doxia-module-xdoc/src/test/resources/macro.xml |   2 +-
 .../src/test/resources/report.xml                  |   2 +-
 .../doxia-module-xdoc/src/test/resources/test.xml  |   2 +-
 .../doxia-module-xdoc/src/test/resources/toc.xml   |   2 +-
 .../src/test/resources/test.xhtml                  |   1 -
 pom.xml                                            |  11 +
 16 files changed, 443 insertions(+), 175 deletions(-)
 create mode 100644 doxia-core/src/main/resources/xml.xsd
 copy {doxia-modules/doxia-module-xdoc => 
doxia-core}/src/test/resources/test.xml (97%)

Reply via email to