[
https://issues.apache.org/jira/browse/PHOENIX-7121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790962#comment-17790962
]
ASF GitHub Bot commented on PHOENIX-7121:
-----------------------------------------
stoty opened a new pull request, #1743:
URL: https://github.com/apache/phoenix/pull/1743
(no comment)
> Do not exclude commons-beanutils from Omid dependencies
> -------------------------------------------------------
>
> Key: PHOENIX-7121
> URL: https://issues.apache.org/jira/browse/PHOENIX-7121
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Affects Versions: 5.2.0, 5.1.3
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
>
> We are excluding commons-beanutils from the Omid dependencies to prefer to
> use the beanutils coming from Hadoop.
> One smaller problem is that the commons-beanutils dependency in Hadoop is a
> bug, and hopefully will be removed in a future version.
> The other problem is that when are creating a shaded client or connector
> without Hadoop and HBase, then we are marking commons-beanutils as provided,
> and we end up not including it in the JAR, BUT we are relocating it, so now
> Omid will try to load a non-existent commons-beanutils.
> We should probably just remove the commons-beanutils dependency from Omid,
> but that requires a new release.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)