You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/05/17 14:16:13 UTC

[jira] [Updated] (KAFKA-2294) javadoc compile error due to illegal

, build failing (jdk 8)

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

Ismael Juma updated KAFKA-2294:
-------------------------------
    Fix Version/s:     (was: 0.10.1.0)
                   0.9.0.0

> javadoc compile error due to illegal <p/> , build failing (jdk 8)
> -----------------------------------------------------------------
>
>                 Key: KAFKA-2294
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2294
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Jeremy Fields
>            Assignee: Jeff Maxwell
>             Fix For: 0.9.0.0
>
>         Attachments: KAFKA-2294-1.patch
>
>
> Quick one,
> kafka/clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:525: error: self-closing element not allowed
>      * <p/>
> This is causing build to fail under java 8 due to strict html checking.
> Replace that <p/> with <p>
> Regards,



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)