asfgit closed pull request #99: Spotbugs java 12 URL: https://github.com/apache/commons-text/pull/99
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/.travis.yml b/.travis.yml index 7b3b65e3..769d039b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,6 @@ language: java jdk: - oraclejdk8 - - oraclejdk9 - - openjdk10 - openjdk11 - openjdk-ea diff --git a/pom.xml b/pom.xml index 3957a1dd..4df8a54f 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version> <checkstyle.version>8.14</checkstyle.version> - <spotbugs.plugin.version>3.1.8</spotbugs.plugin.version> + <spotbugs.plugin.version>3.1.9</spotbugs.plugin.version> <commons.jacoco.version>0.8.2</commons.jacoco.version> @@ -471,8 +471,6 @@ <properties> <!-- currently fails with "javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module." --> <maven.javadoc.skip>true</maven.javadoc.skip> - <!-- spotbugs does not work on java 12 yet, "java.lang.IllegalArgumentException: Unsupported class file major version 56" --> - <spotbugs.skip>true</spotbugs.skip> </properties> </profile> </profiles> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org