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
|
HADOOP-12685. Input buffer position after encode/decode not consistent
|
||||||
between different kinds of buffers. (Rui Li via zhz)
|
between different kinds of buffers. (Rui Li via zhz)
|
||||||
|
|
||||||
|
HADOOP-12757. Findbug compilation fails for 'Kafka Library support'.
|
||||||
|
(aajisaka)
|
||||||
|
|
||||||
Release 2.9.0 - UNRELEASED
|
Release 2.9.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -70,8 +70,6 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<findbugsXmlOutput>true</findbugsXmlOutput>
|
<findbugsXmlOutput>true</findbugsXmlOutput>
|
||||||
<xmlOutput>true</xmlOutput>
|
<xmlOutput>true</xmlOutput>
|
||||||
<excludeFilterFile>${basedir}/dev-support/findbugs-exclude.xml
|
|
||||||
</excludeFilterFile>
|
|
||||||
<effort>Max</effort>
|
<effort>Max</effort>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue