[
https://issues.apache.org/jira/browse/HBASE-22052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16793410#comment-16793410
]
stack commented on HBASE-22052:
-------------------------------
2.0.002 Fixes unit tests. The tests depend on jersey-core transitive include.
This messes up my clean purge of jersey-core. Instead it is purged everywhere
but for hadoop-minicluster. Where this is a problem, we do an exclude of
jersey-core in the submodule; e.g. in hbase-it which has a weird compile fail
at the javadoc aggregation phase because of the jersey-core pollution. See
HBASE-22029.
> pom cleaning; filter out jersey-core in hadoop2 to match hadoop3 and remove
> redunant version specifications
> -----------------------------------------------------------------------------------------------------------
>
> Key: HBASE-22052
> URL: https://issues.apache.org/jira/browse/HBASE-22052
> Project: HBase
> Issue Type: Task
> Reporter: stack
> Assignee: stack
> Priority: Major
> Attachments: HBASE-22052.branch-2.0.001.patch,
> HBASE-22052.branch-2.0.002.patch
>
>
> Working on HBASE-22029, where we fail compile of hbase-it module four hours
> into an RC build, it looks like transitive include of jersey-core is the
> culprit. hadoop3 profile does a bunch of jersey-core exclusions. This issue
> is about having hadoop2 profile and hadoop3 profiles match around jersey-core
> treatment. Some miscellaneous cleanups are also done.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)