keith-turner opened a new issue, #5831:
URL: https://github.com/apache/accumulo/issues/5831

   Newer versions of the javadoc tool support a `--since` option.  Below  is 
the output for this option from running `javadoc --help` in JDK 17. 
   
   ```
       --since <release>(,<release>)*
                     Document new and deprecated API in the specified releases
   ```
   
   Below is an example of the output for this option for the JDK itself.
   
   https://docs.oracle.com/en/java//javase/17/docs/api/new-list.html
   
   This new option could be used when generating javadocs for Accumulo 4.0 to 
should what methods are new and deprecated since 2.1. 


-- 
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