From 82fa3adfd889700c05464345bee91f861d78ba4f Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Mon, 30 Mar 2015 11:08:54 -0700 Subject: [PATCH] HADOOP-11761. Fix findbugs warnings in org.apache.hadoop.security.authentication. Contributed by Li Lu. --- .../hadoop-auth/dev-support/findbugsExcludeFile.xml | 10 ++++++++++ hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 2 files changed, 13 insertions(+) diff --git a/hadoop-common-project/hadoop-auth/dev-support/findbugsExcludeFile.xml b/hadoop-common-project/hadoop-auth/dev-support/findbugsExcludeFile.xml index 1ecf37a5776..ddda63c6898 100644 --- a/hadoop-common-project/hadoop-auth/dev-support/findbugsExcludeFile.xml +++ b/hadoop-common-project/hadoop-auth/dev-support/findbugsExcludeFile.xml @@ -34,5 +34,15 @@ + + + + + + + + + + diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 8643901a2f3..8b5997259c9 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1175,6 +1175,9 @@ Release 2.7.0 - UNRELEASED HADOOP-11639. Clean up Windows native code compilation warnings related to Windows Secure Container Executor. (Remus Rusanu via cnauroth) + HADOOP-11761. Fix findbugs warnings in org.apache.hadoop.security + .authentication. (Li Lu via wheat9) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES