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

slachiewicz pushed a change to branch 
DOXIA-614/support-source-reference-in-doxia-parser
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


 discard 0f54fdb  [DOXIA-614] Improve Doxia::getParser return JavaDoc
 discard bbff8bc  [DOXIA-614] Fix AbstractParser JavaDoc comments
 discard 936b27f  [DOXIA-614] Restore imports order for AbstractParser and 
AbstractXmlParser
 discard 7df1eaf  [DOXIA-614] Fix Doxia JavaDoc comments
 discard 8f574e4  [DOXIA-614] Support passing source reference to Doxia instance
 discard ae4d112  [DOXIA-614] Make Parser::parse(Reader,Sink,String) the 
default method for modules
     add a3404a2  [DOXIA-610] Drop dependency to outdated Log4j
     new 82a083d  [DOXIA-614] Make Parser::parse(Reader,Sink,String) the 
default method for modules

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   (0f54fdb)
            \
             N -- N -- N   
refs/heads/DOXIA-614/support-source-reference-in-doxia-parser (82a083d)

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:
 .../java/org/apache/maven/doxia/DefaultDoxia.java  | 10 +---
 .../main/java/org/apache/maven/doxia/Doxia.java    | 33 +++++--------
 .../org/apache/maven/doxia/DefaultDoxiaTest.java   | 54 ----------------------
 doxia-modules/doxia-module-fo/pom.xml              |  7 ---
 .../src/main/resources/log4j.properties            | 24 ----------
 .../maven/doxia/module/xhtml/XhtmlParserTest.java  |  1 -
 6 files changed, 12 insertions(+), 117 deletions(-)
 delete mode 100644 
doxia-core/src/test/java/org/apache/maven/doxia/DefaultDoxiaTest.java
 delete mode 100644 
doxia-modules/doxia-module-fo/src/main/resources/log4j.properties

Reply via email to