Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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,
Attachments
Attachments
Issue Links
- is related to
-
KAFKA-2203 Get gradle build to work with Java 8
- Resolved