[
https://issues.apache.org/jira/browse/AVRO-4023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17868341#comment-17868341
]
ASF subversion and git services commented on AVRO-4023:
-------------------------------------------------------
Commit e24de3c47dde433e4312f4c6b867e7f60c04c1b6 in avro's branch
refs/heads/main from Fokko Driesprong
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=e24de3c47 ]
AVRO-4023: Move `IdlUtils` into `org.apache.avro.idl` (#3039)
Noticed this when building the distributions.
I think it makes sense to move it just into the `idl` namspace.
This package hasn't been released before, so we don't break any
existing APIs.
```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:3.8.0:jar (module-javadocs) on
project avro-idl: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 2
[ERROR] error: No source files for package org.apache.avro.util
[ERROR] 1 error
[ERROR] Command line was: /usr/lib/jvm/java-21-openjdk-arm64/bin/javadoc
-J-Duser.language= -J-Duser.country= -Xdoclint:none @options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in
'/home/fokko.driesprong/avro/lang/java/idl/target/apidocs' dir.
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :avro-idl
```
> Move `IdlUtils` into `org.apache.avro.idl`
> ------------------------------------------
>
> Key: AVRO-4023
> URL: https://issues.apache.org/jira/browse/AVRO-4023
> Project: Apache Avro
> Issue Type: Improvement
> Affects Versions: 1.11.3
> Reporter: Fokko Driesprong
> Assignee: Fokko Driesprong
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.12.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)