Konrad Windszus created DOXIA-724: ------------------------------------- Summary: SinkWrappers have wrong order AbstractParser.getWrappedSink(...) Key: DOXIA-724 URL: https://issues.apache.org/jira/browse/DOXIA-724 Project: Maven Doxia Issue Type: Bug Reporter: Konrad Windszus Assignee: Konrad Windszus
According to the javadoc the SinkWrapperFactory should be ordered according to their priority from highest to lowest. However in {{AbstractParser.getWrappedSink()}} a pipeline is returned which is ordered the other way around (i.e. lowest priority first). -- This message was sent by Atlassian Jira (v8.20.10#820010)