Abel Salgado Romero created DOXIA-725: -----------------------------------------
Summary: Latest doxia-coreM9 is not compatible with doxia-sitetools Key: DOXIA-725 URL: https://issues.apache.org/jira/browse/DOXIA-725 Project: Maven Doxia Issue Type: Improvement Reporter: Abel Salgado Romero Testing Milestones I found `doxia-core`M9 is not compatible with `doxia-sitetools`. This commit https://github.com/apache/maven-doxia/commit/0dfe227b6603151b8b460d2b7cacc8953a512f4f final methods where added to `AbstractSink` class, those are still present in sub-classes like `SiteRendererSink` which now fail instantiation with: ``` java.lang.IncompatibleClassChangeError: class org.apache.maven.doxia.siterenderer.sink.SiteRendererSink overrides final method org.apache.maven.doxia.sink.impl.AbstractSink.head( ``` -- This message was sent by Atlassian Jira (v8.20.10#820010)