You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2022/10/01 18:44:00 UTC

[jira] [Created] (DOXIA-673) Remove compat handling of absent Sink#tableRows() calls

Michael Osipov created DOXIA-673:
------------------------------------

             Summary: Remove compat handling of absent Sink#tableRows() calls
                 Key: DOXIA-673
                 URL: https://issues.apache.org/jira/browse/DOXIA-673
             Project: Maven Doxia
          Issue Type: Task
          Components: Module - Fml, Module - Xdoc, Module - Xhtml
            Reporter: Michael Osipov
            Assignee: Michael Osipov
             Fix For: 2.0.0-M4


These days (means for years) tables must start likes this:
{code:java}
sink.table();
sink.tableRows( justify, true );
sink.tableRow();
...
{code}
old backward compat code allows to omit {{Sink#tableRows()}}.

Drop this old compat layer which simplifies our code.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)