-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Traffic Router Java version to 11 (#6210)
* Update maven-pmd-plugin to 3.14.0, which uses PMD 6.29.0 * Update Java PMD rule names to their PMD 6 equivalents * Unlist rules that are scheduled for removal in PMD 7 * Suppress PMD.CyclomaticComplexity and PMD.NPathComplexity * Fix PMD warnings * Set JAVA_HOME so Maven can find javac * Rebuild the Traffic Router builder image if its Dockerfile was changed * Use a fetch-depth of 4 to check files changed in the last 3 commits for the build-rpms GHA * Update Traffic Router Java version to 11 * Do not set UseSplitVerifier, SplitVerifier is required in Java 11 * Resolve new CloseResource PMD failure in Java 11 * Use RSAPrivateCrtKey, RSAPrivateCrtKeyImpl is not visible in Java 11 * Decrease NPath complexity of DeliveryService constructor * Do not escape '"' * Commant and unabbreviate commit comparison * Close resources in LetsEncryptDnsChallengeWatcher.readConfigFile() * Do not close socket before handling the request * Bind port to wildcard host for OpenJDK 11 compatibility * Store socketWrapper socket for use after super.doRun() * Fix PMD failures where all PMD failures were suppressed * Remove temporary hack from #3392 that resolved an SSL issue in Tomcat * Use OpenJDK 11 in Systemd service files * Use OpenJDK 11 for Ansible Java HOME
- Loading branch information
Showing
75 changed files
with
895 additions
and
974 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.