This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch default-xhtml5
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
discard 6f72b427 Remove/Disable XHTML(4)
discard 895e678e Stupid replacement
add 6538b6e2 [DOXIA-658] Upgrade test dependencies
add 9be64968 [DOXIA-659] Upgrade Parent to 36
add 9443d815 [DOXIA-656] Make XHTML5 default implementation of HTML
add ca82243f [DOXIA-657] Deprecate XHML(4) module
new b51ca66d Remove/Disable XHTML(4)
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 (6f72b427)
\
N -- N -- N refs/heads/default-xhtml5 (b51ca66d)
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:
doxia-core/pom.xml | 2 +-
...ml5BaseSinkTest.java => XhtmlBaseSinkTest.java} | 666 ++++-----------------
.../doxia/module/xhtml/AbstractXhtmlSink.java | 1 +
.../maven/doxia/module/xhtml/XhtmlMarkup.java | 1 +
.../maven/doxia/module/xhtml/XhtmlParser.java | 1 +
.../doxia/module/xhtml/XhtmlParserModule.java | 1 +
.../apache/maven/doxia/module/xhtml/XhtmlSink.java | 1 +
.../maven/doxia/module/xhtml/XhtmlSinkFactory.java | 1 +
.../doxia/module/xhtml/XhtmlIdentityTest.java | 1 +
.../maven/doxia/module/xhtml/XhtmlParserTest.java | 1 +
.../maven/doxia/module/xhtml/XhtmlSinkTest.java | 1 +
.../module/xhtml/XhtmlSinkWithLanguageIdTest.java | 1 +
pom.xml | 4 +-
13 files changed, 115 insertions(+), 567 deletions(-)
copy
doxia-core/src/test/java/org/apache/maven/doxia/sink/impl/{Xhtml5BaseSinkTest.java
=> XhtmlBaseSinkTest.java} (54%)