This is an automated email from the ASF dual-hosted git repository.
kmarton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oozie.git
The following commit(s) were added to refs/heads/master by this push:
new 5941730 OOZIE-3419 amend [fluent-job] GraphVisualization fails before
JDK 1.8.0_u40 (asalamon74 via kmarton)
5941730 is described below
commit 594173049ce5bb886699c60bb173c9c450a36043
Author: Julia Kinga Marton <[email protected]>
AuthorDate: Thu Jan 24 11:32:20 2019 +0100
OOZIE-3419 amend [fluent-job] GraphVisualization fails before JDK 1.8.0_u40
(asalamon74 via kmarton)
---
.../java/org/apache/oozie/fluentjob/api/GraphVisualization.java | 6 +++---
release-log.txt | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git
a/fluent-job/fluent-job-api/src/main/java/org/apache/oozie/fluentjob/api/GraphVisualization.java
b/fluent-job/fluent-job-api/src/main/java/org/apache/oozie/fluentjob/api/GraphVisualization.java
index 0cf580d..0b5a8f3 100644
---
a/fluent-job/fluent-job-api/src/main/java/org/apache/oozie/fluentjob/api/GraphVisualization.java
+++
b/fluent-job/fluent-job-api/src/main/java/org/apache/oozie/fluentjob/api/GraphVisualization.java
@@ -6,9 +6,9 @@
* 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
- * <p>
- * http://www.apache.org/licenses/LICENSE-2.0
- * <p>
+ *
+ * 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.
diff --git a/release-log.txt b/release-log.txt
index 72c717a..9d3af7b 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
-- Oozie 5.2.0 release (trunk - unreleased)
+OOZIE-3419 amend [fluent-job] GraphVisualization fails before JDK 1.8.0_u40
(asalamon74 via kmarton)
OOZIE-3420 [action] pom.xml fixes (andras.piros via kmarton)
OOZIE-3414 Oozie master does not compile with -Dhadoop.version=2.8.5
(asalamon74 via kmarton)
OOZIE-3401 [test] fix TestPySpark failure (kmarton, asalamon74)