[
https://issues.apache.org/jira/browse/AVRO-3158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
No Thanks updated AVRO-3158:
----------------------------
Description:
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
{noformat}
< / >{noformat}
Therefore the generated javadoc is invalid. The generated string looks like
this:
{code:java}
Optional<java.util.List<java.lang.String>>
{code}
was:
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}
> 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
> Priority: Major
>
> 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
> {noformat}
> < / >{noformat}
> 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)