Repository: commons-dbcp Updated Branches: refs/heads/master 678c43b76 -> efb8cfdd6
Update build from Maven Checksyle plugin 2.11 to 3.0.0. RedundantThrows was removed with version 6.2 (see https://github.com/checkstyle/checkstyle/issues/473) Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/efb8cfdd Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/efb8cfdd Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/efb8cfdd Branch: refs/heads/master Commit: efb8cfdd6f1568907c9c2c3a6a672b5961c847ad Parents: 678c43b Author: Gary Gregory <garydgreg...@gmail.com> Authored: Mon May 7 12:55:36 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Mon May 7 12:55:36 2018 -0600 ---------------------------------------------------------------------- checkstyle.xml | 4 ---- pom.xml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/efb8cfdd/checkstyle.xml ---------------------------------------------------------------------- diff --git a/checkstyle.xml b/checkstyle.xml index e330e79..0177026 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -167,10 +167,6 @@ <module name="MagicNumber"/> --> <module name="MissingSwitchDefault"/> - <module name="RedundantThrows"> - <property name="allowUnchecked" value="true"/> - <property name="allowSubclasses" value="true"/> - </module> <!-- <module name="SimplifyBooleanExpression"/> <module name="SimplifyBooleanReturn"/> http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/efb8cfdd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ef38f2f..08089e8 100644 --- a/pom.xml +++ b/pom.xml @@ -240,7 +240,7 @@ <commons.jira.id>DBCP</commons.jira.id> <commons.jira.pid>12310469</commons.jira.pid> <!-- Override CP version until that is updated --> - <commons.checkstyle.version>2.11</commons.checkstyle.version> + <commons.checkstyle.version>3.0.0</commons.checkstyle.version> <!-- Constant for Commons Pool version (used in multiple places) --> <commons.pool.version>2.5.0</commons.pool.version> <!-- See DBCP-445 and DBCP-454 -->