[ 
https://issues.apache.org/jira/browse/AVRO-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17945708#comment-17945708
 ] 

ASF subversion and git services commented on AVRO-4126:
-------------------------------------------------------

Commit 9063aa055fbb6ae49ac7d0986497f63b310a0cd6 in avro's branch 
refs/heads/branch-1.12 from Oscar Westra van Holthe - Kind
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=9063aa055f ]

AVRO-4123: Parsed named schemas always empty (#3361)

* AVRO-4123: fix missing parsed schemas

* AVRO-4123: Remove unnecessary private method

* AVRO-4123: Do not use List.getFirst() yet

* AVRO-4123: Fix tests for recent JDKs

Recent JDKs alter the requirements for using a security manager. This
affects Hadoop code. Also, misplaced javadoc affects tests.

When AVRO-4126 is merged, the change to TestSpecificCompiler.java can be
reverted.

> The comment at the top of generated files should not be Javadoc
> ---------------------------------------------------------------
>
>                 Key: AVRO-4126
>                 URL: https://issues.apache.org/jira/browse/AVRO-4126
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.12.0, 1.11.4
>            Reporter: Oscar Westra van Holthe - Kind
>            Priority: Minor
>              Labels: java
>
> Generated source files now start like this:
> {code:java}
> /**
>  * Autogenerated by Avro
>  *
>  * DO NOT EDIT DIRECTLY
>  */
> package avro.examples.baseball;
> {code}
> However, a javadoc comment is not correct here. Instead, it should be:
> {code:java}
> /*
>  * Autogenerated by Avro
>  *
>  * DO NOT EDIT DIRECTLY
>  */
> package avro.examples.baseball;
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to