[
https://issues.apache.org/jira/browse/HBASE-18719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16148201#comment-16148201
]
Sean Busbey commented on HBASE-18719:
-------------------------------------
I'm all for reducing reflection over time. :)
Presumably we can just grep for uses of reflection in the source?
> optimize size of shaded artifacts
> ---------------------------------
>
> Key: HBASE-18719
> URL: https://issues.apache.org/jira/browse/HBASE-18719
> Project: HBase
> Issue Type: Improvement
> Components: shading
> Affects Versions: 1.3.1, 1.2.6, 2.0.0-alpha-2, 1.1.12
> Reporter: Sean Busbey
> Priority: Minor
>
> our shaded artifacts are pretty big, we should be able to trim them down.
> # generate a class that references all of the IA.Public classes in the hbase
> dependencies for that particular shaded artifact
> # use the maven-shading-plugin's "minimize jar" option to filter everything
> that isn't reachable from there
> # might need to do some clean up for indirectly used things in hadoop
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)