You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ja...@apache.org on 2019/11/15 09:04:26 UTC

[carbondata] branch master updated: [CARBONDATA-3583] Upgrade default JDK version 1.7 to 1.8

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 61fb393  [CARBONDATA-3583] Upgrade default JDK version 1.7 to 1.8
61fb393 is described below

commit 61fb39363e0d2ae47d496e54f391057336a02e7a
Author: Zhang Zhichao <44...@qq.com>
AuthorDate: Fri Nov 15 10:40:18 2019 +0800

    [CARBONDATA-3583] Upgrade default JDK version 1.7 to 1.8
    
    Upgrade default JDK version 1.7 to 1.8 which provides some good features that makes code cleaner.
    
    This closes #3461
---
 common/pom.xml                                | 4 ++--
 core/pom.xml                                  | 4 ++--
 datamap/bloom/pom.xml                         | 4 ++--
 datamap/examples/pom.xml                      | 4 ++--
 datamap/lucene/pom.xml                        | 4 ++--
 examples/flink/pom.xml                        | 6 +++---
 hadoop/pom.xml                                | 4 ++--
 integration/hive/pom.xml                      | 4 ++--
 integration/spark-common-cluster-test/pom.xml | 4 ++--
 integration/spark-common-test/pom.xml         | 4 ++--
 integration/spark-common/pom.xml              | 4 ++--
 integration/spark-datasource/pom.xml          | 4 ++--
 integration/spark2/pom.xml                    | 4 ++--
 processing/pom.xml                            | 4 ++--
 store/sdk/pom.xml                             | 4 ++--
 streaming/pom.xml                             | 4 ++--
 16 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 856d388..0db8617 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -62,8 +62,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
     </plugins>
diff --git a/core/pom.xml b/core/pom.xml
index 5323aca..4fa9a05 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -166,8 +166,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
     </plugins>
diff --git a/datamap/bloom/pom.xml b/datamap/bloom/pom.xml
index 100b096..6ec4d0e 100644
--- a/datamap/bloom/pom.xml
+++ b/datamap/bloom/pom.xml
@@ -72,8 +72,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
     </plugins>
diff --git a/datamap/examples/pom.xml b/datamap/examples/pom.xml
index a2b796e..7e32888 100644
--- a/datamap/examples/pom.xml
+++ b/datamap/examples/pom.xml
@@ -73,8 +73,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
     </plugins>
diff --git a/datamap/lucene/pom.xml b/datamap/lucene/pom.xml
index 22b08c3..cc7deb8 100644
--- a/datamap/lucene/pom.xml
+++ b/datamap/lucene/pom.xml
@@ -135,8 +135,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
     </plugins>
diff --git a/examples/flink/pom.xml b/examples/flink/pom.xml
index d6746b9..a9f04ca 100644
--- a/examples/flink/pom.xml
+++ b/examples/flink/pom.xml
@@ -68,8 +68,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
     </plugins>
@@ -83,4 +83,4 @@
     </profile>
   </profiles>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/hadoop/pom.xml b/hadoop/pom.xml
index 523cbf7..9a6ca8e 100644
--- a/hadoop/pom.xml
+++ b/hadoop/pom.xml
@@ -52,8 +52,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
     </plugins>
diff --git a/integration/hive/pom.xml b/integration/hive/pom.xml
index bdf6d84..4eeb8fc 100644
--- a/integration/hive/pom.xml
+++ b/integration/hive/pom.xml
@@ -119,8 +119,8 @@
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>1.7</source>
-                    <target>1.7</target>
+                    <source>1.8</source>
+                    <target>1.8</target>
                 </configuration>
             </plugin>
             <plugin>
diff --git a/integration/spark-common-cluster-test/pom.xml b/integration/spark-common-cluster-test/pom.xml
index b9ec526..758e3f5 100644
--- a/integration/spark-common-cluster-test/pom.xml
+++ b/integration/spark-common-cluster-test/pom.xml
@@ -153,8 +153,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
       <plugin>
diff --git a/integration/spark-common-test/pom.xml b/integration/spark-common-test/pom.xml
index 38896fc..9459fc7 100644
--- a/integration/spark-common-test/pom.xml
+++ b/integration/spark-common-test/pom.xml
@@ -211,8 +211,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
       <plugin>
diff --git a/integration/spark-common/pom.xml b/integration/spark-common/pom.xml
index afb3714..a904291 100644
--- a/integration/spark-common/pom.xml
+++ b/integration/spark-common/pom.xml
@@ -131,8 +131,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
       <plugin>
diff --git a/integration/spark-datasource/pom.xml b/integration/spark-datasource/pom.xml
index afe18c7..cda1954 100644
--- a/integration/spark-datasource/pom.xml
+++ b/integration/spark-datasource/pom.xml
@@ -127,8 +127,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
       <plugin>
diff --git a/integration/spark2/pom.xml b/integration/spark2/pom.xml
index c5f3c64..9fe8498 100644
--- a/integration/spark2/pom.xml
+++ b/integration/spark2/pom.xml
@@ -183,8 +183,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
       <plugin>
diff --git a/processing/pom.xml b/processing/pom.xml
index 8d6baa1..5a73405 100644
--- a/processing/pom.xml
+++ b/processing/pom.xml
@@ -95,8 +95,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
     </plugins>
diff --git a/store/sdk/pom.xml b/store/sdk/pom.xml
index 691320a..f28972d 100644
--- a/store/sdk/pom.xml
+++ b/store/sdk/pom.xml
@@ -207,8 +207,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>8</source>
-          <target>8</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
     </plugins>
diff --git a/streaming/pom.xml b/streaming/pom.xml
index aa8040a..847467a 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -89,8 +89,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.7</source>
-          <target>1.7</target>
+          <source>1.8</source>
+          <target>1.8</target>
         </configuration>
       </plugin>
       <plugin>