Apache-Phoenix | 4.x | HBase 1.4 | Build #200 ABORTED

2021-01-11 Thread Apache Jenkins Server

4.x branch  HBase 1.4  build #200 status ABORTED
Build #200 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/4.x/200/


Apache-Phoenix | master | HBase 2.2 | Build #193 FAILURE

2021-01-11 Thread Apache Jenkins Server

master branch  HBase 2.2  build #193 status FAILURE
Build #193 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/master/193/


Apache-Phoenix | master | HBase 2.4 | Build #193 SUCCESS

2021-01-11 Thread Apache Jenkins Server

master branch  HBase 2.4  build #193 status SUCCESS
Build #193 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/master/193/


Apache-Phoenix | 4.x | HBase 1.3 | Build #200 FAILURE

2021-01-11 Thread Apache Jenkins Server

4.x branch  HBase 1.3  build #200 status FAILURE
Build #200 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/4.x/200/


Apache-Phoenix | 4.x | HBase 1.6 | Build #200 FAILURE

2021-01-11 Thread Apache Jenkins Server

4.x branch  HBase 1.6  build #200 status FAILURE
Build #200 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/4.x/200/


Apache-Phoenix | master | HBase 2.1 | Build #193 SUCCESS

2021-01-11 Thread Apache Jenkins Server

master branch  HBase 2.1  build #193 status SUCCESS
Build #193 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/master/193/


Apache-Phoenix | master | HBase 2.3 | Build #193 FAILURE

2021-01-11 Thread Apache Jenkins Server

master branch  HBase 2.3  build #193 status FAILURE
Build #193 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/master/193/


Apache-Phoenix | 4.16 | HBase 1.3 | Build #6 ABORTED

2021-01-11 Thread Apache Jenkins Server

4.16 branch  HBase 1.3  build #6 status ABORTED
Build #6 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/4.16/6/


Apache-Phoenix | 4.16 | HBase 1.4 | Build #6 SUCCESS

2021-01-11 Thread Apache Jenkins Server

4.16 branch  HBase 1.4  build #6 status SUCCESS
Build #6 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/4.16/6/


[phoenix] branch 4.x updated: PHOENIX-6309 : Use maven enforcer plugin to ban imports from illegal packages (as per project guidelines)

2021-01-11 Thread stoty
This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
 new f1df239  PHOENIX-6309 : Use maven enforcer plugin to ban imports from 
illegal packages (as per project guidelines)
f1df239 is described below

commit f1df2391feb47e227de0f37555c4bc090c1af798
Author: Viraj Jasani 
AuthorDate: Sun Jan 10 20:34:49 2021 +0530

PHOENIX-6309 : Use maven enforcer plugin to ban imports from illegal 
packages (as per project guidelines)
---
 pom.xml | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2d8b333..4d6ddd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,6 +138,7 @@
 2.9
 
1.9.1
 3.0.0-M3
+
1.1.0
 3.2.4
 
3.1.1
 4.1.3
@@ -417,6 +418,39 @@
   protobuf-maven-plugin
   ${protobuf.plugin.version}
 
+
+  org.apache.maven.plugins
+  maven-enforcer-plugin
+  ${maven-enforcer-plugin.version}
+  
+
+  de.skuzzle.enforcer
+  restrict-imports-enforcer-rule
+  ${restrict-imports.enforcer.version}
+
+  
+  
+
+  banned-illegal-imports
+  process-sources
+  
+enforce
+  
+  
+
+  
+true
+Use SLF4j for logging
+
+  
org.apache.commons.logging.Log
+  
org.apache.commons.logging.LogFactory
+
+  
+
+  
+
+  
+
   
 
 



[phoenix] branch master updated: PHOENIX-6309 : Use maven enforcer plugin to ban imports from illegal packages (as per project guidelines)

2021-01-11 Thread stoty
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 6d43aa2  PHOENIX-6309 : Use maven enforcer plugin to ban imports from 
illegal packages (as per project guidelines)
6d43aa2 is described below

commit 6d43aa23e7c1b83778db26313a96fcd4fdf523eb
Author: Viraj Jasani 
AuthorDate: Sun Jan 10 20:34:49 2021 +0530

PHOENIX-6309 : Use maven enforcer plugin to ban imports from illegal 
packages (as per project guidelines)
---
 pom.xml | 48 
 1 file changed, 48 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4256c36..85ec281 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,6 +133,7 @@
 2.9
 
1.9.1
 3.0.0-M3
+
1.1.0
 3.2.4
 
${antlr.version}
 
3.1.1
@@ -453,6 +454,53 @@
   protobuf-maven-plugin
   ${protobuf.plugin.version}
 
+
+  org.apache.maven.plugins
+  maven-enforcer-plugin
+  ${maven-enforcer-plugin.version}
+  
+
+  de.skuzzle.enforcer
+  restrict-imports-enforcer-rule
+  ${restrict-imports.enforcer.version}
+
+  
+  
+
+  banned-illegal-imports
+  process-sources
+  
+enforce
+  
+  
+
+  
+true
+Use SLF4j for logging
+
+  
org.apache.commons.logging.Log
+  
org.apache.commons.logging.LogFactory
+
+  
+  
+true
+Use shaded version in phoenix-thirdparty
+
+  com.google.common.**
+
+  
+  
+true
+Use commons lang 3
+
+  org.apache.commons.lang.**
+
+  
+
+  
+
+  
+
   
 
 



Apache-Phoenix | 4.16 | HBase 1.6 | Build #6 SUCCESS

2021-01-11 Thread Apache Jenkins Server

4.16 branch  HBase 1.6  build #6 status SUCCESS
Build #6 https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-mulitbranch/job/4.16/6/