[
https://issues.apache.org/jira/browse/ORC-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
William Hyun closed ORC-1007.
-----------------------------
> Fix a warning from the shade plugin
> -----------------------------------
>
> Key: ORC-1007
> URL: https://issues.apache.org/jira/browse/ORC-1007
> Project: ORC
> Issue Type: Improvement
> Components: build, Java
> Affects Versions: 1.8.0
> Reporter: Yiqun Zhang
> Assignee: Yiqun Zhang
> Priority: Major
> Fix For: 1.8.0
>
>
> build logs
> {code:java}
> Warning: Discovered module-info.class. Shading will break its strong
> encapsulation.
> Warning: Discovered module-info.class. Shading will break its strong
> encapsulation.
> Warning: Discovered module-info.class. Shading will break its strong
> encapsulation.
> {code}
> I don't think the module system makes sense for uber.jar, it's useful during
> development. The module-info.class of multiple modules will override each
> other during the build of uber.jar, and I think its strong encapsulation may
> have an effect on uber.jar.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)