opwvhk commented on code in PR #2568:
URL: https://github.com/apache/avro/pull/2568#discussion_r1489073897


##########
doc/content/en/docs/++version++/IDL Language/_index.md:
##########
@@ -66,14 +66,18 @@ A Maven plugin is also provided to compile .avdl files. To 
use it, add something
       <executions>
         <execution>
           <goals>
-            <goal>idl</goal>
+            <goal>idl2java</goal>

Review Comment:
   Good point.. I should have noticed that.
   
   That said, there's also work underway (for the Java SDK) to parse IDL 
schemas using the same code as the standard JSON schemas.
   
   Going forward with this PR, we should thus recreate the old goal. Preferably 
as near-empty subclass of the new mojo (logging a warning directing users to 
the new name). As the parameters have not changed, this will ensure backwards 
compatibility.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to