Yiqun Zhang created ORC-1007:
--------------------------------
Summary: Fix a warning from the shade plugin
Key: ORC-1007
URL: https://issues.apache.org/jira/browse/ORC-1007
Project: ORC
Issue Type: Bug
Components: build, Java
Affects Versions: 1.8.0
Reporter: Yiqun Zhang
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.3.4#803005)