HADOOP-12757. Findbug compilation fails for 'Kafka Library support'. (aajisaka)
This commit is contained in:
parent
4d7055e0c8
commit
700a176fa7
|
@ -644,6 +644,9 @@ Trunk (Unreleased)
|
|||
HADOOP-12685. Input buffer position after encode/decode not consistent
|
||||
between different kinds of buffers. (Rui Li via zhz)
|
||||
|
||||
HADOOP-12757. Findbug compilation fails for 'Kafka Library support'.
|
||||
(aajisaka)
|
||||
|
||||
Release 2.9.0 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -70,8 +70,6 @@
|
|||
<configuration>
|
||||
<findbugsXmlOutput>true</findbugsXmlOutput>
|
||||
<xmlOutput>true</xmlOutput>
|
||||
<excludeFilterFile>${basedir}/dev-support/findbugs-exclude.xml
|
||||
</excludeFilterFile>
|
||||
<effort>Max</effort>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue