You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (Jira)" <ji...@apache.org> on 2021/03/19 09:13:00 UTC

[jira] [Commented] (OAK-9331) JavaDoc generation fails on Java 15

    [ https://issues.apache.org/jira/browse/OAK-9331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17304748#comment-17304748 ] 

Julian Reschke commented on OAK-9331:
-------------------------------------

This is a change in Javadoc's behavior that is incompatible with Java 8. If you make it pass with Java 15, it will fail for Java 8. See <https://issues.apache.org/jira/browse/OAK-8288>.

> JavaDoc generation fails on Java 15
> -----------------------------------
>
>                 Key: OAK-9331
>                 URL: https://issues.apache.org/jira/browse/OAK-9331
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>            Reporter: Andrei Dulceanu
>            Assignee: Andrei Dulceanu
>            Priority: Major
>         Attachments: OAK-9331-01.patch
>
>
> {{mvn javadoc:javadoc}} fails on Java 15 with:
> {noformat}
> /apache/jackrabbit-oak/oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/principal/PrincipalConfiguration.java:48: error: unexpected heading used: <H3>, compared to implicit preceding heading: <H3>
> [ERROR]      * <h3>Backwards compatibility with Jackrabbit 2.x</h3>
> [ERROR]        ^
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)