HADOOP-11761. Fix findbugs warnings in org.apache.hadoop.security.authentication. Contributed by Li Lu.
This commit is contained in:
parent
1feb9569f3
commit
82fa3adfd8
|
@ -34,5 +34,15 @@
|
||||||
<Method name="getCurrentSecret" />
|
<Method name="getCurrentSecret" />
|
||||||
<Bug pattern="EI_EXPOSE_REP" />
|
<Bug pattern="EI_EXPOSE_REP" />
|
||||||
</Match>
|
</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>
|
</FindBugsFilter>
|
||||||
|
|
|
@ -1175,6 +1175,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
HADOOP-11639. Clean up Windows native code compilation warnings related to
|
HADOOP-11639. Clean up Windows native code compilation warnings related to
|
||||||
Windows Secure Container Executor. (Remus Rusanu via cnauroth)
|
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
|
Release 2.6.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue