You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/03/06 12:51:00 UTC

[jira] [Commented] (PHOENIX-6893) Remove explicit dependency declaration on hbase-thirdparty artifacts

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

ASF GitHub Bot commented on PHOENIX-6893:
-----------------------------------------

stoty opened a new pull request, #1576:
URL: https://github.com/apache/phoenix/pull/1576

   …ty artifacts




> Remove explicit dependency declaration on hbase-thirdparty artifacts
> --------------------------------------------------------------------
>
>                 Key: PHOENIX-6893
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6893
>             Project: Phoenix
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 5.2.0, 5.1.3
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Major
>
> Hbase has bumped hbase-thirdparty to 4.1.4 on both branch-2.4 and branch-2.5
> -Update the versions in Phoenix.-
> -This may cause problems when building with older HBase patch releases, but that will have to be handled by specifying both the hbase and hbase-thirdparty versions, as we cannot realisticaly maintain hbase-thirdparty version mapping for all Hbase point releases.-
> Instead of trying to keep up with the frequent version updates, just remove the direct dependency declaration from the poms, and rely on the transitive dependencies.
> We need to tell maven-dependency-plugin not complain about it.
> We also need to switch to a different exclusion method when shading phoenix-server, as the current method requires setting the version.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)