You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "guanyun (Jira)" <ji...@apache.org> on 2019/12/08 13:34:03 UTC

[jira] [Created] (HBASE-23468) CLONE - Create separate build target for Configuration classes

guanyun created HBASE-23468:
-------------------------------

             Summary: CLONE - Create separate build target for Configuration classes
                 Key: HBASE-23468
                 URL: https://issues.apache.org/jira/browse/HBASE-23468
             Project: HBase
          Issue Type: Sub-task
            Reporter: guanyun
            Assignee: Ted Yu
             Fix For: HBASE-14850
         Attachments: 17728.v1.txt, 17728.v2.txt, 17728.v3.txt, 17728.v4.txt, 17728.v5.txt, 17728.v6.txt, 17728.v7.txt, 17728.v8.txt, 17728.v9.txt

User is in security module.
When User::isSecurityEnabled() is added, we need to query Configuration for security setting.
However, this introduces a circular build dependency:

BUILD FAILED: Cycle found: //connection:connection -> //security:security -> //core:core -> //connection:connection

This issue is to create separate build target for Configuration which is depended upon by both core and security modules.



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