Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
2.0.0-M9
-
None
-
None
Description
Currently SinkWrapper extends AbstractSink. The latter declares lots of Doxia 1.0 methods as final though (and just delegates to the Doxia 1.1/2.0 equivalent).
While this is fine for regular Sink implementations it does not work for a SinkWrapper (which is not involved when the delegation takes place).
Therefore those methods must not be final in SinkWrapper.