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

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

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

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