You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by pb...@apache.org on 2018/08/15 12:37:14 UTC

oozie git commit: OOZIE-3324 Cannot compile with findbugs check (asalamon74 via pbacsko)

Repository: oozie
Updated Branches:
  refs/heads/master 6dedac608 -> 16992c1f5


OOZIE-3324 Cannot compile with findbugs check (asalamon74 via pbacsko)


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

Branch: refs/heads/master
Commit: 16992c1f51df5cfad02caf34846be3cc31513f00
Parents: 6dedac6
Author: Peter Bacsko <pb...@cloudera.com>
Authored: Wed Aug 15 14:36:56 2018 +0200
Committer: Peter Bacsko <pb...@cloudera.com>
Committed: Wed Aug 15 14:36:56 2018 +0200

----------------------------------------------------------------------
 findbugs-filter.xml                           | 24 ----------------------
 fluent-job/fluent-job-api/findbugs-filter.xml | 24 ++++++++++++++++++++++
 release-log.txt                               |  1 +
 3 files changed, 25 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/16992c1f/findbugs-filter.xml
----------------------------------------------------------------------
diff --git a/findbugs-filter.xml b/findbugs-filter.xml
deleted file mode 100644
index 2f29987..0000000
--- a/findbugs-filter.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<FindBugsFilter>
-    <!-- Don't have much control on generated JAXB2 classes -->
-    <Match>
-        <Package name="~org\.apache\.oozie\.fluentjob\.api\.generated.*" />
-        <Bug pattern="EQ_UNUSUAL" />
-    </Match>
-</FindBugsFilter>

http://git-wip-us.apache.org/repos/asf/oozie/blob/16992c1f/fluent-job/fluent-job-api/findbugs-filter.xml
----------------------------------------------------------------------
diff --git a/fluent-job/fluent-job-api/findbugs-filter.xml b/fluent-job/fluent-job-api/findbugs-filter.xml
new file mode 100644
index 0000000..2f29987
--- /dev/null
+++ b/fluent-job/fluent-job-api/findbugs-filter.xml
@@ -0,0 +1,24 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<FindBugsFilter>
+    <!-- Don't have much control on generated JAXB2 classes -->
+    <Match>
+        <Package name="~org\.apache\.oozie\.fluentjob\.api\.generated.*" />
+        <Bug pattern="EQ_UNUSUAL" />
+    </Match>
+</FindBugsFilter>

http://git-wip-us.apache.org/repos/asf/oozie/blob/16992c1f/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 5708d1e..39a821b 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.1.0 release (trunk - unreleased)
 
+OOZIE-3324 Cannot compile with findbugs check (asalamon74 via pbacsko)
 OOZIE-3304 Parsing sharelib timestamps is not threadsafe (dionusos, matijhs via andras.piros)
 OOZIE-3314 Remove findbugs-filter.xml and convert its contents to annotations (asalamon74 via andras.piros)
 OOZIE-3321 PySpark example fails (daniel.becker via andras.piros)