Repository: hadoop
Updated Branches:
  refs/heads/branch-2.7 fa30500d7 -> 3ec1ad900


HADOOP-11761. Fix findbugs warnings in 
org.apache.hadoop.security.authentication. Contributed by Li Lu.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3ec1ad90
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3ec1ad90
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3ec1ad90

Branch: refs/heads/branch-2.7
Commit: 3ec1ad9001697bde2c1b2e6f551cbd7ad4551bf6
Parents: fa30500
Author: Haohui Mai <whe...@apache.org>
Authored: Mon Mar 30 11:08:54 2015 -0700
Committer: Haohui Mai <whe...@apache.org>
Committed: Mon Mar 30 11:09:25 2015 -0700

----------------------------------------------------------------------
 .../hadoop-auth/dev-support/findbugsExcludeFile.xml       | 10 ++++++++++
 hadoop-common-project/hadoop-common/CHANGES.txt           |  3 +++
 2 files changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/3ec1ad90/hadoop-common-project/hadoop-auth/dev-support/findbugsExcludeFile.xml
----------------------------------------------------------------------
diff --git 
a/hadoop-common-project/hadoop-auth/dev-support/findbugsExcludeFile.xml 
b/hadoop-common-project/hadoop-auth/dev-support/findbugsExcludeFile.xml
index 1ecf37a..ddda63c 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 @@
     <Method name="getCurrentSecret" />
     <Bug pattern="EI_EXPOSE_REP" />
   </Match>
+  <Match>
+    <Class 
name="org.apache.hadoop.security.authentication.util.FileSignerSecretProvider" 
/>
+    <Method name="getAllSecrets" />
+    <Bug pattern="EI_EXPOSE_REP" />
+  </Match>
+  <Match>
+    <Class 
name="org.apache.hadoop.security.authentication.util.FileSignerSecretProvider" 
/>
+    <Method name="getCurrentSecret" />
+    <Bug pattern="EI_EXPOSE_REP" />
+  </Match>
 
 </FindBugsFilter>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/3ec1ad90/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index 8dec5d5..d85725c 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -707,6 +707,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

Reply via email to