You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/05/01 21:08:00 UTC

[jira] [Commented] (HBASE-24303) Undo core of parent TestSecureRESTServer change; use fix over in HBASE-24280 instead

    [ https://issues.apache.org/jira/browse/HBASE-24303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17097674#comment-17097674 ] 

Michael Stack commented on HBASE-24303:
---------------------------------------

Thing to commit would be undo of this bit:
{code}
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index 49231b15e5..5d6fb2a793 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -507,8 +507,8 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-auth</artifactId>
         </dependency>
+          <!--Fixes complaint when running TestSecureRESTServer
         <dependency>
-          <!--Fixes complaint when running TestSecureRESTServer-->
           <groupId>com.sun.jersey</groupId>
           <artifactId>jersey-servlet</artifactId>
           <version>1.19.4</version>
@@ -519,6 +519,7 @@
             </exclusion>
           </exclusions>
         </dependency>
+          -->
       </dependencies>
     </profile>
     <profile>
{code}

> Undo core of parent TestSecureRESTServer change; use fix over in HBASE-24280 instead
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-24303
>                 URL: https://issues.apache.org/jira/browse/HBASE-24303
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 3.0.0-alpha-1, 2.3.0
>            Reporter: Michael Stack
>            Priority: Major
>
> Parent issue puts in a place that makes TestSecureRESTServer pass up on jenkins by shoving into the dependency list the jersey1 ServletContainer. Root issue was change in how we specified profiles in nightlies; both hadoop3 and hadoop2 were mistakenly active (HBASE-24280). This issue is about undoing the dependency insertion after fix for HBASE-24280 goes in.
> Don't want to revert the parent. It has cleanups that should stay.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)