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:58:01 UTC

[jira] [Resolved] (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 ]

Jakob Homan resolved KAFKA-2294.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 0.9.0
         Reviewer: Jakob Homan
         Assignee: Jeff Maxwell

I've committed this to trunk.  Resolving.  Thanks for the patch, Jeff!

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