guykhazma opened a new pull request #1217:
URL: https://github.com/apache/iceberg/pull/1217


   This PR includes some minor fixes to the documentation site:
   
   - Javadoc bug which makes the search form unusable - 
   When using JDK 11 the Javadoc is generated using HTML 5 and has a search 
bar, due to a bug some of the links redirect to invalid locations, for example:
   ```
   
https://iceberg.apache.org/javadoc/0.9.0/undefined/org/apache/iceberg/Transaction.html
   ```
   instead of:
   ```
   https://iceberg.apache.org/javadoc/0.9.0/org/apache/iceberg/Transaction.html
   ```
   The bug was fixed manually for version 0.9.0 and for future release I have 
modified the gradle task to make the necessary changes according to the 
solution suggested 
[here](https://stackoverflow.com/questions/52326318/maven-javadoc-search-redirects-to-undefined-url/52603413#52603413).
   
   - Java API page changes:
     - Adding documentation for transactions support
     - Adding documentation for `iceberg-spark3`
   
   - Minor typo fixes


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to