Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please also check the javadoc.  

 mvn process-sources javadoc:javadoc-no-fork
 firefox target/site/api/index.html

...

Jenkins includes a javadoc run on Java 8 and Java 11, it will fail if there are unbalanced HTML tags or <p/> clauses (use <p> here.  

If Jenkins rejects a patch due to Java 8 or Java 11 javadoc failures, it is considered an automatic veto for the patch.

...

There are two patterns to provide a patch.

  • Create a pull request in GitHub (recommended)

  • Create and attach a diff in ASF JIRACreate a pull request in GitHub

The following subsection describes how to create and attach a patch.

Creating a patch

Check to see what files you have modified with:

...