Repository: oozie
Updated Branches:
  refs/heads/master 4a0589851 -> c1fe02cff


OOZIE-2969 Drop support for Java 1.7 (dbist13 via gezapeti, pbacsko)


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

Branch: refs/heads/master
Commit: c1fe02cff0fbff70c4597750ad0cc8855ca3771c
Parents: 4a05898
Author: Gezapeti Cseh <gezap...@apache.org>
Authored: Wed Dec 6 13:35:38 2017 +0100
Committer: Gezapeti Cseh <gezap...@apache.org>
Committed: Wed Dec 6 13:35:38 2017 +0100

----------------------------------------------------------------------
 docs/src/site/twiki/DG_QuickStart.twiki | 10 +++++-----
 docs/src/site/twiki/ENG_Building.twiki  |  6 +++---
 docs/src/site/twiki/ENG_MiniOozie.twiki |  2 +-
 pom.xml                                 |  6 +++---
 release-log.txt                         |  1 +
 5 files changed, 13 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/c1fe02cf/docs/src/site/twiki/DG_QuickStart.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/DG_QuickStart.twiki 
b/docs/src/site/twiki/DG_QuickStart.twiki
index 7b6e81c..2189c3c 100644
--- a/docs/src/site/twiki/DG_QuickStart.twiki
+++ b/docs/src/site/twiki/DG_QuickStart.twiki
@@ -14,7 +14,7 @@ For detailed install and configuration instructions refer to 
[[AG_Install][Oozie
 
 ---+++ System Requirements:
    * Unix box (tested on Mac OS X and Linux)
-   * Java JDK 1.7+
+   * Java JDK 1.8+
    * Maven 3.0.1+
    * Hadoop 2.6.0+
    * Pig 0.10.1+
@@ -64,13 +64,13 @@ More details on building Oozie can be found on the 
[[ENG_Building][Building Oozi
 ---+++ System Requirements
 
    * Unix (tested in Linux and Mac OS X)
-   * Java 1.7+
+   * Java 1.8+
    * Hadoop
       * [[http://hadoop.apache.org][Apache Hadoop]] (tested with 1.2.1 & 
2.6.0+)
    * ExtJS library (optional, to enable Oozie webconsole)
       * [[http://archive.cloudera.com/gplextras/misc/ext-2.2.zip][ExtJS 2.2]]
 
-The Java 1.7+ =bin= directory should be in the command path.
+The Java 1.8+ =bin= directory should be in the command path.
 
 ---+++ Server Installation
 
@@ -200,9 +200,9 @@ Refer to the [[DG_Examples][Running the Examples]] document 
for details on runni
 ---+++ System Requirements
 
    * Unix (tested in Linux and Mac OS X)
-   * Java 1.7+
+   * Java 1.8+
 
-The Java 1.7+ =bin= directory should be in the command path.
+The Java 1.8+ =bin= directory should be in the command path.
 
 ---+++ Client Installation
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/c1fe02cf/docs/src/site/twiki/ENG_Building.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/ENG_Building.twiki 
b/docs/src/site/twiki/ENG_Building.twiki
index 0456cbf..79a7726 100644
--- a/docs/src/site/twiki/ENG_Building.twiki
+++ b/docs/src/site/twiki/ENG_Building.twiki
@@ -9,7 +9,7 @@
 ---++ System Requirements
 
    * Unix box (tested on Mac OS X and Linux)
-   * Java JDK 1.7+
+   * Java JDK 1.8+
    * [[http://maven.apache.org/][Maven 3.0.1+]]
    * [[http://hadoop.apache.org/core/releases.html][Hadoop 2.6.0+]]
    * [[http://hadoop.apache.org/pig/releases.html][Pig 0.10.1+]]
@@ -52,8 +52,8 @@ $ ssh localhost
 
 ---++ Building with different Java Versions
 
-Oozie requires a minimum Java version of 1.7. Any newer version can be used 
but by default bytecode will be generated
-which is compatible with 1.7. This can be changed by specifying the build 
property *targetJavaVersion*.
+Oozie requires a minimum Java version of 1.8. Any newer version can be used 
but by default bytecode will be generated
+which is compatible with 1.8. This can be changed by specifying the build 
property *targetJavaVersion*.
 
 ---++ Building and Testing Oozie
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/c1fe02cf/docs/src/site/twiki/ENG_MiniOozie.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/ENG_MiniOozie.twiki 
b/docs/src/site/twiki/ENG_MiniOozie.twiki
index 5401614..2c39726 100644
--- a/docs/src/site/twiki/ENG_MiniOozie.twiki
+++ b/docs/src/site/twiki/ENG_MiniOozie.twiki
@@ -9,7 +9,7 @@
 ---++ System Requirements
 
    * Unix box (tested on Mac OS X and Linux)
-   * Java JDK 1.7+
+   * Java JDK 1.8+
    * Eclipse (tested on 3.5 and 3.6)
    * [[http://maven.apache.org/][Maven 3.0.1+]]
 

http://git-wip-us.apache.org/repos/asf/oozie/blob/c1fe02cf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 203cf78..2c52648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,9 +45,9 @@
     </organization>
 
     <properties>
-        <targetJavaVersion>1.7</targetJavaVersion>
-        <sourceJavaVersion>1.7</sourceJavaVersion>
-        <minJavaVersion>1.7</minJavaVersion>
+        <targetJavaVersion>1.8</targetJavaVersion>
+        <sourceJavaVersion>1.8</sourceJavaVersion>
+        <minJavaVersion>1.8</minJavaVersion>
 
         <distMgmtSnapshotsName>Apache Development Snapshot 
Repository</distMgmtSnapshotsName>
         
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>

http://git-wip-us.apache.org/repos/asf/oozie/blob/c1fe02cf/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index c4c8acc..74e6f28 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.0.0 release (trunk - unreleased)
 
+OOZIE-2969 Drop support for Java 1.7 (dbist13 via gezapeti, pbacsko)
 OOZIE-2681 Fix javadoc to compile on JDK8 (dbist13, abhisekbafna, gezapeti)
 OOZIE-3112 SparkConfigrationService overwrites properties provided via 
--properties-file option in SparkAction (gezapeti)
 OOZIE-3126 Add option to allow list of users to access system config 
(satishsaley)

Reply via email to