You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2015/06/23 19:54:01 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14598057#comment-14598057 ] 

Jakob Homan commented on KAFKA-2294:
------------------------------------

+1.

> 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
>         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)