Repository: oozie
Updated Branches:
  refs/heads/master 3c4404f7c -> 533e6f60a


OOZIE-2933 Switch from Findbugs to Spotbugs (Jan Hentschel via rkanter)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/533e6f60
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/533e6f60
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/533e6f60

Branch: refs/heads/master
Commit: 533e6f60ac270e0123c9e84248a00001dd43c4b8
Parents: 3c4404f
Author: Robert Kanter <rkan...@apache.org>
Authored: Wed Jun 14 11:45:51 2017 -0700
Committer: Robert Kanter <rkan...@apache.org>
Committed: Wed Jun 14 11:46:03 2017 -0700

----------------------------------------------------------------------
 pom.xml         | 7 +++++++
 release-log.txt | 1 +
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/533e6f60/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b29a96c..0e06da4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1760,6 +1760,13 @@
                     
<findbugsXmlOutputDirectory>${project.build.directory}/findbugs</findbugsXmlOutputDirectory>
                     <excludeFilterFile>findbugs-filter.xml</excludeFilterFile>
                 </configuration>
+                <dependencies>
+                    <dependency>
+                        <groupId>com.github.spotbugs</groupId>
+                        <artifactId>spotbugs</artifactId>
+                        <version>3.1.0-RC3</version>
+                    </dependency>
+                </dependencies>
                 <executions>
                  <execution>
                     <id>findbug</id>

http://git-wip-us.apache.org/repos/asf/oozie/blob/533e6f60/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 73e3967..237f08d 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.0.0 release (trunk - unreleased)
 
+OOZIE-2933 Switch from Findbugs to Spotbugs (Jan Hentschel via gezapeti)
 OOZIE-2651 Set javax.xml.parsers.DocumentBuilderFactory sys prop to make XML 
handling faster (rkanter)
 OOZIE-2938 Fix Findbugs warnings in oozie-sharelib-hive module (Jan Hentschel 
via gezapeti)
 OOZIE-2939 Fix Findbugs warnings related to reliance on default encoding in 
oozie-sharelib-hive2 module (Jan Hentschel via gezapeti)

Reply via email to