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/16 18:52:00 UTC

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

     [ https://issues.apache.org/jira/browse/DOXIA-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed DOXIA-673.
--------------------------------
    Resolution: Fixed

Fixed with [77f3c1391c22f28453331e6fde221499d14f2977|https://gitbox.apache.org/repos/asf?p=maven-doxia.git;a=commit;h=77f3c1391c22f28453331e6fde221499d14f2977].

> 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
>            Priority: Major
>             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)