ctubbsii commented on issue #1846:
URL: https://github.com/apache/accumulo/issues/1846#issuecomment-750729011


   In order to build the javadocs for 2.0.1 for the website using Java 15 (the 
latest available to me at the time), I had to backport the following javadoc 
fixes from the main branch:
   
   ```diff
   diff --git 
a/core/src/main/java/org/apache/accumulo/core/data/doc-files/mutation-serialization.html
 
b/core/src/main/java/org/apache/accumulo/core/data/doc-files/mutation-serialization.html
   index f00d1b756e..d0ae38b176 100644
   --- 
a/core/src/main/java/org/apache/accumulo/core/data/doc-files/mutation-serialization.html
   +++ 
b/core/src/main/java/org/apache/accumulo/core/data/doc-files/mutation-serialization.html
   @@ -19,6 +19,9 @@
        <title>Serialization Formats for Mutation</title>
      </head>
      <body>
   +
   +    <h1>Serialization Formats for Mutation</h1>
   +
        <p>
        The <code>Mutation</code> class supports two serialization formats.
        While it only currently serializes to the newer version 2 format, it
   diff --git a/pom.xml b/pom.xml
   index 3a7d6e750d..4149430ed6 100644
   --- a/pom.xml
   +++ b/pom.xml
   @@ -876,7 +876,7 @@
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-javadoc-plugin</artifactId>
   -          <version>3.1.0</version>
   +          <version>3.2.0</version>
              <configuration>
                <quiet>true</quiet>
                <additionalJOption>-J-Xmx512m</additionalJOption>
   ```
   
   Building with the newer javadoc tool for the website is preferable to using 
an older JDK, because javadoc bug fixes aren't always backported to the older 
JDKs.


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


Reply via email to