Istvan Toth created PHOENIX-7121: ------------------------------------ Summary: 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.1.3, 5.2.0 Reporter: Istvan Toth Assignee: Istvan Toth
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)