No Thanks created AVRO-3158:
-------------------------------
Summary: Javadoc for Optional of array generated via record.vm is
invalid
Key: AVRO-3158
URL: https://issues.apache.org/jira/browse/AVRO-3158
Project: Apache Avro
Issue Type: Bug
Components: java
Affects Versions: 1.10.2
Reporter: No Thanks
This is a follow up because https://issues.apache.org/jira/browse/AVRO-2770 was
not properly fixed.
When generating an Optional getter of an array field, the <> of the List type
are not translated to html < / >
Therefore the generated javadoc is invalid. The generated string looks like
this:
{code:java}
Optional<java.util.List<java.lang.String>>
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)