hbase git commit: HBASE-19267 Remove compiler-plugin mapping executions as it breaks Java8 detection

2017-12-14 Thread elserj
Repository: hbase
Updated Branches:
  refs/heads/master 2c9ef8a47 -> 4a1c3b421


HBASE-19267 Remove compiler-plugin mapping executions as it breaks Java8 
detection

It seems like the original reason this execution filter was added is no
longer an issue for 2.0. Actually, these entries actually preclude
Eclipse from correctly using the Java8 source/target version that we
have specified (which creates numerous compilation errors in Eclipse)

Signed-off-by: Guanghao Zhang 


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

Branch: refs/heads/master
Commit: 4a1c3b4210b27b04a09e0c4d2f005b2ba7fd884d
Parents: 2c9ef8a
Author: Josh Elser 
Authored: Wed Nov 15 14:42:29 2017 -0500
Committer: Josh Elser 
Committed: Thu Dec 14 15:11:19 2017 -0500

--
 hbase-backup/pom.xml  | 13 -
 hbase-client/pom.xml  | 13 -
 hbase-common/pom.xml  | 13 -
 hbase-examples/pom.xml| 14 --
 hbase-external-blockcache/pom.xml | 13 -
 hbase-hadoop-compat/pom.xml   | 13 -
 hbase-hadoop2-compat/pom.xml  | 13 -
 hbase-http/pom.xml| 13 -
 hbase-it/pom.xml  | 13 -
 hbase-mapreduce/pom.xml   | 13 -
 hbase-protocol/pom.xml| 15 +++
 hbase-replication/pom.xml | 13 -
 hbase-rsgroup/pom.xml | 13 -
 hbase-server/pom.xml  | 13 -
 hbase-shell/pom.xml   | 13 -
 hbase-thrift/pom.xml  | 13 -
 hbase-zookeeper/pom.xml   | 13 -
 17 files changed, 15 insertions(+), 209 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/4a1c3b42/hbase-backup/pom.xml
--
diff --git a/hbase-backup/pom.xml b/hbase-backup/pom.xml
index 6282471..d7521d3 100644
--- a/hbase-backup/pom.xml
+++ b/hbase-backup/pom.xml
@@ -61,19 +61,6 @@
   
 
   
-
-  
-org.apache.maven.plugins
-maven-compiler-plugin
-[3.2,)
-
-  compile
-
-  
-  
-
-  
-
   
 
   

http://git-wip-us.apache.org/repos/asf/hbase/blob/4a1c3b42/hbase-client/pom.xml
--
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 45393b5..f566da9 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -65,19 +65,6 @@
   
 
   
-
-  
-org.apache.maven.plugins
-maven-compiler-plugin
-[3.2,)
-
-  compile
-
-  
-  
-
-  
-
   
 
   

http://git-wip-us.apache.org/repos/asf/hbase/blob/4a1c3b42/hbase-common/pom.xml
--
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index 8c5d40c..cf302eb 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -181,19 +181,6 @@
 
   
 
-
-  
-org.apache.maven.plugins
-maven-compiler-plugin
-[3.2,)
-
-  compile
-
-  
-  
-
-  
-
   
 
   

http://git-wip-us.apache.org/repos/asf/hbase/blob/4a1c3b42/hbase-examples/pom.xml
--
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index 49f71e3..c6ec4d8 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -48,7 +48,6 @@
   
   
 maven-surefire-plugin
-${surefire.version}
 
   
@@ -97,19 +96,6 @@
 
   
 
-
-  
-org.apache.maven.plugins
-maven-compiler-plugin
-[3.2,)
-
-  compile
-

hbase git commit: HBASE-19267 Remove compiler-plugin mapping executions as it breaks Java8 detection

2017-11-28 Thread elserj
Repository: hbase
Updated Branches:
  refs/heads/branch-2 12efae482 -> 4fef4cfc3


HBASE-19267 Remove compiler-plugin mapping executions as it breaks Java8 
detection

It seems like the original reason this execution filter was added is no
longer an issue for 2.0. Actually, these entries actually preclude
Eclipse from correctly using the Java8 source/target version that we
have specified (which creates numerous compilation errors in Eclipse)

Signed-off-by: Guanghao Zhang 


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

Branch: refs/heads/branch-2
Commit: 4fef4cfc300b18879bdfae746aaaf623da1b0928
Parents: 12efae4
Author: Josh Elser 
Authored: Wed Nov 15 14:42:29 2017 -0500
Committer: Josh Elser 
Committed: Tue Nov 28 14:54:32 2017 -0500

--
 hbase-backup/pom.xml  | 13 -
 hbase-client/pom.xml  | 13 -
 hbase-common/pom.xml  | 13 -
 hbase-examples/pom.xml| 14 --
 hbase-external-blockcache/pom.xml | 13 -
 hbase-hadoop-compat/pom.xml   | 13 -
 hbase-hadoop2-compat/pom.xml  | 13 -
 hbase-http/pom.xml| 13 -
 hbase-it/pom.xml  | 13 -
 hbase-mapreduce/pom.xml   | 13 -
 hbase-replication/pom.xml | 13 -
 hbase-rsgroup/pom.xml | 13 -
 hbase-server/pom.xml  | 13 -
 hbase-shell/pom.xml   | 13 -
 hbase-thrift/pom.xml  | 13 -
 hbase-zookeeper/pom.xml   | 13 -
 16 files changed, 209 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/4fef4cfc/hbase-backup/pom.xml
--
diff --git a/hbase-backup/pom.xml b/hbase-backup/pom.xml
index feec397..1b79624 100644
--- a/hbase-backup/pom.xml
+++ b/hbase-backup/pom.xml
@@ -61,19 +61,6 @@
   
 
   
-
-  
-org.apache.maven.plugins
-maven-compiler-plugin
-[3.2,)
-
-  compile
-
-  
-  
-
-  
-
   
 
   

http://git-wip-us.apache.org/repos/asf/hbase/blob/4fef4cfc/hbase-client/pom.xml
--
diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 0d386e2..da392f2 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -65,19 +65,6 @@
   
 
   
-
-  
-org.apache.maven.plugins
-maven-compiler-plugin
-[3.2,)
-
-  compile
-
-  
-  
-
-  
-
   
 
   

http://git-wip-us.apache.org/repos/asf/hbase/blob/4fef4cfc/hbase-common/pom.xml
--
diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml
index 7e2a4f0..559a795 100644
--- a/hbase-common/pom.xml
+++ b/hbase-common/pom.xml
@@ -181,19 +181,6 @@
 
   
 
-
-  
-org.apache.maven.plugins
-maven-compiler-plugin
-[3.2,)
-
-  compile
-
-  
-  
-
-  
-
   
 
   

http://git-wip-us.apache.org/repos/asf/hbase/blob/4fef4cfc/hbase-examples/pom.xml
--
diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index ff67b4d..d0ad170 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -48,7 +48,6 @@
   
   
 maven-surefire-plugin
-${surefire.version}
 
   
@@ -97,19 +96,6 @@
 
   
 
-
-  
-org.apache.maven.plugins
-maven-compiler-plugin
-[3.2,)
-
-  compile
-
-  
-  
-
-