You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by mg...@apache.org on 2019/09/14 07:45:09 UTC

[hive] branch master updated: HIVE-22199 Ugrade findbugs to 3.0.5 (Miklos Gergely reviewed by Jesus Camacho Rodriguez)

This is an automated email from the ASF dual-hosted git repository.

mgergely pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new d8e2e40  HIVE-22199 Ugrade findbugs to 3.0.5 (Miklos Gergely reviewed by Jesus Camacho Rodriguez)
d8e2e40 is described below

commit d8e2e40a28b27144f10c0bbb57144be3d921fa94
Author: miklosgergely <mg...@cloudera.com>
AuthorDate: Thu Sep 12 18:06:08 2019 +0200

    HIVE-22199 Ugrade findbugs to 3.0.5 (Miklos Gergely reviewed by Jesus Camacho Rodriguez)
---
 findbugs/findbugs-exclude.xml | 43 ++++++++++++++++++++++++++-----------------
 pom.xml                       |  4 ++--
 2 files changed, 28 insertions(+), 19 deletions(-)

diff --git a/findbugs/findbugs-exclude.xml b/findbugs/findbugs-exclude.xml
index c165c62..b31e79f 100644
--- a/findbugs/findbugs-exclude.xml
+++ b/findbugs/findbugs-exclude.xml
@@ -14,22 +14,31 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
+
 <FindBugsFilter>
-    <Match>
-       <Class name="~org.apache.hadoop.hive.metastore.parser.*" />
-    </Match>
-     <Match>
-        <Class name="org.apache.hadoop.hive.ql.parse.HiveLexer" />
-    </Match>
-     <Match>
-        <Class name="org.apache.hadoop.hive.ql.parse.HiveParser" />
-    </Match>
-    <Match>
-        <Class name="~org.apache.hadoop.hive.metastore.api.*" />
-    </Match>
-     <Match>
-        <Class name="~org.apache.hadoop.hive.ql.plan.api.*" />
-    </Match>
-    
-    
+  <Match>
+    <Class name="~org.apache.hadoop.hive.metastore.parser.*" />
+  </Match>
+  <Match>
+    <Class name="~org.apache.hadoop.hive.metastore.api.*" />
+  </Match>
+  <Match>
+    <Class name="~org.apache.hadoop.hive.ql.parse.HiveParser.*" />
+  </Match>
+  <Match>
+    <Class name="~org.apache.hadoop.hive.ql.parse.HiveLexer.*" />
+  </Match>
+  <Match>
+    <Class name="~org.apache.hadoop.hive.ql.parse.HintParser.*" />
+  </Match>
+  <Match>
+    <Package name="org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates.gen" />
+  </Match>
+  <Match>
+    <Package name="org.apache.hadoop.hive.ql.exec.vector.expressions.gen" />
+  </Match>
+  <Match>
+    <Class name="~org.apache.hadoop.hive.ql.plan.api.*" />
+  </Match>
 </FindBugsFilter>
+
diff --git a/pom.xml b/pom.xml
index a1b45b4..e061f64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1446,7 +1446,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>findbugs-maven-plugin</artifactId>
-            <version>3.0.0</version>
+            <version>3.0.5</version>
             <configuration>
               <fork>true</fork>
               <maxHeap>2048</maxHeap>
@@ -1461,7 +1461,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>findbugs-maven-plugin</artifactId>
-            <version>3.0.0</version>
+            <version>3.0.5</version>
             <configuration>
               <fork>true</fork>
               <maxHeap>2048</maxHeap>