ctubbsii opened a new pull request, #3550:
URL: https://github.com/apache/accumulo/pull/3550

   Remove `contrib/` directory:
   
   * Force use of JDK 17 for building aggregate javadocs for website, to avoid 
needing to patch buggy JDK 11 javadocs before publishing
   * Relocate contrib/ci scripts to more Maven-like location, src/build/ci
   * Remove redundant copy of contrib/accumulo-logo.png; use identical copy 
from monitor module for the README.md
   * Remove unmaintained contrib/scripts/check-tservers.py (has not received 
any substantive updates since initial publication, and does not work with 
current versions of Python, and is not documented (if updated, this can be 
restored to a blog on the website, or added elsewhere as a maintenance tool, 
but there are probably better ways of checking a cluster's health using 
non-python command-line utilities)
   * Relocate license template and formatter config file to src/build, and fix 
license-header.txt references using build-helper's rootlocation rather than 
session.executionRootDirectory
   
   Bump ASF parent POM to version 30 and related POM improvements:
   
   * Remove useless comment about `<url>`, regarding plugin not built in this 
repo
   * Ensure `maven.site.skip` is true, since we don't use that to build our 
website, and don't want that plugin running at all, and remove the outdated and 
unused src/site/site.xml site descriptor
   * Stop overriding plugin versions that are the same as in the parent POM (or 
in the case of maven-site-plugin, doesn't matter because we don't use that 
plugin)
   * Remove extraneous maven-clean-plugin configuration that isn't needed since 
those files don't appear in our source tree and are cleaned up already from the 
target directory
   * Bump minimum Maven version to build, because apilyzer requires 3.6
   * Adopt version property naming convention ASF parent POM
   
   Other fixes:
   
   * Bump some build plugins
   * Bump errorprone and fix newly detected illogical check if int is greater 
than `Integer.MAX_VALUE`
   * Bump some dependency versions


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